Results 1 to 6 of 6

Thread: Wizard Setup Fax

  1. #1

    Thread Starter
    Member rezas_1354's Avatar
    Join Date
    Mar 2008
    Location
    tehran
    Posts
    34

    Wizard Setup Fax

    hello my friends
    i need into my programm vb6 open wizard setup fax is in control panel or add/remove windows components
    i use shell32 and many dll but no answer me for example :
    Call Shell("rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl", 1)
    or
    Call Shell("rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter")
    but this code s not open wizard for install fax in win xp
    please help me
    thanks
    Reza
    VB6 is My Love And My Life . This is my Signature

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Wizard Setup Fax

    Thread moved from CodeBank forum (which is for you to post your code examples, not questions)

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Wizard Setup Fax

    This works fine for me
    Code:
    Private Sub Command1_Click()
    Call Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl", vbNormalFocus)
    End Sub
    mlcfg32.cpl is for setting up mail.

  4. #4

    Thread Starter
    Member rezas_1354's Avatar
    Join Date
    Mar 2008
    Location
    tehran
    Posts
    34

    Re: Wizard Setup Fax

    Quote Originally Posted by Hack
    Code:
    Private Sub Command1_Click()
    Call Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl", vbNormalFocus)
    End Sub
    mlcfg32.cpl is for setting up mail.
    hi
    dear hack this code is for open page add/remove in control panel and not open Wizard Setup Fax i need code for page install fax
    i see in other programm use into source code by component fax , i unknown this component
    please help
    thanks
    VB6 is My Love And My Life . This is my Signature

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Wizard Setup Fax

    Quote Originally Posted by rezas_1354
    dear hack this code is for open page add/remove in control panel and not open Wizard Setup Fax
    Correct. That is what it was for, and I posted it because that is what you asked for
    Quote Originally Posted by rezas_1354
    hello my friends
    i need into my programm vb6 open wizard setup fax is in control panel or add/remove windows components
    As far as fax setup, I don't know what that would be. This is my control panel. The closest thing to the fax thing is printers and faxes and when I click on that, all it does it run the add new printer wizard. Is the add new printer wizard what you are after?
    Attached Images Attached Images  

  6. #6

    Thread Starter
    Member rezas_1354's Avatar
    Join Date
    Mar 2008
    Location
    tehran
    Posts
    34

    Re: Wizard Setup Fax

    hello again
    i think not good question exact and Explain for you
    sorry for my english speack
    my problem is a light question
    i want wizard setup fax for vb6 in my program and then run into project vb6 by source/code with a command button . too . i want this source code
    please
    thank you very much
    Reza
    VB6 is My Love And My Life . This is my Signature

Posting Permissions

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



Click Here to Expand Forum to Full Width