Search results for query: *

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

    Cant Updating picture as OLE object, but save as new record works

    HI, I have a access 2010 database linked to my VB.NET form, it has been done through databinding and is mainly through the wizard, I have a picture that is databound to my database through a OLE Object and I can add a picture and save it to a new record, but I cant update it through the same...
  2. RoyLittle0

    Accessing xml data for TabPage text

    Hi, I an trying to access the nodes in my xml based on the selection made in a combobox and write the text to a TabControl/TabPages, the area i am struggling with is "TabControl1.TabPages(i).Text = myMachineName.Attributes.ItemOf("Page").InnerText" so based on the code below how would i get the...
  3. RoyLittle0

    How to change the Tabcontrol name based on Combobox selection

    Can anyone explain how to change the text in a TabControl, i have tried to use the sane tactics i would with a ListView but cant seem to get it right The name is being read from an xml file based on the selection made from the ComboBox, and from there it will display the contents of the xml in...
  4. RoyLittle0

    39 Tabed pages of data, what database if any is best

    Hi, i am quite new to VB.Net so i don't no that much about what databases do what and what are best for certain applications, I have 1 page which has 13 tabs and 3 buttons, both could increase, each tab contains 3 x Pictures, 3 Labels and 3 Text boxes (the text boxes will contain 200+ words and...
  5. RoyLittle0

    Splash Screen double click event to open form

    Hi, I am trying to create a basic backdoor to my program to allow access to some settings, it is to be accessed from the Splash Screen, with a double click event on the Author Label, the form opens up but closes again when the Splash Screen closes. :bawling: Is there a way of keeping this form...
  6. RoyLittle0

    Read xml file to treeview, selection to listview, modify and save

    OK, i'm sure you will all be horrified when you see my code, but i'm learning :) This is as far as i have got, its not pretty but we all have to start somewhere and it is just a pet project, i can open up a file dialog box to select my xml and read it to the treeview, it then get the selections...
  7. RoyLittle0

    Listview horizontal scroll bar keeps disapearing

    Hi, I have a form that updates 12 ListViews on a click, all works fine they update all the way to the end 1 - 12, then, with all ListViews full ii click on the upper ListViews i loose the horizontal scroll function on the next Listviews, this unly seems to happen when they have updated. All...
  8. RoyLittle0

    Adding data to listview from xml to two columns

    How can i add data to a listview from a xml file, i want to add two columns to the list view, i can add data to a listbox but i cant seem to do the same to a listview, the data i need to add is from a xml file, which is "id" and "Name" in two separate columns, they are part of a cascading set of...
  9. RoyLittle0

    Resetting list box data from xml file and changing control of list boxes

    Hi, I am quite new to VB.Net so be gentle with me. Ok, i have 12 List boxes (Solution1 to 12), for each list box ther is a value from the xml (Section 1 - 12) each section has 3 peices of data (id, Name, Label) i really want to sort by the label as this is always going to be unique the Name...
Back
Top