Just figured it out.
I am posting below. It's still a touch messy, but works.
Any suggestions are greatly appreciated :)
Private Sub sckMachine_DataArrival(ByVal bytesTotal As Long)
Dim ThisPacket As String
sckMachine.GetData ThisPacket, vbString
temp2 = temp2 & ThisPacket...
I know there are a few other posts regarding this. But so far I havn't been able to get it to work.
I am using a Vision System camera that when triggered sends out the image data via tcp (winsock) connection.
The first bunch of characters state info about the image.
maybe 120 characters into the...
Fortunately for me I am using a touch screen mostley with a mouse only as backup to the touch screen, and to change the colours of the buttons.
For the most part the mouse will be tucked neatly behind the screen. ;-)
Focus problem is solved with mousemove.
I check which button I'm over, and setfocus.
Works great.
Not sure if I will have problems down the road using mousemove, but I'll jump them when I get there.
Thanks for your help
Here is a chunk of what I used to get it to work.
DrJavaJoe, you got me thinking about setfocus.
I'm not sure if this is what you meant, but it works.
My next question is, the mousemove event, do you figure it eats the system resources up?
Thanks
Private Sub Command1_MouseDown(Index As...
Before I started with the post.
I have a form with 40 command buttons on it.
The buttons come from the MS Forms library.
They cover the whole form on load based on screen size.
I wanted to spice it up with having the user being able to change the button colours. So I thought right click the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.