Search found 37 matches
- Tue Feb 15, 2011 5:11 pm
- Forum: FiveWin for Pocket PC
- Topic: Error on Win CE 5.0
- Replies: 1
- Views: 744
Error on Win CE 5.0
Hi, i get the error Cannot find "program.exe" (or one of its components). Make sure the path and filename are correct and that all the requiered libraries are available. on an PC with Windows CE 5.0 and Marvell XScale-PXA320. My program runs fine on Windows Mobile 5/6. What do i have to ch...
- Sun May 16, 2010 2:40 pm
- Forum: FiveWin for Pocket PC
- Topic: Serial Number
- Replies: 6
- Views: 1575
Re: Serial Number
Hi Otto,
no, i did not find a solution, i now use an individual number from an ini-file.
no, i did not find a solution, i now use an individual number from an ini-file.
- Thu May 28, 2009 7:32 am
- Forum: FiveWin for Pocket PC
- Topic: Listbox
- Replies: 4
- Views: 1034
- Wed May 27, 2009 1:22 pm
- Forum: FiveWin for Pocket PC
- Topic: Listbox
- Replies: 4
- Views: 1034
Re: Listbox
Hello Richard,
thanks for your example, but i need to browse an array. But i have found a sample in this newsgroup from Enrico Maria Giordano , so my problem is solved.
thanks for your example, but i need to browse an array. But i have found a sample in this newsgroup from Enrico Maria Giordano , so my problem is solved.
- Wed May 27, 2009 9:25 am
- Forum: FiveWin for Pocket PC
- Topic: Listbox
- Replies: 4
- Views: 1034
Listbox
Hi,
i have a listbox for an array (aLeist can hold max. content of 5 database fields)
Now i want two buttons to add and to delete items. How can i do this ?
Anyone have an example ?
i have a listbox for an array (aLeist can hold max. content of 5 database fields)
Code: Select all
@zl, 5 LISTBOX oBrw2 ;
ITEMS aLeist ;
UPDATE ;
SIZE 230, 30 PIXEL FONT oListFont
Anyone have an example ?
- Wed Feb 25, 2009 7:00 am
- Forum: FiveWin for Pocket PC
- Topic: Set time
- Replies: 2
- Views: 674
Re: Set time
Thanks Antonio, that is quite simple
- Tue Feb 24, 2009 5:22 pm
- Forum: FiveWin for Pocket PC
- Topic: Set time
- Replies: 2
- Views: 674
Set time
Hi all,
is it possible to set the system time from within my app ?
(i am connected to an GPS system and want to have the same time on my handheld)
is it possible to set the system time from within my app ?
(i am connected to an GPS system and want to have the same time on my handheld)
- Tue Feb 17, 2009 5:50 pm
- Forum: FiveWin for Pocket PC
- Topic: TABCONTROL ANY FUNCIONALITY ?
- Replies: 8
- Views: 1384
Re: TABCONTROL ANY FUNCIONALITY ?
Hi, i use FOLDER, this works like expected. @ 1, 1 FOLDER oFld PROMPTS "Auftrag", "Eingaben", "Zusatz", "Abschluß" ; SIZE 240,290 PIXEL pagenr:=1 ... @ 70,10 SAY v[F_NAME1] OF oFld:aDialogs[pagenr] SIZE 230, 19 FONT OSayFont2 PIXEL ... pagenr:=2 zl:=15 ......
- Tue Jan 27, 2009 12:45 pm
- Forum: FiveWin for Pocket PC
- Topic: Start another prog
- Replies: 2
- Views: 557
Re: Start another prog
Thanks, that what i thought, too. I missed the command to start another app, now i found WinExec() and will try that.
- Tue Jan 27, 2009 10:18 am
- Forum: FiveWin for Pocket PC
- Topic: Start another prog
- Replies: 2
- Views: 557
Start another prog
Hello,
is it possible to start prog B when leaving prog A ?
I want to automatic update prog A over WLAN, so i only want to copy progA.exe from within progb.
is it possible to start prog B when leaving prog A ?
I want to automatic update prog A over WLAN, so i only want to copy progA.exe from within progb.
- Fri Dec 19, 2008 7:30 am
- Forum: FiveWin for Pocket PC
- Topic: Serial Number
- Replies: 6
- Views: 1575
- Thu Dec 18, 2008 6:11 pm
- Forum: FiveWin for Pocket PC
- Topic: Serial Number
- Replies: 6
- Views: 1575
- Fri Dec 12, 2008 4:27 pm
- Forum: FiveWin for Pocket PC
- Topic: Serial Number
- Replies: 6
- Views: 1575
Serial Number
Hi all, is there a possibilty to get the serial number of the handheld ? I have 12 handhelds and with the function SerialNumber() i get with some handelds the same number. This number differs from the serial number with is shown in the control panel. SN: DS03A05178 SerialNumber() returns 30130353137...
- Fri Oct 31, 2008 7:25 am
- Forum: FiveWin for Pocket PC
- Topic: Bluetooth Printing
- Replies: 10
- Views: 2490
- Thu Oct 30, 2008 6:00 pm
- Forum: FiveWin for Pocket PC
- Topic: Bluetooth Printing
- Replies: 10
- Views: 2490
Maurizio, i have ordered this SDK together with the Extech printer, but i am waiting for the delivery. Until now, i have no idea how to integrate this in my app. For now, it is ok with the text output, but perhaps a little bit later i will come back with questions to that SDK :wink: There are now so...