-
Replied To a Post in Log in form
Change Me.Close() to Me.Hide() -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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. -
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 … -
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" … -
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 … -
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 … -
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 … -
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 … -
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 … -
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.