Hello, Does anybody know how to get the GMT time from the device? I'm using a pocket PC (HP iPAQ). I know how to get the current system date and the system...
Hi Jean In the pda registry you have some details about your system clock: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Clock] "GMT_OFFSET"=dword:00000000 ...
Hi Jean In the pda registry you have some details about your system clock: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Clock] "GMT_OFFSET"=dword:00000000 ...
I was just wondering if anyone used PrinterCE and experienced crashes when putting the data into subs (a button click event or a form load event)? I crash when...
Thank you so much. I'll definately try this out. Jean ... (3):01,00,00,00,80,01,00,00,55,00,00,00,00,00,00,00,01,00,00,00 ... watching how ... change it ... ...
I've just bought NS Basic CE to adapt software which I have written for Palm OS. CE, I note, unlike Palm, does not have an emulator, so it looks like I have to...
ebay has been a good source for new or used PDA's. You can also go to www.usedhandhelds.com This site is operated by the producers of Pocket PC magazine...
One more thing. Since NSBasic supports the older models as is, you do not have to get a WM 2003SE based Pocket PC. WM 2003 or even a Pocket PC V3.0 unit will...
... with accessories I can sell to you, cheap. Bob I'm looking at one in the UK on eBay which will go for around £15.00 sterling including postage, so I guess...
Haven't been able to find a way to show 123.40 . I get 122.4. Is there someting similar to the FORMAT instruction ib NSB Palm where you can use a string like...
Hi Mike Try this: Sub CommandButton1_Click Dim mynumber mynumber = 123.523 textbox1.text = formatnumber(mynumber, 2) End Sub Regards, Frank ... From: "Mike"...
I have built a database for the Palm whereby the data were imported from two external db's, and now I would like to do the same for the Pocket PC version. ...
Has anyone ever tried accessing images from a remote location on the Pocket PC? Linksys makes an IP camera like a few others that transmit jpeg images upto 20...
The Grid controls on Pocket PC do not have a bind option. It's somewhat more practical to do on Palm, since there is only one kind of database, the Palm OS...
Hi guys, I'm having problems with the CEtabstrip control. It works perfectly if I add the control at the beginning of a "formless" application. My application...
Hi guys, Is there anyway that I can sroll a form - or use some control that gives a similar effect ? I have too many controls to fit on 1 form for an...
I'm sorry I don't recall the first part of this thread where you said what the original database type was. If they are access databases, you can just copy...
The records are exported from 4th Dimension and come in text format, tab and CR delimited. Puig ... said what the original database type was. If they are...
You should be able to import that directly into an Access database, which you could then convert to a CDB. That might be the easiest solution. -- Eric Pankoke...
Forms are not designed to do this, but it might still be possible. If you make all your controls children of a frame, you can move them as a group by changing...