| Thread | Last Post | Replies |
|
| Socket: Cancel / Timeout StreamReader.ReadToEnd() | 31 Jul 2008 08:59 GMT | 1 |
I have a Sockt-Connection: TcpClient socket = new TcpClient(); socket.Connect(this.address, this.port); Stream inOut = socket.GetStream();
|
| playing sound from large interval timer | 31 Jul 2008 04:09 GMT | 3 |
I'm using OPENETCF large interval timer to wake up my app and do some operations. It works great except now I'm trying to add some alerts if new data was found during the event. I can trigger vibrations and it works great but using a pinvoke on WCE_PlaySound or using the ...
|
| When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? | 30 Jul 2008 19:31 GMT | 2 |
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer?
|
| Refresh forms after synchronize | 30 Jul 2008 17:23 GMT | 2 |
I have a sql database program on a Dell Axim using compact framework 2 and vb. I Synchronize using my IIS and a wireless connection and the synchronizing is successful. However the only way I can see the changes on the forms is to close the program and re open.
|
| .NET Compact Framework Memory Profiler | 30 Jul 2008 14:57 GMT | 3 |
I already googled the hell out of it but I can't find a memory profiler for the Compact Framework. Does anybody know a tool that shows me memory usage, "memory leaks(?!)" in a Compact application? Or is the term "profiler" wrong? I already found a good code profiler
|
| CF 1.0 CreateGraphics Finalize | 30 Jul 2008 14:42 GMT | 1 |
I've just read this article http://msdn.microsoft.com/en-us/library/aa446493.aspx hence I got a question about disposing unmanaged resources. I am a bit confused because I read many artilest which say that you have to clean up this resources in c# destructor or Finalize method. ...
|
| Developing for WM5/6 and 2003 | 30 Jul 2008 13:54 GMT | 5 |
I've developed an application in C# using the WM6 SDK, and a setup project to go with it which generates a CAB. When I'm read to release a new version, I build the main project, then fire up dotfuscator, then build the setup project before running a custom script which zips ...
|
| hanging app.. | 30 Jul 2008 13:46 GMT | 3 |
Hey All, Hoping someone may be able to shine some light on my application.. I have been writing a GPS based application that uses the code in the MS WM6 SDK samples.
|
| Button With Text and Image | 29 Jul 2008 16:55 GMT | 3 |
I want to show image on button with some text.
 Signature Software Developer Johari Digital Healthcare LTD.
|
| user controls in compact framework 3.5 | 28 Jul 2008 19:20 GMT | 1 |
I am creating my own controls for compact framework 3.5. My control class inherits from Control class. Then I override OnPaint method. My question is about properties - imagine there is a property that changes any graphic look of the control:
|
| Barcode create | 28 Jul 2008 18:28 GMT | 19 |
I’m working on Visual Studio 2005 Mobile using C# language. I need to create simple barcode 3 of 9. How can I do it? Do I need download barcode controls or dll files?
|
| delete registry | 28 Jul 2008 16:35 GMT | 7 |
i want delete registry from windows ce 4.1 .net i cant use library opentc because its framework 2.1 and later but i need framework 1.1 i also tried use microsft.win32 library but it cant used for mobile:(
|
| Process priority and procesor usage | 28 Jul 2008 16:28 GMT | 3 |
I have 2 applications. One is for navigation and uses a lot of processor time. My other application is using serial port to communicate to hardware device.
|
| How to prevent SELECTION by user, in TEXTBOX ? | 28 Jul 2008 16:00 GMT | 5 |
I want to prevent the user, from selecting text (blue selection) in TextBox , How can i do this ? (the textbox must be enabled=true) Thanking in advance.
|
| PocketPC and WindowsCE | 25 Jul 2008 16:20 GMT | 1 |
Hi Group, When developing applications in managed code with the Compact Framework in C#, the application should be platform independent. But I've learned that some things aren't that platform independent after
|