hi, i haven't tried yet. Im actually developing for smart devices.. not all things can be done there.
anyways, I've managed to create a button and use this code
ListBox2.Select edIndex -= 1
ListBox2.Select edIndex += 1
to navigate up and down :D
User Profile
Collapse
-
VB.net : custom list box scroll buttons?
is it possible to make a custom scroll up and down buttons for listbox?
if not, can the default one be customized to change its size?
im looking for a way to make the buttons bigger -
thanks
me.hide()
works perfectly!
yeah that's what Im after for, a main window that will load stuff. But I dont know how to do that yet. All i can think up right now are forms being opened and closedLeave a comment:
-
thanks that worked in opening the form2
but how to close form1 ?
I wanted to close form1, and open form2 in the same location. So it would be like switching screens. If i do myform.show() the form pops up at a random place.Leave a comment:
-
VB.net button to load form?
Hi im still a beginner just wondering
I got 2 forms in 1 project.. form1 and form2 respectively
now i have this button in form1
but it doesnt work, i want the button to load form2.. not open another form.Code:Private Sub button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button.Click form2.show() End Sub
or is there another way...
No activity results to display
Show More
Leave a comment: