Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    TheMangokid's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    You can try this code:

    Code:
    Public Class Form1
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            AxWindowsMediaPlayer1.settings.autoStart = True
            AxWindowsMediaPlayer1.URL = ("https://Website.com/Song.mp3")
        End Sub
    End Class
    because if u use "C:/MuZiC.mp3" then that only u can use this program because if you try to share ur program then everybody who uses it has to have that exact same song in that exact same path and if u try having the song in the same folder as the .exe then its going to be a big file.

  2. #17
    wankswor10's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    5
    Code:
    AxWindowsMediaPlayer1.settings.autostart = true
    AxwindowsMediaplayer.url = (Application.StartupPath + "\asdf.mp3")
    Does this work?

  3. #18
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by wankswor10 View Post
    Code:
    AxWindowsMediaPlayer1.settings.autostart = true
    AxwindowsMediaplayer.url = (Application.StartupPath + "\asdf.mp3")
    Does this work?
    Yes, as long as there is a file entitled "asdf.mp3" in the application startup path.

    and Mango, you just C&Ped my code exactly, all you did was change it to http, which is pretty self explanatory.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  4. #19
    wankswor10's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    5
    Well, I just tought him how to play music >< Hopefully

  5. #20
    MJLover's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Neverland
    Posts
    759
    Reputation
    33
    Thanks
    110
    My Mood
    Cheerful
    Quote Originally Posted by DeathHunter View Post


    I will thank you all,but I need to trade this is a progress bar with some other words?
    What you mean ???

  6. #21
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by wankswor10 View Post
    Well, I just tought him how to play music >< Hopefully
    Where lol?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #22
    MJLover's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Neverland
    Posts
    759
    Reputation
    33
    Thanks
    110
    My Mood
    Cheerful
    Quote Originally Posted by J-Deezy View Post
    Where lol?
    Quote Originally Posted by wankswor10
    Code:
    AxWindowsMediaPlayer1.settings.autostart = true
    AxwindowsMediaplayer.url = (Application.StartupPath + "\asdf.mp3")
    Here....LOL !

  8. #23
    DeathHunter's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Naxxar,Malta.
    Posts
    4,018
    Reputation
    13
    Thanks
    1,385
    My Mood
    Brooding
    SOLVED and thanked those who helped me.

  9. #24
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by MJLover View Post
    Here....LOL !
    He just reposted exactly what I said lol, just changed the example name.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Help how to add text to a mod.
    By cranow12 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 09-25-2010, 01:56 AM
  2. [HELP] How to add godmode to an existing mod
    By Erige in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 09-17-2010, 07:47 PM
  3. [HELP]How to C&P?[Solved]
    By bbhing987 in forum Visual Basic Programming
    Replies: 15
    Last Post: 09-10-2010, 11:18 PM
  4. [Help] How to add in skins/gui
    By Insane in forum Visual Basic Programming
    Replies: 23
    Last Post: 07-28-2010, 02:58 PM
  5. Need Help! How to add a Avatar to profile?
    By ikasya in forum Help & Requests
    Replies: 0
    Last Post: 03-30-2010, 11:41 AM