Search results for query: *

  • Users: frankwhite
  • Content: Threads
  • Order by date
  1. F

    Updating Records

    Hi, the following coding works on a form where I want information entered in a textbox to update in a Datagrid. Dim Neworder As DataRow = DsItems1.Tables("Items").NewRow() Neworder("Description") = TextBox1.Text Neworder("Quantity") = TextBox2.Text...
  2. F

    Connecting VB.Net 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.
  3. F

    Re-activate 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...
  4. F

    Simple Question Listbox..

    Hi, Is there a way I can list the number of items in a Listbox in a Text box, for example if there are 6 items in a listbox, i want to show '6' in the textbox, or if there are no items then '0' is shown in the textbox I know its an embarassing question, but if someone could help id appreciate...
  5. F

    VB.Net 2003 MSDN documentation CDs

    Basically I Need to know If i have installed Vb.Net properly, as im studying we were told Vb.Net would be available to us for downloading with Msdnaa. So i downloaded the Vb.net Full Professional 2003, as I was installing it, I installed the first part with the pre-equisits, and the second part...
  6. F

    Simple Problem, Listboxes Help..

    Hi, I was wondering if somebody would be able to help me out a little bit. On my form I Have 2 Listboxes and 2Buttons. The way in which this works is an item is selected from list box 1 and the button is selected for the item to be shown in the second list box up until now I am fine apart from...
  7. F

    Excel spreadsheet within VB.Net?

    Hi I was hoping somebody would be able to help me out with the following problem I am facing. Well basically I have worked with VB.NET Very little and require help with the following. In VB.NET I have a form in which I want to display some spreadsheets that I have created in Excel, something...
  8. F

    can some plz help this newbie,,,,,combo boxes in vb.net

    i need help please....combo box in vb.net i was wondering can any one help me please... ive entered some items in the collections of the combo boxes... i need a short code to do the follwing 2 things: 1- once a item is selected from the combo box a image should be shown in the picture box...
Back
Top