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 > april 2005 > threads for sunday april 10

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

PocketPC Device?
Posted by Yosh at 4/10/2005 9:30:45 PM
Is there a way you can detect the device (iPaq, Axim, etc.?) your application is running on? Thanks, Yosh ...more >>


Multiple forms and navigation
Posted by Nancy Kafer at 4/10/2005 9:23:27 PM
I have a smart device application written with VB .NET 2003. The application consists of a main menu, and 5 forms that correspond to various calculators and a result page. Each form inherits from a base form which contains a menu bar that contains menu items for each calculator, as well as a butt...more >>

SQL Server CE DataGrid
Posted by Gabrielle Shegog via .NET 247 at 4/10/2005 7:17:16 PM
For some reason I cannot populate my datagrid. Here is the code: Dim cString As String cString = "Data Source = ACServe.sdf" Dim cn As System.Data.SqlServerCe.SqlCeConnection Dim SQL As String Dim SQLEngine As System.Data.SqlServerCe.SqlCeEngine ...more >>

why there isn't freelibrary api in NETCF library?
Posted by fairycat at 4/10/2005 4:31:38 PM
I need to load and unload evc dll from my .netCF application. So i've found loadlibrary api but i haven't found freelibrary in NETCF library. Does this mean there is any problem with freelibrary?? I heard there is a memory issue with loading/unloading evc dll. Any good link or clue will be app...more >>

Bitmap GetPixel() returning the incorrect value
Posted by ShakeDoctor at 4/10/2005 12:00:00 AM
Hi, In my custom control's OnPaint method, I'm drawing a filled polygon to an offscreen buffer like so: Bitmap _bmp = new Bitmap(ClientSize.Width, ClientSize.Height); Graphics gr = Graphics.FromImage(_bmp); gr.Clear(Color.White); SolidBrush brush = new SolidBrush(Color.FromArgb(100, 255, 255...more >>

KeybdDriverSetMode?
Posted by Tomer at 4/10/2005 12:00:00 AM
Hi, Did anyone use the method KeybdDriverSetMode to set the auto repeat state of the keyboard? Tomer. ...more >>

help:Tansfer a big double[] array by TCP/IP,
Posted by yy at 4/10/2005 12:00:00 AM
I want transfer a big array by TCP/IP under CF, but the only way I know is change it to string and then parse it into bytes and then transfer it. Is there any way can directly transfer a big array like double[1024] by TCP/IP, and needn't transfer it to string and then bytes. Thanks forward! ...more >>



DevelopmentNow Blog