• Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Log in form

    Change Me.Close() to Me.Hide()
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How to listen to keyboard press keys

    Hi Dw I'm creating a program in Visual Basic 5.0 and what I want is to listen to keyboard keys the main form that I will be using to listen …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to listen to keyboard press keys

    No. It a program that check if a certain key on a keyboard has been pressed and hold to execute the command. Just like let say on your program you …
  • Member Avatar for Mr.M
    Mr.M

    Created How to listen to keyboard press keys

    Hi Dw I'm creating a program in Visual Basic 5.0 and what I want is to listen to keyboard keys the main form that I will be using to listen …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to listen to keyboard press keys

    Hi Dw I'm creating a program in Visual Basic 5.0 and what I want is to listen to keyboard keys the main form that I will be using to listen …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Partial word match in textbox

    Here is a very simple example on how to use the Contains method. If TextBox1.Text.Contains("my word") Then ' Here you can replace the my word with the library of your …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for run a java and pass arguments in vb 5.0

    Hi Dw I'm glad to find one active VB forum for the old VB I used to get the solutions in .NET and I'm also a .NET developer but had …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in run a java and pass arguments in vb 5.0

    Well I've just managed to solve this problem I've used this Call Shell("Java.exe -jar c:\test/dist/test.jar") and it debugged well Thanks to my self for this.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Sales

    I have a combobox which is cboUser. In cboUser contains 5 item and have a aseparate password each user1="user1",user2="user2",user3="user3",admin1="admin1",admin2="admin2". All of the items have a password.If the user selects user …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Sales

    Well you can try something like this assume that you have a textbox called txtPass where the user will enter his/her password If cboUser.SelectedItem = "user1" And txtPass.Text = "user1" …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching App to Open Cash Drawer

    I have a APG Vasario 1616 USB cash drawer that I would like to hook up to my PC using a USB cable. I would like to make a small …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in App to Open Cash Drawer

    Well I'm not sure in VB because I was also looking for the same or similar to that and I've looked on Microsoft POS but it not clear what or …
  • Member Avatar for Mr.M
    Mr.M

    Created run a java and pass arguments in vb 5.0

    Hi Dw I'm glad to find one active VB forum for the old VB I used to get the solutions in .NET and I'm also a .NET developer but had …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching run a java and pass arguments in vb 5.0

    Hi Dw I'm glad to find one active VB forum for the old VB I used to get the solutions in .NET and I'm also a .NET developer but had …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How can I remove items from a right click mouse pop up tray

    Well there are a couple of programs I've created in VB.NET they work perfectly on my laptop or OS(Windows 7) but I can't run them on an older OS such …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to create this interface

    @James thank you so much for your link I've done it and well I just found out that actually I didn't need the interface to dispense after I read that …

The End.