|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Form becomes not visibleOn my main form is a button that opens an IE window and displays a web
page. Easy enough. But once the IE application is launched, my form is gone. The application is still running, but the form is no longer there. I can't toggle to it or nuttin'. Any ideas? tod "Tod" <todt***@swbell.net> wrote in message Show us the code that opens the IE window.news:1129226655.784129.224230@g43g2000cwa.googlegroups.com... > On my main form is a button that opens an IE window and displays a web > page. Easy enough. But once the IE application is launched, my form is > gone. The application is still running, but the form is no longer > there. I can't toggle to it or nuttin'. > > Any ideas? What's the API call that you are using and how it was declared? My guess is
that you have incorrectly made the call and your application crashes. Is it running in the process list after it disappears? You could use Spy++ in VS Tools in the start menu to view the list of processes. Go to Spy|Processes. It also shows your forms when you expand the item that represent your EXE, whether these forms are visible or not. Show quoteHide quote "Tod" <todt***@swbell.net> wrote in message news:1129226655.784129.224230@g43g2000cwa.googlegroups.com... > On my main form is a button that opens an IE window and displays a web > page. Easy enough. But once the IE application is launched, my form is > gone. The application is still running, but the form is no longer > there. I can't toggle to it or nuttin'. > > Any ideas? > > tod > I figured out my problem. My borderstyle was set to Fixed Dialog.
Setting it to Fixed Single solved my problem.
Difference in SQL Syntax between Access and MySQL (from VB6 project using ADO)
Using shellexecute...... run time error 5 Picture Box Question Amber Alert Ticker on VB6 Form Help - Single-Select with Listbox... VBA and ADODB.Recordset question user-defined type not defined Determine when report printed to specific printer Problem offering font selection with listview in regions other than US |
|||||||||||||||||||||||