Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > january 2005 > threads for thursday january 6

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

How do i convert a 24 bit image signature to a 32 bit image
Posted by Chakra at 1/6/2005 10:42:44 PM
We are using the Handango signature capture control in a CF Pocket PC application, and are saving the captured signature image in a SQL CE database in the device. When we push this image to SQL server , and try to access it using a PictureBox in a ASP.NET web application, we get a 'Invalid Param...more >>


Picturebox(or ImageButton) Visible true/false
Posted by Hongary at 1/6/2005 8:45:02 PM
I make gui form that contain many picturebox. (or imagebutton in MSDN) This is program working step 0. Form has 30 picturebox 1. click some picturebox 2. processing my function (It takes time 10-20 second) and get return value 3. all picturebox visible = false; 4. check return value and show...more >>

SubClassing DataGrid control
Posted by Jason Duffield at 1/6/2005 5:24:50 PM
Hello all, After much research I discovered how to use the System.CF.DLLs in order to subclass for the .NET Compact Framework and have them appear as design time objects to be placed on forms, but with one exception...the DataGrid control. I have the DataGrid control subclassed, and it appe...more >>

TreeView not Scrollable fix?
Posted by Peter Villadsen at 1/6/2005 5:06:52 PM
Hello The TreeView is not scrollable in .NETCF, which detracts a lot of the usefulness of the control (in my humble opinion). Is there a workaround (like sending a WM_SOMETHING message etc), or does anyone know of another control that mimics the TreeView and supports scrolling? Best Rega...more >>

CLR up times on MPX 200
Posted by Miron Ophir at 1/6/2005 4:51:49 PM
Is it reasonable that the CLR takes ~5 seconds to load in MPX 200? Total application up time is even longer (~14 seconds) which will make most users abandon it after several trials. Is there a way to keep CLR up every time the phone is switched on? Miron ...more >>

Add to table doesn't update combobox
Posted by Joseph Byrns at 1/6/2005 3:53:00 PM
I have a combobox to which I set the source/valuemember/display member to the appropriate parts of a datatable. When I add a new row to the datatable no new entry appears in the combo box (while other bound controls update properly) : ''databind the combo RowSelectorCB.DataSource = dboCE....more >>

ppc 2003 second edition
Posted by Shaul at 1/6/2005 3:45:11 PM
Hi I am running an application on ppc 2003 second edition , and can not see the toolBar control (in the bottom of the page), in first edition it was fine. what do I need to do in order to generate cab's for second edition and fix the toolBar problem?? Thanks Shaul ...more >>

compact framework
Posted by ManLovesHisToys at 1/6/2005 2:51:02 PM
Please can someone help, I'm trying to develope using vb.net standard has anyone manage to develop using this version?...more >>



Bringing a program to the front
Posted by Thore Berntsen at 1/6/2005 1:41:06 PM
Does anyone know how I can check if a program is running, if the answer is yes then bring it to the front, if no start it? Thore Berntsen ...more >>

Treeview ContextMenu
Posted by Todd A at 1/6/2005 1:27:20 PM
I have a context menu on my TreeView. When I hold the stylus down on the treeview, I do get the context menu, but the circular arrow graphic cycles twice before the context menu shows to the user. Is there a way to make the context menu show up after the circular arrow graphic cycles once, li...more >>

SqlCeReplication memory leak (?)
Posted by Beri Tamas at 1/6/2005 12:20:41 PM
Hello, this - very simple code : SqlCeReplication _replication=new SqlCeReplication(); /*set up replication parameters, url, username etc.*/ _replication.Synchronize(); _replication.Dispose(); causes about ~3MB memory loss on my ipaq2210 device, only the first time run. The database f...more >>

DataSet issues
Posted by Beri Tamas at 1/6/2005 12:03:28 PM
Hello, I have a significant problem with the DataSet (SqlCeDataAdapter) object. The following piece of code: Cursor.Current=Cursors.WaitCursor; SqlCeConnection _con=null; SqlCeDataAdapter _da=null; DataSet _ds=null; try{ _con=new SqlCeConnection("<my data source>"); ...more >>

emulator for the Pocket PC
Posted by Warbird at 1/6/2005 10:07:04 AM
Ok, here is my issue, I have an app. that works find on the Pocket PC but, fails to create the files and folders on the emulator. Here is the code that fails. If Not Directory.Exists(Me.mstrDir) Then Directory.CreateDirectory(Me.mstrDir) End If ' ...more >>

Is device programmability possible in VS .Net 2002
Posted by hpp1983 NO[at]SPAM yahoo.com at 1/6/2005 8:09:02 AM
..Net 2003 by default suppports the device programmability (Smartphone and PocketPC). In .Net 2002, is it possible to do the same ? Please provide with the links for additional downloads. I have .Net 2002, .Net framework 1.0 version 1.0.3705 Windows XP. Thanks in advance....more >>

radio Buttons
Posted by Squeak!!! at 1/6/2005 7:03:02 AM
Hi all, I have a set of forms created with the compact framework each contains a number of radio buttons in separate groups. I would like to be able to reset all the buttons at once so if a mistake is made the user can begin again. i have tried Dim RadioObj as Radiobutton For Each ...more >>

supported classes in .net ce?
Posted by pete at 1/6/2005 5:09:04 AM
does anyone know a link or a picture where all supported and unsupported classes of the .net ce framework are listed? thanks for help....more >>

Baud Rate In Serial Comm, Buffer overrun
Posted by Hari at 1/6/2005 1:13:04 AM
hi, currently we are using hp & asus pocket pcs. During serial communication, will it support 38.4 kbps baudrate? we are using null modem cable for transfering data (no hardware flow control). We are having software flow control in our protocol. Will it cause buffer overrun? kindly r...more >>


DevelopmentNow Blog