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 >>
|