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

Recent content by Bvisual

  1. Bvisual

    MainForm

    I think the problem is that the name in: Project > Properties (last one) > startup object has not the same property as the form change this and it will work i hope ... =)
  2. Bvisual

    form size, object position

    how can you get the system values of the screen a persone is using you now lik 800x600, 1280x800 thx
  3. Bvisual

    listbox and scrollbars

    when you add items to a listbox and it gets full then there appears a vertical scrollbar is it possible to not show the scrollbar but control the selectedindex by 2 buttons ex. selected up selected down thx
  4. Bvisual

    creating names

    thats what i did to fix it thx but found it already :)
  5. Bvisual

    creating names

    found it already but thx anyway
  6. Bvisual

    creating names

    hello there i have some buttons when i press one of them the backcollor has to change to the selected coller i chose the names like K1 , K2 , K3 now how do i make it like this private function ChangeBackColor() dim ClickedButton as button select case Color case 1 'chose coler nr1...
  7. Bvisual

    control arrays

    thx works perfict
  8. Bvisual

    control arrays

    or (better), If the names of the <b>buttons</b> are: b0,b1,b2,b3 ... and as you have the texts of the buttons in the list: dim i as integer for i=0 to listproducts.items.count ctype("b" & i , <b>Textbox</b>).Text=listproducts.items.item(i) next is this code good, because it doesnot work...
  9. Bvisual

    control arrays

    how do you make arrays of components: textboxes optionrounds buttons ... i need like 50 small buttons but the caption on these buttons needs to be loaded from a productlist the most easy way i believe to do this is (like in vb 6.0) making a control array. but i dont now how to do this execly...
  10. Bvisual

    Vb.net control arrays

    i want to draw the buttons one by one but they need to have the same name but a diffrent index nummber can you give me an example or something thx
  11. Bvisual

    Vb.net control arrays

    when i give the same name to buttons or textfield i get an error in vb6.0 when you copie you get a msgbox asking to create control array but not i vb.net how do you create a control array in vb.net execly thx
  12. Bvisual

    Vb.net control arrays

    maar wanneer ik dezelfde naam geef krijg ik een foutmelding in vb 6.0 krijgt men iedere keer melding om een control array te maken bij kopieren maar in vb.net is dit niet zo hoe werkt dit precies? thx
  13. Bvisual

    Vb.net control arrays

    hello i now its possible in vb 6.0 to create a control array of buttons, textfields,... but is it possible to do this in vb.net? how? ex. button(INDEX) textfield(INDEX)
  14. Bvisual

    Windows XP prof

    tryed that already but i keaps hanging at the blue screen i tryed everything only clean install is left but the problem is that there are importand files on the laptop i can enter dos but then i cant acess my documenten it gives message access denied but i need the files...
  15. Bvisual

    Windows XP prof

    hello, after i start my laptop it loads the windows green bar and it moves but then when the login screen has to appear it only show a blue screen with the windows xp logo (this screen is visible on every pc for 1 a 2 sec) but it stays on the indictor for the HD is flikkering but is doesnot...

Part and Inventory Search

Back
Top