Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AdamVerellen

  1. AdamVerellen

    Winsock to Picture

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

    Winsock to Picture

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

    Stupid Question Datareport

    I figured it out. Mind you I feel real stupid. Project --> Components Click on Designers Check Date Report Now its in there.
  4. AdamVerellen

    Stupid Question Datareport

    That did it... At least I can add them, kind of a pain, but works never the less. Thanks
  5. AdamVerellen

    Stupid Question Datareport

    I thought I tried that before, tried again for the fun of it. I still don't get the menu item
  6. AdamVerellen

    Stupid Question Datareport

    I hate sounding stupid but.... I cannot find the add datareport button under the Project menu item. Is there something I'm missing?
  7. AdamVerellen

    Right Click

    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. ;-)
  8. AdamVerellen

    Right Click

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

    Right Click

    Oh, and all the systems I will be putting this on have Office installed already. From what I can tell it is included with Office
  10. AdamVerellen

    Right Click

    I am changing the font colour too
  11. AdamVerellen

    Right Click

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

    Right Click

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

    Right Click

    Zemp.... I have that now. The way its working now, I have to left click on the button to get focus, then right click to get the menu
  14. AdamVerellen

    Right Click

    For the Form MouseUp event, do I not have to click on the form. I have 40 buttons covering the whole form.
  15. AdamVerellen

    Right Click

    When I right click I do not get focus on the button

Part and Inventory Search

Back
Top