| Thread | Last Post | Replies |
|
| Adding entry to comm\tcpip\hosts | 28 Feb 2005 22:12 GMT | 4 |
I am trying to figure out how to save aTCPIP address entry in the comm\tcpip\hosts registy. I can make the host key with the name and save the ipaddress key with a string value, but need to convert to binary value. I was looking at the bitconverter, but didnt see what the ...
|
| keydown event doesn't fire after button click | 28 Feb 2005 20:07 GMT | 7 |
I am building a stopwatch which I want to start and stop by either pressing a navigation button or an on-screen button. I update the timer display by using a Timer with the interval set to 100 milliseconds My code looks like this:
|
| Any way to detect when entire application loses focus? | 28 Feb 2005 20:03 GMT | 2 |
Is there any way through a p/invoke or otherwise to detect when an application entirely loses focus and something else pops up like let's say you are using IE and then click start --> Contacts, the IE window is pushed to the back.
|
| textbox.keypress problem | 28 Feb 2005 19:06 GMT | 4 |
I am trying to use a kepress event on a simple textbox. I want to be able to capture the enter key when using a handheld with a keypad. I want to be able to just jump to the next textbox or comobox like any other desktop program. I cant seam to get the event to fire. I have tried ...
|
| VerticalScrollBar doesnt update in LandscapeMode on Label moving | 28 Feb 2005 18:39 GMT | 1 |
Hi, I build functionallity to automatically resize my formcontrols for the available screenheight (inputpanel enabling/disabling, screen rotation) in my application. By default windows mobile adds a vertical scrollbar in landscape mode when the screen height is too large. When my ...
|
| How do you build a .msi package for Pocket PCs? | 28 Feb 2005 18:34 GMT | 1 |
I've posted this message is several groups, and I was just directed to ask my question here. I hope someone can help. In http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ netcfdeployment.asp
|
| I cannot see images on hx4700 | 28 Feb 2005 18:34 GMT | 3 |
I already installed SP3 for the reason that hx4700 has a problem with imagelist. But when I draw images on the form sometimes images just don't show themselves. I already checked out my code more than hunred times and it does work perfectly on the other platform. (hendhelp pc,
|
| mscorlib Error | 28 Feb 2005 18:32 GMT | 1 |
I keep getting the same error twice when I compile my code: Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' in project 'MyApp' cannot be copied to the run directory because it would conflict with dependency
|
| Design-Time | 28 Feb 2005 17:51 GMT | 3 |
It's possible to implement Windows Forms Controls and Components with Design-Time Features ?
|
| Converting a byte array to a bmp | 28 Feb 2005 16:30 GMT | 3 |
I have a byte array that I would like to try and get converted to a bmp image. I have tried to use this code to do it: ==================================================== Dim imgBuffer(614400) As Byte
|
| Registry | 28 Feb 2005 15:56 GMT | 1 |
How can i access registry of windows ce with compact framework ?
|
| Help:About SDAuthUtilDevice.exe | 28 Feb 2005 15:15 GMT | 1 |
I use VS2003.NET to develop CF Application. When I used the SDAuthUtilDevice.exe, I can't connect it to my pc. My PC connected the device with Ethernet. the tools said it'can't find the IP Address of the device.
|
| Shfullscreen persist problem | 28 Feb 2005 13:39 GMT | 2 |
I can't seem to get the SHfullscreen with the shhidesipbutton to persist. The silly sip button keeps coming back. I've seemingly called shfullscreen everywhere I can think of and tried every event of the form (activated, paint, etc).
|
| .Net setup/debug issues | 28 Feb 2005 11:51 GMT | 1 |
I’m attempting to develop an asp.net application. I have the following installed on my workstation: XP SP2 with all the latest updates; IIS version 5.1 as part of the XP install; MS Visual Studio .Net (MS development environment 2002).
|
| Data Display Advice | 28 Feb 2005 11:18 GMT | 1 |
Im new to CF development and was just looking for some advice. I have a very simple master/detail record relationship stored in SQL CE which I want to display (master and detail on separate forms). I was thinking of using a datagrid (pref multiline) however I like the Inbox setup ...
|