Adblock breaks this site

Vb6 Help ?

Discussion in 'Programming General' started by MitBaz, Aug 15, 2008.

  1. MitBaz

    MitBaz Active Member
    Banned

    Joined:
    Jul 31, 2008
    Posts:
    111
    Referrals:
    0
    Sythe Gold:
    0
    Vb6 Help ?

    i have a few questions

    once i have coded somethign in Vb6 how do i make it an exe?

    and just say i have just have 3 commant buttons and when yu click on them it comes up with a msg box !

    how do i put a picture of somethign i the background so it doent look so dull?
     
  2. Darthatron

    Darthatron Massive Troll
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    May 22, 2006
    Posts:
    1,612
    Referrals:
    3
    Sythe Gold:
    0
    Vb6 Help ?

    In the 'File' menu there is a 'Make *.exe' option. Click that.
     
  3. .number.

    .number. Guest

    Referrals:
    0
    Vb6 Help ?

    your wellcome
     
  4. O Glitch O

    O Glitch O Forum Addict

    Joined:
    Aug 14, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0
    Vb6 Help ?

    reporting for spam
     
  5. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    Vb6 Help ?

    Add the command buttons, double click on each one to get to their click() events respectively. Add the code
    Code:
    MsgBox "content"
    in to each event as desired, replacing content with whatever.

    With the background image, I'm assuming you're talking about the form's background. There is a property called "Background" or something like that. I haven't used VB6 in a long time.
     
< Up-to-date World Info | really old vb program i found on my hard drive >


 
 
Adblock breaks this site