| Thread | Last Post | Replies |
|
| Dialog-based project | 15 Nov 2004 23:33 GMT | 2 |
Hi, I'm developing a Dialog-based project in which I hide the Command bar and SIP Button (the bar below the screen). I use "SHInitDialog" and "SHFullScreen" methods that works OK. The problem is: If I open another application in the PPC (for example Word) which uses the
|
| newbie question | 15 Nov 2004 23:33 GMT | 2 |
Hi group I´m looking for a way to develop small apps for my QTek 2020 (running PocketPC 2003) and I´m wondeering if I need to install any of Microsofts embedded tools (what is these embedded tools anywway).
|
| DoModal to call other Dialog | 15 Nov 2004 23:33 GMT | 3 |
Hi, I use DoModal() to open a Dialog in a Dialog-Based project. In the main OnInitDialog I hide the SIP button, and when I use DoModal() to open a second Dialog, the SIP continues hide, but when I close the second Dialog, the SIP button and the bar appears in the Main Dialog. Is ...
|
| Question about mfc libs | 15 Nov 2004 17:28 GMT | 6 |
I have a pocket pc 2002 based app that uses mfc statically linked. What do I need to include in my distributed cab file if I switch to a shared mfc dll? thanks in advance,
|
| CSP help | 15 Nov 2004 15:43 GMT | 2 |
Does anybody know what happened to the configuration service providers help pages in MSDN? It seems that almost all links to the PPC Adaptation Kit are broken. I'm looking for a list of all available CSP names (CM_GPRSentries, CM_PPPentries, etc.) and their syntax. Are there ...
|
| MessageBox - show method | 15 Nov 2004 14:33 GMT | 1 |
When i try to put more than 2 arguments on the ppc application on .net cf, there is a compilation error stating that no overload for method 'Show' takes '3' arguments. I wonder what might be the problem, since I know that the method show for
|
| Forms | 15 Nov 2004 14:32 GMT | 1 |
Is it possible to find out in a SmartDevice Application with multiple forms from which Form I came when I am on a new Form? - means when I start FormA - is it possible to find out that I came for example form FormB? regards
|
| SQL Server Query Analyzer | 15 Nov 2004 09:34 GMT | 1 |
I am new to Pocket PCs and I am also in school for computers. I am currently in an SQL course and I was wondering how I could use a SQL Query Analyzer on my Pocket PC to build and test queries. Does anyone know how to do this and what programs I need, etc. Any help will be greatly ...
|
| SHCreateMenuBar | 15 Nov 2004 08:08 GMT | 9 |
Ok I've been (literally) trying to get this to work all day long. I can't create a menu for some reason (with the exception of a blank menubar :P ). This is the code that I have been trying: #define MYMENU 1000
|
| ArrayList | 15 Nov 2004 05:43 GMT | 2 |
I want to use an ArrayList in order to fill this list with some strings. For that I use the Add function of the ArrayList class. But how can I retrieve the strings from the ArrayList?-because the Item property is not supported by the .NET CF. How can I retrieve a certain string ...
|
| Icon not in start menu | 15 Nov 2004 01:08 GMT | 2 |
I created an Icon with two images: 16 X 16 pixels 16 color and 32 X 32 pixels 16 color. The icon shows up well in the program screen. After starting the application I get the default icon, page thingy, in the start menu.
|
| unresolved symbol std::basic_string...operator+... | 15 Nov 2004 00:50 GMT | 1 |
I am porting an existing Windows 2000 C++ application to CE 4.2. I am getting unresolved symbols about std::basic_string<... operator+... Does this sound familiar to anyone ? and do you know what I should do to fix
|
| Driver Development for Windows Mobile | 14 Nov 2004 22:27 GMT | 7 |
I have a somewhat general question that I haven't seen directly addressed in any forum to date. I am developing a multifunction Compact Flash (CF+) I/O device for use with Pocket PCs. This will obviously require a device driver written specifically
|
| Accessing unmanaged code? Writting a wrapper class? HELP! | 14 Nov 2004 20:55 GMT | 2 |
I am trying to use the fmod sound libarary in my pocket pc app using visual studio. Fmod has a dll that is intended to work on pocket pc but I don't know how to access this unmanaged code in .Net. I've searched forever on the web and on fmod's forms and nobody seems to have a ...
|
| How to drawing a line | 14 Nov 2004 20:21 GMT | 1 |
How can I draw a line in a picturebox? The following code does not do that unfortunately...: picturebox1.creategraphics.drawline(mypen, 1, 1, 45, 55) it raises a nonsupported exception error...
|