| Thread | Last Post | Replies |
|
| How can I read GPS data into PDA ? | 24 Feb 2005 17:21 GMT | 5 |
I'm very new to PDA development. Been looking for some code, or info on how to read GPS info into a custom app. Anybody know where I can find some info or source code ?
|
| iPAQ Wi-Fi connection problem | 24 Feb 2005 17:13 GMT | 2 |
I'm a software developer, and I'm working on a Macromedia Flash application that runs on the HP iPAQ hx4700 Pocket PC (running Windows Mobile 2003 Second Edition). It talks to another computer on my LAN over a Wi-Fi connection. My problem is that sometimes, especially when
|
| ListView & WM_SETREDRAW | 24 Feb 2005 15:45 GMT | 2 |
I'm trying to use WM_SETREDRAW to avoid flickering of a ListView during the updates, but it does not work or has no effect (I know how to write such programs and it's pefect under Windows 9x, 2k, XP etc. The code is written in native C and the IDE is eVC 4.0 with the latest SDK.
|
| What languages are developers currently using ? | 24 Feb 2005 14:59 GMT | 4 |
I have to write some slides about software development for the Pocket PC. I am searching for information about "market share" of the various programming languages among developers (eVC++, eVB, VB.NET, C#, Java, ...). I
|
| Welcome Screen PPC2003 | 24 Feb 2005 14:01 GMT | 1 |
Is there a way to remove the welcome screen/dentist on Pocket PC 2003 like there was in 2002 by adding a welcome.not file? Many Thanks Mike
|
| Copying File to pocket PC | 24 Feb 2005 09:56 GMT | 2 |
Is there a way through code, VB6, to copy a text file directly to the handheld device in a specific location without the operator having to do a copy and paste (or drag and drop) ?
|
| datagrid column formatting - need help | 24 Feb 2005 09:37 GMT | 5 |
i have created a tablestyle and gridcolumnstyles for the datagrid, bound it to a dataset.tables(0) item but the column styles do not appear. I dont quite understand the MappingName - does this need to be the same as the actual fieldname or something?
|
| Multiple Bluetooth Devices | 24 Feb 2005 02:33 GMT | 4 |
i am developing an app on PPC ( HP iPAQ rx3700 series) that needs to recieve data from to bluetooth adaptors at the same time..i was wondering if it was possible to connect my PPCs bluetooth link to both adatptors, using a SPP conneciton and be able to recieve data from both ...
|
| Where is webview.dll for PocketPC 2003??? | 24 Feb 2005 00:51 GMT | 1 |
Hi there - I am looking for webview.dll for PPC2003 as described in documentation - and couldn't find it anywhere... Or - how else am I supposed to get an IBrowser??? Thanks - Irena
|
| Changing CStatic-Bitmap on runtime | 24 Feb 2005 00:35 GMT | 1 |
I want to change the bitmap displayed on a CDialog on runtime. But using the following code on MyDialog::OnInitDialog() CStatic* pCtrlBitMap; pCtrlBitMap = (CStatic*) this->GetDlgItem(IDC_IMAGE);
|
| SIP input panel default mode | 23 Feb 2005 22:07 GMT | 2 |
Anyone know how to set the input panel to come up in keyboard mode. I can only see properties for enable/disable. Even more specifically, I would like to bring the keyboard up in number keypad mode. Any help appreciated
|
| Windows CE.Net and evc++ 3.0 | 23 Feb 2005 20:54 GMT | 2 |
Hello, do I have an inconvenience, does it exist some way that my applications developed in evc ++3.0 and evb 3.0 run in the pocket Windows CE.Net????. have I tried to execute the applications but don't they run, do install the vb Runtimes, but neither, can it be that a SDK needs ...
|
| how to print out the content of texbox in VB.net for Mobile Application | 23 Feb 2005 20:54 GMT | 4 |
I have a textbox with multiline, and show all the information. How could I print the content of the textbox out ? I hope someone could guide me how to print the textbox via the following ways
|
| Data misalignment problem. | 23 Feb 2005 20:18 GMT | 1 |
I had an error message about data misalignment. My project alignment (in eVC4) is default - 8 bytes. This occured with statement : _tcscpy((TCHAR*)(pucData+uiOffset), psData); psData is LPCTSTR initilized correctly earlier
|
| Binary of flat File VS CE Database ? | 23 Feb 2005 18:26 GMT | 3 |
I have two sections here. First a questions, and I would like to know if I am going the right way for my program cause I am a newbie in handheld application. --------------------------
|