all groups > dotnet compact framework > august 2004 > threads for monday august 16
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
Newbie SQlCe Connection question
Posted by Bob Clegg at 8/16/2004 4:24:58 PM
Hi,
My First CE App.
SQL CE Version 2.0
Emulator accepted Database creation line and I've added a table using the
Query analyser in the emulator.
But my connection string refuses to connect.
Database was created in the My Computer root directory of the emulator.
Code is :
System.Data.SqlSer... more >>
.NET CF v2 Beta
Posted by Mike at 8/16/2004 3:38:27 PM
Does the v2 Beta work on PPC 2002 devices?
Is there a newsgroup for CF v2 Beta?
... more >>
Getting the IP address of the desktop machine from the device
Posted by Raj Kumar at 8/16/2004 2:45:02 PM
Hi!
I am trying to get the IP address of the host computer from an app on the
device but it seems, the device gets it's own IP address. I need to find the
subnet in which the host computer belongs so that I can find out the sql
servers in the network.
Is this possible? Can you give me som... more >>
compact framework equivalent?
Posted by Craig G at 8/16/2004 2:32:02 PM
i want to use this on my pda app but it appears the compact framework =
doesnt have a TryParse method for textboxes
Dim theValue As Double
If theValue.Parse(TextBox1.Text, Globalization.NumberStyles.Float, =
Application.CurrentCulture.NumberFormat, theValue) =3D True then
MsgBox("True... more >>
Serialized Hashtable
Posted by Finn J Johnsen at 8/16/2004 1:21:06 PM
Hi
I've tried moving a serialized hashtable made in WinXP (std .Net
framework), to a PocketPC device (Compact Framework). I've ran in to all
kinds of problems, and have not been able to get this to work. The
problem is not in the actual filecopy.
I've tried the CompactFormatter
(http:/... more >>
Combox Problem setting a value
Posted by Justin Champion at 8/16/2004 11:10:26 AM
Hello can anyone assist with this problem with a combobox, or point to a
website which disucsses it. I have set a number of options in a combox say
the a list of names I then want when a person click a button for a value to
be selected via its string name.
So I added
items.add("Justin")
it... more >>
how to delete shortcut in \Windows\Start menu\Programs ?
Posted by khanh NO[at]SPAM glassegg.com at 8/16/2004 3:18:23 AM
I don't know why my PDA has 9 shortcuts to 1 application in folder
\windows\start menu\programs (default in INF install file %CE11%).
They named PDa, PDA(1), PDA(2),...PDA(8).
How can it happen and how to remove the redundant links?
Thanks... more >>
How do I trap a Save As Prompt within a Save As Dialog Box?
Posted by Me at 8/16/2004 2:25:41 AM
When I use the SaveDialogFile and I try to save to a file that already
exists, the following prompt (message box) pops up:
Save As
File exists - do you want to replace the existing file?
Yes No
How do I trap for both the Yes and the No Dialog results. It does not appear
to be retur... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|