Is it possible to control a Velleman K8000 control board via PDA, bluetooth and a bluetooth to parallel adapter?, and has anyone tried something like this yet....
If the PDA is a compatible Pocket PC then you can write any Bluetooth device code for wireless communications. Then you will need to create a compatible...
Hi All: The code below create a lightning type of line that starts from the top left of the screen and goes to the bottom right. Currently the start point is...
Just modify your sub Move to contain 3 parameters: StartX, StartY, and Increment When StartX and StartY are 240 and 320, make Increment -1 Rewrite your xx =...
Hi Eric: Thanks for this. Really makes it easier to work with now. This also resolves another issue I was experiencing. Thanks for the quick response. When do...
Believe it or not, I probably get a lot more sleep than most of you guys on this board. Especially since they started making me get to work on time :-) I'm...
Hello All, I would like to preface this by stating that, while porting my app from Palm platform to CE wasn't all that difficult, apparently developing a ...
Hi Bruce, From my point of view if you do program just for fun or hoby then you can expend time in side jobs. When you intend to be productive then you must ...
Hi Eric, Last Friday I did implemented the UUID program in mine and adapted my registration system. Performed from then more than 30 registrations. No one has...
Thanks, Jose - I would really appreciate if you would send me both project and instructions if you don't mind. I don't mind expending the time to learn, but I...
The UUID may not be produced by the OS, but the function call to retrieve it might have changed. Has anyone on this list already or could someone on this list...
Hi Eric: If UUID.EXE runs fine on another Pocket PC that runs Wm 2003 SE then the problem could be the compatible Samsung S3C2410 203 MHz processor. Others are...
Thanks for the reply, My problems are more extensive then I thought, I'm new to the Pocket PC coming from the Palm OS world, as such, I've been downloading a...
Hi Eric, Bob and all, Yes, I think like Bob. It must be an issue with the processor. I remember now that some of my customers have the new WM 2003 SE and...
Actually, I thought I had removed that message anyway. I will take care of that tonight. In addition, I will write out an error message to the file if it...
Hi Eric, It sounds good to me. In the issue I had today it was the txt file, empty, and the message in the PDA was "unable (or cannot) retrieve UUID", actually...
Good luck. Let us know how things turn out, good or otherwise. -- Eric Pankoke Founder / Lead Developer Point Of Light Software http://www.polsoftware.com/...
Problem fixed, after a hard reset and restoring individual items, I was able to execute my SQL statements. Thanks again. Greg Marrs ... thought, ... I've ... ...
Glad to hear it. I pretty much thought your code looked good. Hope the rest of your project goes well! -- Eric Pankoke Founder / Lead Developer Point Of...
Sorry for this. I have been having email issues lately and have to do this test email to all acocunts i have been associated with. I do apologize for this...
Jose, Thanks for sending the .eps file - it was of tremendous assistance. I have worked out all the bugs (I think) with my installation setup with exception of...
I see that forms have the capability of having a picture as background, rather than a plain background color. I have a bmp file of the correct size and have...
... my .nsb ... I assume you are referring to the Picture property of the actual form, which is not accessible from the Desktop IDE. I have tried saving a...
The icon has to be of the following type: 32x32 @ 16 colors and 16x16 @ 16 colors. That is 2 icons created in the one .ICO file. I have used "Icon Studio" to...
Thanks for the response, Joe. I created the 16x16 and 32x32 icons as one multi-resolution file in 16 colors. Same response - the icon doesn't display...
Hi Bruce, I do remember something about to have to create two icons, one to be displayed in programs (the big one) and one smaller that is the one appears in...
It seems to be that the error handling is not working if the EVAL function is trying to evaluate an incorrect formula (f.i. 5/0). You get always a vbscript...