Hello All Again As you May Have Gathered I'm attenpting to do some work on serial coms using NSBasic and Franson Serialtools. While i can sucessfully open and...
Hi Curtis: I note that your communications protocol is 9600, 8, N, 1 -- ensure that those parameters match the diveice to which you are communications. Second,...
Thanks J The Problem is the Sub Objport_OnRead(Recvd) never gets called or so it appears. The coms parameters do match. because a different program code to ...
Hi, I know it has been discussed in past threads but has anyone come up with a way to produce Ir via NS Basic that can be understood by commercial electronic...
Hi, I just bought a second hand Ipaq H5450 and currently evaluating different VB development softwares. I dabble with ppcreation which works without a glitch. ...
Paddy, There is a sample called TwoForms which does exactly this. When you click the button on Form1 you need code such as: Sub CommandButton1_Click form1_hide...
Thanks Thomas I'll try that tomorrow Aidan computerhusky <computerhusky@...> wrote: Hello, have you tried to change the line ObjPort.NoEvents = True to ...
thanks Adrian i'll give it a try monday aidan ... Try: ObjPort.NoEvents = False HTH, Adrian Nicolaiev ... Access over 1 million songs - Yahoo! Music Unlimited....
I'm having a terrible time with NSBComDlg - it's not registering for me. The version I have is the one George released recently. The demo files had worked...
Hi! Is there someone who knows anything about Odyssey Client for Pocket PC? We have 9 iPAQs that we bought over couple of years, one of this iPAQs I have for...
Hi all latest bit of codeing with franson serial tools pretty much concludes as far as i can tell events are not being generated or are not being recieved in...
Hi Curtis, I have been using the Franson Serial component for a while now and in my experience it works as advertised. Certainly the OnRead event fires for me...
It's clear from other products out there that this is possible. It will take some digging to find the answer. Here are a couple of hints: 1. You will have to...
The only reference I have to Odyssey is here, where some of the controls are listed: <http://www.nsbasic.com/ce/info/technotes/TN01a.htm> George Henne NS BASIC...
I found Odyssey in the 3rd party controls also... but no one match the client. I know that I try some of the programming contanst software and deleted them...
Thanks David Ive added ObjPort.BufferSize = 10 just below the line ObjPort.ByteSize = 8 Makes No Difference Aidan ... in ... fires ... that). ... not ... ...
Hi Curtis: In my ap, the bluetooth device only "speeaks when spoken to", so I only look for a response after transmitting a command to the device. That works...
One thing I forgot to mention. For transparency you need to use something like: comp.OverlayTransparentColor=&HFF00FF when creating your picture boxes to set...
Hi Carl; Thanks for this tip. It is very useful and should allow for some interesting flexibility. Bob ... From: Carld To: nsbasic-ce@yahoogroups.com Sent:...
This works properly on all the devices I have here. I don't have an HTC Wizard, however. Another possibility is that your registry is corrupted. The only way I...
I had a similar problem with my HTC Universal running Windows Mobile 5.0. Trying various methods to resolve my specific issues with the picture control just...
love to do that but its not realy an option ... only look for a response after transmitting a command to the device. That works well for me. ... Use a timer....
Hi guys, have you got the transparency control to work with a moving image? I had problems with a ghost trail last time i tried it. See message number 13754. ...