Thread: Donate button!

Results 1 to 3 of 3
  1. #1
    Celxez's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    329

    Thumbs up Donate button!

    So I've been searching around on the interwebs for an answear but haven't found any.
    My question is: How do you add a paypal donate button into your visual basics program?

    Thanks!

  2. #2
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Wrong Section , this belongs in programming.
    Anyway the code goes like this:
    Place a picturebox on the window.
    Make the image of the picturebox a paypal donate button
    On the picturebox.onclick event put
    Code:
    try
    process.start("your donate URL")
    catch WinXP as error
    'I called the error WinXP because I've only had process.start to urls crash on Windows XP
    end try

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  3. #3
    Celxez's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    329
    Quote Originally Posted by rileyjstrickland View Post
    Wrong Section , this belongs in programming.
    Anyway the code goes like this:
    Place a picturebox on the window.
    Make the image of the picturebox a paypal donate button
    On the picturebox.onclick event put
    Code:
    try
    process.start("your donate URL")
    catch WinXP as error
    'I called the error WinXP because I've only had process.start to urls crash on Windows XP
    end try
    Thank you! I only needed the code, I already know the thing with the picture box!

Similar Threads

  1. Donation button
    By [G]enesis in forum General
    Replies: 8
    Last Post: 09-24-2011, 11:44 AM
  2. Donate button
    By Cirion66 in forum General
    Replies: 3
    Last Post: 08-07-2011, 04:39 PM
  3. Request: Donation button...
    By Liz in forum Help & Requests
    Replies: 11
    Last Post: 06-09-2011, 11:44 PM
  4. Why no DONATE BUTTON?
    By RIckPwned in forum Suggestions, Requests & General Help
    Replies: 10
    Last Post: 08-16-2010, 05:48 AM