Forum: Visual Basic 4 / 5 / 6 Aug 14th, 2008 |
| Replies: 6 Views: 5,515 Hello i hav tried but i can get it please can you send me a sample code |
Forum: Visual Basic 4 / 5 / 6 Aug 14th, 2008 |
| Replies: 6 Views: 5,515 i want to auto generate an ID like 1, 2, 3.
and anytime i close my application and open it again it should start from the Id it stopped.
if i enter up to 6 the next one should be 7.
Can anybody... |
Forum: Visual Basic 4 / 5 / 6 Aug 14th, 2008 |
| Replies: 5 Views: 1,141 I was able to resolve it myself.
Thank all |
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2008 |
| Replies: 5 Views: 1,141 Thanks for your help but i need to display it into a textbox not in combobox.
Even if it is in a combobox your code is not working check it well.
Thank you. |
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2008 |
| Replies: 5 Views: 1,141 i am trying to display a DB infos into a textbox.
This my code
sqlstr ="SELECT Description, Price FROM T_barcode WHERE Barcode ='" & Text1.Text & "'"
con.Execute sqlstr
Text2.Text =... |
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2008 |
| Replies: 3 Views: 1,182 Hello thank you for your help but i already know that.
What i need is to create a barcode for a product that doesnt have yet a barcode and save it in a Database,and be able to retrieve it with all... |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2008 |
| Replies: 3 Views: 1,182 Hello i need a help for my barcode scanner project.
i want to create a code save it in a DB and be able to read it and decode it with the barcode scanner. |
Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2008 |
| Replies: 2 Views: 1,802 please can somebody help me to load a records from a textfile(random acces file)and display it into te lisview. |
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008 |
| Replies: 2 Views: 983 Hello please can somebody help me to display a listview item to a textbox. |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2008 |
| Replies: 1 Views: 854 Can somebody help me to update my Database automatically using Data control(data1).
I want to add 1 to all the value of one field so to automatically get the value of that field +1. |
Forum: Visual Basic 4 / 5 / 6 May 30th, 2008 |
| Replies: 6 Views: 7,695 i hav created 2 application and i want to send keystrokes from the 1st one to the 2nd one.
can u pls help me |
Forum: Visual Basic 4 / 5 / 6 May 22nd, 2008 |
| Replies: 0 Views: 537 Hello i will like to have an exemple to help me understand random access file(user define data type) using dynamic array in vb6.
Please with explanation. |
Forum: Visual Basic 4 / 5 / 6 May 22nd, 2008 |
| Replies: 5 Views: 28,558 Hello i will like to have an exemple to help me understand random access file(user define data type) using dynamic array in vb6.
Please with explanation. |
Forum: Visual Basic 4 / 5 / 6 May 20th, 2008 |
| Replies: 1 Views: 696 Hello is it there any function to know the size of a dynamic array? |