VB CommonDialog in Full Screen mode

Join Date
May 2002
Location
Varese, Italy
Posts
23
I need to have a Visual Basic Common Dialog ShowSave and ShowOpen in full screen mode, to avoid that the operator click by the mouse out of the window and move the focus on other software, in this case Siemens ProTool Pro.
Pratically i make a litte exe file that ProTool call for save and open some files with the programs parameters, but if the operator press with the mouse pointer out the window of this exe file, the focus is lost and my program became in background of ProTool and the operator can't return on my program.
Someone know how to help me.

Thanks
 
I personally cannot answer your question, but HERE is a web site where you can find just about every bit of source code you could want. I imagine you can find where someone has done just what you want.
 
Set properties: form.BorderStyle = fixed, form.WindowState = 2 maximize. You can also first create an MDI form and put your dialog
within it and link it to the MDI (child).
 

Similar Topics

Hi, Yesterday, I was at a customer site. I made one little change. Changed a dummy bool output to an actual output. I didn't add any tags, or...
Replies
15
Views
299
I know this isn't PLC related, thanks for bearing with me. Does anyone have an excel sheet to calculate full load amps for branch circuits? Im...
Replies
0
Views
713
Hello, I have rslogix processors operating at anywhere from rev 16.0 to 30.0. I have the full option of FBD routine creation in the higher...
Replies
9
Views
2,821
struggling to find documentation on this, I have it in my head that it overwrites itself but i dont know where i have got that from. when it...
Replies
0
Views
872
Dear experts, I have encountered an SMC Flex (361A,480V) wired for 3-wire where that if you press 'Start' Then immediatly press 'stop' it will...
Replies
7
Views
1,758
Back
Top Bottom