| Thread | Last Post | Replies |
|
| Using and distributing compact framework on PC. | 05 Dec 2007 14:19 GMT | 1 |
Compact framework is used on memory constrained devices but is it possible to develop c# software against compact framework on PC? If possible, what redistributable size are we talking about? I have a case where download filesize matters significantly so require
|
| Local Image on a WebBrowser control | 05 Dec 2007 07:54 GMT | 5 |
I need to create an HTML page on a WebBrowser and insert there an image stored in the device. In the OnLoad event I use the following code : Dim img As String = "\My Documents\WiSoul\Image1.jpg"
|
| Question about WebBrowser | 04 Dec 2007 21:29 GMT | 8 |
I want to disable context menu on WebBrowser component. Is possible to catch mouse clik on WebBrowser component? To catch key events I have to set KeyPreview to true. OK, but what with mouse click. Or maybe some special html tag? I tried with JavaScrip scripts to disable
|
| There is no application associated with NETCFSetupv2 | 04 Dec 2007 20:10 GMT | 5 |
I have developed a sample pocket Pc application in VS 2005. Through IDE i am able to bulid and deploy and able to run in emulator. After create a setup(cab file) and copy into Pocket PC through ActiveSync and install it on Pcoket PC but I am not able to run exe , it is giving msg
|
| Unable to connect to Network. | 04 Dec 2007 19:53 GMT | 2 |
I have created a small App in .Net 2005. The App uses a web service in the local macine to query the database. The result is to be displayed in the grid in Emulator. Web Service is connecting fine with Windows App but not working with
|
| The OutputPath property is not set for this project - interesting | 04 Dec 2007 15:52 GMT | 2 |
Thought I would pass along this general comment for all those developers who have run into this exception when attempting to build a multi-project solution ..... The OutputPath property is not set for this project. Please check to make sure that you have specified a valid ...
|
| Windows CE Generate Email | 04 Dec 2007 14:41 GMT | 1 |
Op Sys Windows Ce 5 Hardware HP 2700 series Pda i am after advice please We have a .net application for collecting sales data in the field. The
|
| Not able to start debugging | 04 Dec 2007 13:43 GMT | 3 |
Hi, I have a Windows Mobile 5 project. When I try to run it in debugger on my device I get the error message: "Unable to start program '%CSIDL_PROGRAM_FILES%\Test\Test.exe'.The system cannot find the file specified"
|
| Problem with remote network connections | 04 Dec 2007 11:17 GMT | 11 |
We have recently been supplied with some devices that have a different radio card in them to the one we have been using all along and I have a problem connecting to our LAN. From a cold reboot, it sets up the WiFi card (Summit) and connects to the LAN successfully, and I can ping ...
|
| Generic list & dispose | 04 Dec 2007 09:41 GMT | 3 |
I have quick question, I've created user control which is using generic lists internally. Should I implement IDisposable pattern to release memory taken by those lists, or should I leave it as it is and let GC do its job? I'm not using any unmanaged resources.
|
| Help, How to use POOM ItemId and Restrict method? | 03 Dec 2007 17:15 GMT | 1 |
i use c# and want to locate an appointment item in the appointment collection. i tried different ways but it keeps reporting "The query string is incorrectly formatted.". below is what i have tried, any idea? thanks.
|
| How to control in-built SNTP Service IN Windows Ce 5.0 Programatic | 03 Dec 2007 15:48 GMT | 2 |
It is since 8 to 10 days i am trying to configure SNTP Service(programatically) in windows CE 5.0 as suggested by eMVP in this newsgroup.But code sample given in below msdn link for SNTP Service Configuration Code Sample is neither compiling nor it is working:
|
| Mobile 2 Server: WCF or asmx | 03 Dec 2007 15:36 GMT | 7 |
We are in the process of developing a Windows Mobile 5 app. It's "only" a GUI app communicating with a server with web services. We are not sure if we should use the old asmx web service or the new WCF (web services). Any advice?
|
| How to run a MSI file in emulator | 03 Dec 2007 09:40 GMT | 2 |
I have copied NETCFSetupv2.msi( 37.5 MB SP2) in to Emulator . But I am not able to run the MSI file. I ave getting msg " There is no application associated with NETCFSetupv2"
|
| Exception | 02 Dec 2007 20:24 GMT | 2 |
On my ASUS P535, Win.Mob.6 i get "An error message cannot be displayed because an optional resource assembly containing it cannot be found" VS2008, CF2.0. System_SR_ENU.CAB and System_SR_ENU_wm.cab are installed on device, still no
|