how would i make it so..

Discussion in 'Programming General' started by trevor267, Apr 28, 2008.

how would i make it so..
  1. Unread #1 - Apr 28, 2008 at 10:41 PM
  2. trevor267
    Joined:
    Feb 23, 2007
    Posts:
    582
    Referrals:
    1
    Sythe Gold:
    1

    trevor267 Forum Addict
    Banned

    how would i make it so..

    how would i make it so when you clicked the command button a bunch of images came onto your desktop, for example like 20 smiley faces or something, i am pretty new to vb so please explain pretty good and thank you for your time :)
     
  3. Unread #2 - Apr 28, 2008 at 10:53 PM
  4. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    how would i make it so..

    Are you talking about on your actual desktop background or something painted on your screen?
     
  5. Unread #3 - Apr 28, 2008 at 11:02 PM
  6. trevor267
    Joined:
    Feb 23, 2007
    Posts:
    582
    Referrals:
    1
    Sythe Gold:
    1

    trevor267 Forum Addict
    Banned

    how would i make it so..

    well im not talking about changing your desktop to that, im talking about adding the image so i guess the painted on your screen
     
  7. Unread #4 - May 7, 2008 at 9:31 PM
  8. Faskist
    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0

    Faskist Tuxhead
    Banned

    how would i make it so..

    Trivial in C.
     
  9. Unread #5 - May 8, 2008 at 2:59 AM
  10. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    how would i make it so..

    Make a transparent form.
    Add 20 imageboxs.
    Add an image to each image box.
    On the Form_Load event make the imagebox appear in random locations.
    ????
    PROFIT!
     
  11. Unread #6 - May 8, 2008 at 7:15 AM
  12. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    how would i make it so..

    Gawd covey, haven't I taught you anything? :rolleyes:
    1. 1 form, 1 timer(or loop with a wait sub)
    2. Make the form have a background image
    3. Make it go ontop of everything else
    4. Make the form transparent with 1 API call, so that only the picture is showing (Could be a round object, or not)
    5. Inside the timer/loop either make it replicate itself or move.
    6. ????
    7. Proffit
     
< Help with games. | pulling info from file folders to program >

Users viewing this thread
1 guest


 
 
Adblock breaks this site