Description:
Microsoft .NET technology newsgroup.
|
|
|
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 »
|
|
Sqlce drop table
|
| |
Hi, i´ve a method that expects a string parameter (table name to drop ) in CF 3.5 C#, that returns error. My code is: ..........// cmd.CommandText = "Delete @Table" ; cmd.CommandType = System.Data.CommandType.Text; cmd.Parameters.AddWithValue("@ Table", table); -------------// My cuestion is why i can´t call in this way ?... more »
|
|
Adding / removing shortcut for application in Today's screen using C#
|
| |
I am developing application in Windows mobile 6.0, using C# and .NET CF 2.0. I want to create a shortcut icon on Today's screen, and want to remove it using C#... does anyone knows how to achieve it? I have seen for Startup or Start menu, which is ok, but not sure about on Today's screen. Thanks
|
|
|