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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ilovevbsomuchimmad
  • Content: Threads
  • Order by date
  1. ilovevbsomuchimmad

    Need help with datagrid, listbox and textbox

    Hi, on a form I have a datagrid, list box, a button and a textbox. It is all linked to a database (Used access). In the database there are 2 columns, the first is the type of item, and the other columns is the amount in stock. The listbox shows the type of item, and the textbox shows the...
  2. ilovevbsomuchimmad

    Load Listbox Data into Datagrid?

    Hi i have the following coding which adds text from textboxes in to a datagrid, with these text boxes there is a listbox, is it possible to add all the data within the listbox to a cell or a few cells in the datagrid? Thanks Addorder("Name") = TextBox1.Text Addorder("Dept") = TextBox2.Text
  3. ilovevbsomuchimmad

    Auto allign columns?

    Hi I have linked my Vb program to my database, but when the datagrid shows the data, the allignment of the collumns is not to its original size if you understand, also when linking to the database the columns are not in the correct order as they should be (the correct order is in Access) rather...
  4. ilovevbsomuchimmad

    Saving Data to Database..

    Hi, I have the following coding which shows data from a database. However throughout the form the number in Textbox1 Changes, when I exit the program and re-load the program the quantity number does not change. The coding I have used is: visual basic code:Dim connStr As String = _ "Provider...
  5. ilovevbsomuchimmad

    Connecting Vb to Access

    Hi, I know im going to sound stupid but I need help with linking Vb.Net to access. I would prefer the most easy approach as I have not that much knowledge.
  6. ilovevbsomuchimmad

    Re-activate Current Form?

    Hi, I was wondering is it possible to re-activate the current form? I have some coding which is in the form activate, and that coding needs to be run a few times but the only way I can get it to work is clicking on to another form and returning to the form. I have tried me.activate, or...
  7. ilovevbsomuchimmad

    Problems with listboxes

    Hi, I was wondering if anybody out there could help me out a little bit. I have two list boxes and 2 buttons, there are items in listbox 1 and the first button adds the items to the list box2, the second button only removes items from listbox2 and does not alter any of the items in list box1. As...

Part and Inventory Search

Back
Top