Description:
Microsoft .NET technology newsgroup.
|
|
|
CompactFramework\2.0\v2.0
|
| |
Forgive me - i've solved this in the past but forget how and i've been googling unsuccessfully for hours. I've installed .NET CF 2 SP2 but it did not create the following directory: C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFram ework\2.0\v2.0\WindowsCE\Syste m.Windows.Forms.dll... more »
|
|
Web service CF
|
| |
Hi! In my app (WinMobile 5.0 + CF 3.5 i´m inserting rows to a DB via 4 web service ) like this: try { Call WS1 Call WS2 Call WS3 Call WS4 ...catch.... My question is: if i have an error in WS3, how can i make a rollBack of WS2 and WS1 ? Thanks in advanced
|
|
Hiding Cursor - something isn't working right
|
| |
I have a CF (CF 2.0) based application on a device with a touch screen. So we want the cursor to be hidden. I don't remove cursor support from the kernel as we want the ability to drop into the desktop for support and troubleshooting (reading log files, changing configuration settings). I got past the basics Cursor.Hide() on app startup and Cursor.Show() when... more »
|
|
How do you disable daylight savings auto-adjustment in WinCE?
|
| |
I want to programatically uncheck the "automatically adjust the clock for daylight savings" check box from a compact framework application running in WinCE. Google searches indicate that you can do this in Windows by setting the DisableAutoDaylightTimeSet value under the HKEY_LOCAL_MACHINE\SYSTEM\Curr entControlSet\Control\TimeZone Information key.... more »
|
|
Embedded CE 6.0 R3 and CF 2.0 SP2
|
| |
Hello, How can I include Compact .NET 2.0 SP2 in my BSP ? I use a eBox 4300 and I realize that it include SP1 only, even if I install R3. I must be create a NK.BIN without CF, and install SP2 after on the target. This is for use MSRS which his need SP2. Thanks in advance, Best regards, Pascal
|
|
Debugging via ActiveSync
|
| |
I've got an existing CE5 application that i will maintain. I'm running the app from VS2005 and deploying to the device. I've set a breakpoint in a module and hit F5 and get "the breakpoint will not currently be hit. The specified module has not been loaded." How do I enable this breakpoint during runtime for debugging?... more »
|
|
FirebirdSql.Data.FirebirdClien t on Compact framework
|
| |
My problem is to connect application based on CF from windows mobile 6 professional with CF 2, at firebird database server hosted in server machine. This is the code that i used for test, but returned an error: "MissingMethodException in testfirebird.Form1.button1_Cli ck() in System.Windows.Forms.Control.O nClick() in... more »
|
|
|