| Thread | Last Post | Replies |
|
| .NET on pocket PCs extremely slow | 05 Sep 2006 13:47 GMT | 5 |
Has anyone of you tested .NET developed applications on Pocket PCs? If I develop a form with a ListView containing some columns and execute it on a PDA, starting the application will take two seconds. Without the ListView, the form is immediately loaded. I thought, that the Just ...
|
| Converting the project from EVC to C# | 05 Sep 2006 13:41 GMT | 1 |
I had created application in EVC Version 4.0. Now I want to convert the application in C#. I want to enhance the application...want to add web service access....sql ce db...ect Is there any tools, or link for converting the project from EVC to C# ?
|
| reflection | 05 Sep 2006 13:40 GMT | 1 |
Hi, i need help please.. any help would be greatly appreciated. I need to know how i can get the value of a property throught reflection? please please.. thanks in advance...
|
| Notification help | 05 Sep 2006 10:23 GMT | 1 |
I am new to pocket PC programming and am having trouble with notification event-handling. I use SHNotificationAdd to display a notification. I set the text of the notification to HTML that contains the link "<a href='cmd:7727'>Click this link</a>". I am having trouble ...
|
| Embedded Visual Basic 3.0 | 04 Sep 2006 18:52 GMT | 2 |
Hi all, I am a VB/ASP/.NET developer. Currently I need to work on a PDA application to one of my client. Let me put down my requierment and questions here. Requirement:
|
| Bluetooth Virtual Com Port | 04 Sep 2006 18:20 GMT | 4 |
I've seen numerous postings about struggles with Bluetooth Virtual Com Ports. The MS documentation and examples are inaccurate. After three days of searching the internet, I finally discovered the secret sauce. Give me a shout if you need help in this area.
|
| Adding Application Icon to the Navigation Bar for Pocket PC | 04 Sep 2006 11:26 GMT | 7 |
I am trying to add a icon on the navigation bar of my Pocket PC but i am not able to find any option to do so. just as we see Volume icon available on the bar similarly i want my application icon to be set there. I have been looking everywhere in Msdn but i only get information ...
|
| FTP problem with activesync 4.2 | 04 Sep 2006 09:34 GMT | 1 |
My configuration is: Mobile OS: Windows Mobile 2003 second edition and CompactFramework 1.1 SP3 Desktop OS: Windows XP SP2 with "windows firewall" disabled Connection: ActiveSync 4.2
|
| How to Add Popup Menu item above the WM 5.0 Cantact list? | 04 Sep 2006 09:22 GMT | 1 |
I'm using Windows Mobile 5.0 Pocket PC, and want to implement that can Add item to the popup menu when choosing a item in Contact list, and I want get the information such as telephone about that contact item. I know how to to Shell Extention in Win32 with a selecting file object. ...
|
| Choose between EVC++ and C# | 04 Sep 2006 09:14 GMT | 3 |
Hi I have to do one new project . I have to decide between C# and EVC++ for application development for PocketPC. Can anybody suggest "waht are the parameters i need to consider for deciding
|
| Uninstall application via CE Application Manager | 04 Sep 2006 09:09 GMT | 1 |
I can't uninstall automatically my app in the Pocket PC when the user uninstall it in the PC. I have created my custom installer DLL but the uninstall code only open the Add/Remove programs window: Private Sub Installer_AfterUninstall(ByVal sender As Object, _
|
| Connectiong to Platform Manager in eVC4 | 04 Sep 2006 09:01 GMT | 1 |
Hello. I am quite newbie in PocketPC programming, although I think it is not purely programming question. The problem is, that I am able to connect to PocketPC emulator when I am connected to internet. I do not have internet connection in my home,
|
| WM5.0 VC++ | 04 Sep 2006 08:49 GMT | 12 |
now, I find that ms talk more and more c# .net cf 2.0 for wm 5.0 I don't know whether ms will regard vc++ as same as .net cf 2.0. Who knew that? Thank you
|
| gethostbyname problem | 04 Sep 2006 08:45 GMT | 3 |
I am trying to resolve the DNS to get the IP using IP helper API gethostbyname. The code is as follows: hostent *hp = NULL; struct in_addr srv_addr;
|
| SHLoadDIBitmap Example? | 04 Sep 2006 08:41 GMT | 6 |
I have an image that will be changed often with a tutorial/troubleshooting application I am developing. Since the image will be changed often, I need to make sure I delete the previous image so that there are no memory leaks.
|