hobbit monitor
+ Reply to Thread
Results 1 to 2 of 2

Thread: Windows *8 Type of Installer

  1. #1
    Join Date
    Dec 2002
    Posts
    30

    Windows *8 Type of Installer

    I am sure everyone have used Norton AntiVirus 200* or 2002 or even Windows *8. Once the CD is inserted into the CD-ROM, let us say we are using Windows *8, there will be a form pop up [autorun] and in this forms if the user click on certain icons, the user will be able to install Windows *8. I know how to design the installer but the obly problems is how can I put certain music in the installer. Let us say I wanted the music to be heard once the forms load into the screen using Microsoft Visual Basic 6.0. Here is the procedure that I am talking about:-

    Code:
    Private Sub Form_Load()
    
    End Sub
    What am I suppose to write within this procedure in Microsoft Visual Basic 6.0?

  2. #2
    Join Date
    Apr 2002
    Posts
    180

    Re: Windows *8 Type of Installer

    Originally posted by loopers
    I am sure everyone have used Norton AntiVirus 200* or 2002 or even Windows *8. Once the CD is inserted into the CD-ROM, let us say we are using Windows *8, there will be a form pop up [autorun] and in this forms if the user click on certain icons, the user will be able to install Windows *8. I know how to design the installer but the obly problems is how can I put certain music in the installer. Let us say I wanted the music to be heard once the forms load into the screen using Microsoft Visual Basic 6.0. Here is the procedure that I am talking about:-

    Code:
    Private Sub Form_Load()
    
    End Sub
    What am I suppose to write within this procedure in Microsoft Visual Basic 6.0?
    ============================================

    Hi,

    define your music, avi or any other resource in the resource file.
    then get the resource_handle that you seek before processing it.


    -----------
    fEǚ.法Er

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 09-26-2012, 01:04 AM
  2. Replies: 3
    Last Post: 07-19-2008, 01:25 PM
  3. Replies: 5
    Last Post: 07-06-2007, 10:17 AM
  4. Windows Vista
    By SyntaXmasteR in forum Internet Privacy
    Replies: 2
    Last Post: 03-13-2006, 05:38 PM

Posting Permissions

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