| Thread | Last Post | Replies |
|
| How to make a REAL modal form? | 13 Oct 2004 19:59 GMT | 1 |
In my application (written in C#) I call a new form using newForm.ShowDialog() what works fine. But in the list of running programs both the main form and the new form are listed and it is actually possible to switch to both of them. Any way to make the main form un available when
|
| Full key control | 13 Oct 2004 19:52 GMT | 3 |
How do I gain full control over all the keys on my PocketPC, I dont want the user to "ups" out of my application by pressing any of these keys TIA
|
| pocket menu | 13 Oct 2004 19:33 GMT | 7 |
I have a problem, with programms on Pocket PC 2003 and Toolbar activation. I want my own menubar. I different programms:
|
| Using a self-made font under PPC2003 | 13 Oct 2004 18:17 GMT | 1 |
I have created a specific font for an application I'm developping under ppc2003 (evc). I want to use it only for this program. It means I would like to load it at the start-up of this program and unload it at the end. Now I'm using the following functions in my app (in constructor ...
|
| Assembler under eMVC4++ | 13 Oct 2004 17:44 GMT | 2 |
Hi gurus Can I somehow use assembler code in eMVC4++ ? __asm doesnt seem to work... Any other way around this ?
|
| JOIN | 13 Oct 2004 17:01 GMT | 1 |
I have two tables From one table i want to retrieve two values and from the other also two values. And the condition is when the one value of the first table has a certain value. (In my case EngineerUserId). The problem is with my current statement the rows will be displayed two ...
|
| J# and Windows Mobile | 13 Oct 2004 14:15 GMT | 3 |
hi guys... i have been developing for desktop and mobile devices with .net technology. ilately i have been hearing and reading a lot of fuss about developing J# for mobile devices as well as converting current Java MIDP games to J#.
|
| Application "wrapper" | 13 Oct 2004 13:41 GMT | 1 |
I want to open a form in a PPC and run a commercial application "in it". The goal is to put some buttons on my form and execute their associated code, but still continuing to see the application running in the form. Thanks
|
| Notification of messages | 13 Oct 2004 13:28 GMT | 2 |
Is there a callback or machanism that i can link too for reciveing notification of a new message arriving. I do not wish to replace the inbox app but wish to be notified of when a new message is recived, so that I may do some processing on thre data. I've looked in the POOM but ...
|
| Wininet functions return with error code 12029 | 13 Oct 2004 09:13 GMT | 2 |
I have a strange problem with wininet under pocketpc 2003. After some calls to wininet functions one of them fails with error code 12029. For now I'm getting errors in FtpFindFirstFile(), InternetReadFile(), InternetWriteFile(), and from time to time it fails in different ...
|
| AlphaBlending | 13 Oct 2004 09:11 GMT | 2 |
Is the absoilutely NO alphablending capabilities on CE.NET without having to use OpenGL, DirectDraw or some 3.rd party tools ? TIA
|
| Writing directly to a device context | 13 Oct 2004 09:05 GMT | 2 |
I create a render surface like this m_RenderSurface = CreateCompatibleDC( hdc ); m_Background = CreateCompatibleBitmap( hdc, DEFAULT_SCREEN_WIDTH, DEFAULT_SCREEN_HEIGHT );
|
| How to un-focus the combobox? | 13 Oct 2004 07:56 GMT | 2 |
When selecting an item in a combobox (using C#) the combobox keeps the focus afterwards - how do i prevent that? Other Pocket PC application hasn't that behaviour. Thanks
|
| gethostbyaddr() always return null via ActiveSync | 13 Oct 2004 07:15 GMT | 8 |
I am working on tranferring one project from Win32 platform to PPC2003. it runs OK on WinXP. When i test it on PPC2003 connected via ActiveSync(V 3.7.1), the API gethostbyaddr() always returns null. But another API gethotbyname() returns
|
| Using Ce Sockets | 13 Oct 2004 07:13 GMT | 1 |
When I use CCeSocket the terminal gets very, very, very slow. If I use CSocket it runs normally. Is there any "good" alternative to using CCeSocket class in eVC++. Thanks
|