Search found 37 matches

by Wolfgang Ciriack
Tue Feb 15, 2011 5:11 pm
Forum: FiveWin for Pocket PC
Topic: Error on Win CE 5.0
Replies: 1
Views: 720

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...
by Wolfgang Ciriack
Sun May 16, 2010 2:40 pm
Forum: FiveWin for Pocket PC
Topic: Serial Number
Replies: 6
Views: 1533

Re: Serial Number

Hi Otto,
no, i did not find a solution, i now use an individual number from an ini-file.
by Wolfgang Ciriack
Thu May 28, 2009 7:32 am
Forum: FiveWin for Pocket PC
Topic: Listbox
Replies: 4
Views: 1000

Re: Listbox

by Wolfgang Ciriack
Wed May 27, 2009 1:22 pm
Forum: FiveWin for Pocket PC
Topic: Listbox
Replies: 4
Views: 1000

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.
by Wolfgang Ciriack
Wed May 27, 2009 9:25 am
Forum: FiveWin for Pocket PC
Topic: Listbox
Replies: 4
Views: 1000

Listbox

Hi,
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
Now i want two buttons to add and to delete items. How can i do this ?
Anyone have an example ?
by Wolfgang Ciriack
Wed Feb 25, 2009 7:00 am
Forum: FiveWin for Pocket PC
Topic: Set time
Replies: 2
Views: 648

Re: Set time

Thanks Antonio, that is quite simple :D
by Wolfgang Ciriack
Tue Feb 24, 2009 5:22 pm
Forum: FiveWin for Pocket PC
Topic: Set time
Replies: 2
Views: 648

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)
by Wolfgang Ciriack
Tue Feb 17, 2009 5:50 pm
Forum: FiveWin for Pocket PC
Topic: TABCONTROL ANY FUNCIONALITY ?
Replies: 8
Views: 1314

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 ......
by Wolfgang Ciriack
Tue Jan 27, 2009 12:45 pm
Forum: FiveWin for Pocket PC
Topic: Start another prog
Replies: 2
Views: 522

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.
by Wolfgang Ciriack
Tue Jan 27, 2009 10:18 am
Forum: FiveWin for Pocket PC
Topic: Start another prog
Replies: 2
Views: 522

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.
by Wolfgang Ciriack
Fri Dec 19, 2008 7:30 am
Forum: FiveWin for Pocket PC
Topic: Serial Number
Replies: 6
Views: 1533

ok, thanks.
by Wolfgang Ciriack
Thu Dec 18, 2008 6:11 pm
Forum: FiveWin for Pocket PC
Topic: Serial Number
Replies: 6
Views: 1533

Antonio,
is there a solution for the non functioning Serialnumber() function under WinMobile 6 ?
by Wolfgang Ciriack
Fri Dec 12, 2008 4:27 pm
Forum: FiveWin for Pocket PC
Topic: Serial Number
Replies: 6
Views: 1533

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...
by Wolfgang Ciriack
Fri Oct 31, 2008 7:25 am
Forum: FiveWin for Pocket PC
Topic: Bluetooth Printing
Replies: 10
Views: 2446

Thank you very much Maurizio, i save this on my disk !
by Wolfgang Ciriack
Thu Oct 30, 2008 6:00 pm
Forum: FiveWin for Pocket PC
Topic: Bluetooth Printing
Replies: 10
Views: 2446

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...