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
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
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
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?
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