|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Question on ShellExecute
i use ShellExecute to open a new browser in VB6 without problem
Call ShellExecute(Me.hWnd, "open", "C:\Program Files\Internet Explorer\iexplore.exe", "http://forums.devshed.com/", "", 1) my question is can i open the browser without menu & tools bar? |
|
#2
|
|||
|
|||
|
I don't know what your trying to do but, have you thought about using the VB WebBrowser control instead of executing IE?
|
|
#3
|
|||
|
|||
|
the app. already put into production, and i think changing orignial code is better than making a new form
|
|
#4
|
|||
|
|||
|
I think u will open a special web page in the ie without menu & toolsbar!I consider it is a method that use control to custom the web browser!..
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Question on ShellExecute |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|