Results 1 to 3 of 3

Thread: [2008] several questions

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    1

    [2008] several questions

    ive got some questions..

    1) is there any way make a Command button into different shapes? (like circle). if so how do you do it and what do you need?

    2) i was wondering how to do a program just click a button and it opens a new window... example you logged in(MSN or yahoo) and it opens a new window that let you see your friends. from the log in part into the chatting part(do you get me?) lol.

    thanks in advance

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,423

    Re: [2008] several questions

    i can answer your 1st question.
    have a look at the irregular regions link in my signature.
    it shows how to change the shape of a form, but you can apply it to controls as well.

  3. #3
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: [2008] several questions

    Second question: Make 2 forms. If Form1 is your main form and Form2 is your new form, then put a button on Form1 and when it is clicked:

    Dim f as New Form2
    f.Show
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width