Search found 42 matches

by Bill Simmeth
Tue Apr 17, 2007 7:11 pm
Forum: FiveWin for Pocket PC
Topic: ActiveX support!
Replies: 3
Views: 2421

Greetings Antonio,

This is great news!! I look forward to seeing some examples of to implement ActiveX.
by Bill Simmeth
Wed Jan 10, 2007 1:10 pm
Forum: FiveWin for Pocket PC
Topic: RegSetValue()
Replies: 9
Views: 3146

Antonio, thanks. That change works. So, now REG_SZ and DWORD values are working.
by Bill Simmeth
Tue Jan 09, 2007 4:01 pm
Forum: FiveWin for Pocket PC
Topic: RegSetValue()
Replies: 9
Views: 3146

Sorry, I forgot to add that using the function to set a REG_SZ (text) value works fine.
by Bill Simmeth
Tue Jan 09, 2007 3:43 pm
Forum: FiveWin for Pocket PC
Topic: RegSetValue()
Replies: 9
Views: 3146

Antonio,

I would be in favor of adding an optional fourth parameter to allow for BINARY values. I have an important need for this.

Thanks,
Bill
by Bill Simmeth
Tue Jan 09, 2007 3:34 pm
Forum: FiveWin for Pocket PC
Topic: RegSetValue()
Replies: 9
Views: 3146

Hi Antonio, Thanks for the efforts. However, I have tried to set a DWORD value but receive a return value of 87, which is "INVALID PARAMETER" and the value is not added to the registry. Here is a sample of my call to it: //nHnd returned from RegOpenKey() cVal := "AutoEnter" nVal ...
by Bill Simmeth
Mon Jan 08, 2007 5:57 pm
Forum: FiveWin for Pocket PC
Topic: RegSetValue()
Replies: 9
Views: 3146

Very good, thanks!
by Bill Simmeth
Mon Jan 08, 2007 5:00 pm
Forum: FiveWin for Pocket PC
Topic: RegSetValue()
Replies: 9
Views: 3146

RegSetValue()

It seems the function only stores STRING values? How can I store DWORD and BINARY values to the PPC registry?

Thanks.
by Bill Simmeth
Mon Jan 08, 2007 4:58 pm
Forum: FiveWin for Pocket PC
Topic: Harbour C-Wrapper Help
Replies: 4
Views: 1854

Pawel and Antonio thank you for the hints.

Antonio, is there a reference on the wrappers, for help on things like hb_parn--() ?
by Bill Simmeth
Fri Jan 05, 2007 5:40 pm
Forum: FiveWin for Pocket PC
Topic: Harbour C-Wrapper Help
Replies: 4
Views: 1854

Harbour C-Wrapper Help

Might someone help me with the C-wrapper syntax? I have looked at the Harbour website for documentation, but could find none on the c-wrappers. I have the following code so far. I need to return the second element of the structure "ScanFindInfo". The second element is a string. #pragma BEG...
by Bill Simmeth
Sun Dec 24, 2006 2:12 pm
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10976

Richard, very nice! Thanks for cleaning up my code. Antonio, thanks for the info on the built-in FW functions. I'm still learning the FW syntax and functions. Also, Antonio thank you for the incredible tool that FWPPC is. It has enabled us to deploy a Mobile app in very short time! Merry Christmas t...
by Bill Simmeth
Sun Dec 24, 2006 2:03 am
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10976

This sample uses a SAY object to collect the signature and its DC is saved to the bitmap file. It works nicely... #include "FWCE.ch" #include "DLL.ch" function Main() local oMain, oSig, nHdc local cDir := CurDir() PUBLIC nOldX := -1, nOldY := -1 DEFINE WINDOW oMain TITLE "Dr...
by Bill Simmeth
Fri Dec 22, 2006 9:27 pm
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10976

I've had better luck using the LineTo function. Using SetPixel made the signature look very "dotted". Something like this sample works very nicely... #include "FWCE.ch" #include "DLL.ch" function Main() local oWnd, oSay, nHdc PUBLIC nOldX := -1, nOldY := -1 DEFINE WINDO...
by Bill Simmeth
Wed Nov 15, 2006 8:12 pm
Forum: FiveWin for Pocket PC
Topic: Program Authentication
Replies: 1
Views: 1025

After more Googling, I found the answer. It of course involves paying money!

http://msdn.microsoft.com/windowsmobile ... fault.aspx

Hope this info helps someone!
by Bill Simmeth
Wed Nov 15, 2006 5:07 pm
Forum: FiveWin for Pocket PC
Topic: Program Authentication
Replies: 1
Views: 1025

Program Authentication

We have moved onto Windows Mobile 5 (aka 2005). In this OS, Microsoft has adopted a routine to authenticate programs. If not authenticated, the first time your program runs, the user gets the dialog shown below. Anyone know what must be done to avoid getting this? TIA! http://www.simmeth.com/images/...
by Bill Simmeth
Wed Nov 15, 2006 1:15 pm
Forum: FiveWin for Pocket PC
Topic: Create FWPPC DLL?
Replies: 6
Views: 2353

Antonio,

Many, many thanks! I have received your email and will begin work on it this morning!!

Thanks again,