Jump to content

Problem with GUI redraw after opening a folder with ShellExecute


nicdev007
 Share

Recommended Posts

For information I tried opening the folder directly with COM objects as below t (as I'm really out of ideas now!):

Local $oShell = ObjCreate("shell.application")
$oShell.Open("C:\Windows\")

; AND

Local $oShell = ObjCreate("shell.application")
$oShell.ShellExecute("C:\Windows\","","","open",1) ; tried all the vShow variables 0-5, 7 and 10 withe same results

; AND

Local $oShell = ObjCreate("shell.application")
$oShell.Explore("C:\Windows\")

In all cases the input box loses it's frame. Now either it's a bug in windows, or the way the painting of the tab control gets done...

 

EDIT: Anyone have any ideas? This is a really annoying bug, and I'm completely lost for ideas.

Edited by nicdev007

Life is too short to worry about the things you don't have or cannot do ... So if you don't know how to do it - Learn it! Don't be afraid to ask for help ...

Link to comment
Share on other sites

Hello everyone,

 

Does anyone have any other ideas that I can try?  Any help appreciated as for now I had to publish the GUI without tabs to avoid issues.

Thanks in advance

Life is too short to worry about the things you don't have or cannot do ... So if you don't know how to do it - Learn it! Don't be afraid to ask for help ...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...