| Thread | Last Post | Replies |
|
| Form close events | 08 May 2006 18:28 GMT | 1 |
I have created a device application in vb.net. In this i have a form..onthis form i have different panel. Only one panel is visible at a time.All others are invisible. Problem is that i want switch between panels when user closes the
|
| Execute eVB program via RAPI... | 08 May 2006 18:22 GMT | 1 |
From my laptop/desktop running XP, I need to execute an eVB program on my PPC device (V3.0.11171 - build 11178). The eVB program that I need to execute is named as followed: "\Windows\Start Menu\Reset.vb"
|
| How to remove "shared new" in VS2005? | 08 May 2006 18:07 GMT | 1 |
I have a single document application (without doclist) created in Visual Studio 2005 and can't find a way to remove the "shared new" menu item. All the tips I found refer to m_bShowSharedNewButton = FALSE which is not supported in Visual Studio 2005. So... how do I remove it?
|
| Setup tutorial | 08 May 2006 12:58 GMT | 2 |
I'm new in this field and looking for a tutorial/explanation on how to create installation for mobile 5. I found few explanation but they all make more confused. Looking to understand inf cab setup.dll ... :)
|
| Set Cursor Problem | 08 May 2006 12:54 GMT | 2 |
In a Edit box, after calling SetWindowText, the cursor alaways moves to the end and marks all string. In order to move cursor to the begining of the string and cancel the mark, I used "SetCursorPos(0,0)" first, but it failed.
|
| GUI Design | 08 May 2006 11:07 GMT | 5 |
Can anyone recommend some software that will allow me to create a nice GUI that I can use with VB.NET for a Windows application and also for .NET CF on a Windows Mobile device. Thanks,
|
| Asynchronous sockets | 08 May 2006 08:09 GMT | 1 |
Hi gurus I am porting a PC application to CE-5, and noticed that WSAAsyncSelect ofcause isnt provided. I need to use SOCK_STREAM on TCP, and I dont know the size of the incomming
|
| Copy a file in eVC++ 4? | 07 May 2006 15:44 GMT | 2 |
I'm very new to eVC++. I want to copy a file in eVC++, it would be the only thing the appliation should do. In VB.NET it would be System.IO.File.Copy("\a.txt", "\b.txt")
|
| DLL on PPC | 07 May 2006 14:42 GMT | 3 |
If I have a compiled DLL (which is working on desktop Windows) does it mean that it will automatically work on WinCE as well or not? Thanks for clarifying this for me.
|
| Newbie - RAM question | 07 May 2006 12:05 GMT | 1 |
It looks that some programs from my PocketPC load into RAM tons of data. Is there a way to find which programs are stored in my RAM after boot? Thanks.
|
| AS Provider Desktop to Device Transfer Problems | 06 May 2006 20:00 GMT | 1 |
I've been fighting with the same issue for several weeks now and it has me completely stuck. I was hoping someone might have some experience and guidance developing an ActiveSync service provider and could offer some advice. I have some specific questions about ObjectNotify (in
|
| SQLCE liscencing | 06 May 2006 13:30 GMT | 1 |
When I installed SQLCE on my PocketPC from the CAB file included with VS2003, I did not have to enter any liscencing information. Does this mean that it is freely distibutable to however many PocketPCs I'd like to put it on??
|
| Vista Question.....pls help | 06 May 2006 09:22 GMT | 2 |
Vista - Pocket / Tablet PC question ********************************************************** I heard that Microsoft is going to be releasing a new OS ...Vista. I would like to buy a tablet / Pocket PC.
|
| Design advice on sending requests to server pc | 06 May 2006 05:20 GMT | 1 |
I'm new to pocket pc development and hoping someone can point me in the right direction. We are developing an app that will allow the user of the pocket pc to send a request to a server pc which will lookup a database and return a result. For example looking up a price of an item
|
| Writing WM5 application that plays media files | 05 May 2006 21:35 GMT | 6 |
Background: I'm developing using Visual Studio 2005 Professional on Windows XP Pro targetting Windows Mobile 5.0 PPC. I'm writing a simple dialog application that can play some set of media files (jpg, mpeg1(2 and 4), wmv, mp3)
|