User Profile

Collapse

Profile Sidebar

Collapse
providence
providence
Last Activity: Oct 15 '07, 02:37 PM
Joined: Sep 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • providence
    replied to VB.net : custom list box scroll buttons?
    in .NET
    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
    See more | Go to post

    Leave a comment:


  • providence
    started a topic VB.net : custom list box scroll buttons?
    in .NET

    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
    See more | Go to post

  • providence
    replied to VB.net button to load form?
    in .NET
    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 closed
    See more | Go to post

    Leave a comment:


  • providence
    replied to VB.net button to load form?
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • providence
    started a topic VB.net button to load form?
    in .NET

    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

    Code:
     Private Sub button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button.Click
           form2.show()
        End Sub
    but it doesnt work, i want the button to load form2.. not open another form.
    or is there another way...
    See more | Go to post
No activity results to display
Show More
Working...