all groups > dotnet compact framework > march 2005 > threads for saturday march 12
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
help:About direct access sqlserver under CF
Posted by yy at 3/12/2005 8:29:24 PM
I want to access SQLserver directly in CF, so I write code like this:
conSql2000 = new SqlConnection(
"UID=SQL;Password=hello;data source=desktop IP;persist security
info=True;database=DotNetCF");
SqlCommand sqlGetOvertimeRates = new SqlCommand(
"SELECT OvertimeRateID,Descriptio... more >>
How to use the icon handle in compactframework?
Posted by Missile Cat via .NET 247 at 3/12/2005 6:55:21 PM
I am a beginner of the WinCE programming=2ENow I use the=
SHGetFileInfo function to get the icons that are associated with=
file,but a problem occurrence ,I can't find Icon=2EFromHandle=
method in the compactframeword! What can I deal with it? Please=
help me ,thanks=2E
------------------... more >>
[newbie] Pocket PC development
Posted by Peter Schmitz at 3/12/2005 12:21:04 PM
Hi,
this is my first try to develop an application targeting a Pocket PC - but
some really newbie questions are still unsolved for me :)
- Is there any difference between Windows Mobile (SE) 2003 and Win CE?
- Is it possible to simulate a ActiveSync event (pocket pc plugged into
docking sta... more >>
ArgumentOutOfRange Exception
Posted by teo at 3/12/2005 11:58:20 AM
Hi all,
on my IPAQ pocket pc I have an 'ArgumentOutOfRange Exception'
On the PPC emulator(Visual studio .NET) this exception never appear.
It's hard problem for me catch this exception, I didn't understand the
causes.
So, please let me know how I resolve/debug this proble.
thanks
teo
... more >>
Global Hooks in windows CE with .net FRAMEWORK
Posted by xbsantos at 3/12/2005 10:39:03 AM
Global Hooks in windows CE with .net FRAMEWORK
Hello,
how are you?
You can help me? I'm working in a WINDOWS CE project with Visual Studio 2003
..net and Compact
Framework, and I want to use a global hooks application with a project in C#
for my pocket PC
device under Windows CE .n... more >>
detect connection and GPRS signal strength
Posted by Sean at 3/12/2005 1:10:35 AM
Hi,
I need to implement and detect available connections in the runtime in C#
..NET CF appl. If I can detect the radio signal strength, that will be even
better.
Any technique, tips or perhaps .NET CF api are available?
Thanks in advance.
Sean
... more >>
|