opposite of wm_close

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hi, I am looking for the opposite of wm_close, I assume
it's possibly wm_open but no info comes up with that term.

so, what is the opposite of WM_Close



Any ideas welcome
Tony
 
Hi, I am looking for the opposite of wm_close, I assume
it's possibly wm_open but no info comes up with that term.

so, what is the opposite of WM_Close



Any ideas welcome
Tony

What exactly are you trying to accomplish?
 
That is fairly irrelevant, I can wm_close a window by
windowhandle, I want to open a window by its handle.
-----Original Message-----

It is not irrelavent - I'm trying to figure out what you mean. If your
trying to open an application then there is no message for that - but
you use either the VB.NET Shell command or the
System.Diagnostics.Process class. Basically, I'm trying to get enough
detail to help you... Can you please explain your situation?
 
Ok, thanks for helping.
Basically what I am trying to do is block an internet page
from loading. So I am experimenting with closing shell
objectdoc view, a child window and then trying re-
establishing it in the same window again, but this time a
different URL loads.
-----Original Message-----
 
* "Tony said:
Hi, I am looking for the opposite of wm_close, I assume
it's possibly wm_open but no info comes up with that term.

so, what is the opposite of WM_Close

PInvoke on 'CreateWindow'/'CreateWindowEx'/'RegisterClass'/...

Why do you need that?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Dilbert's words of wisdom #18: Never argue with an idiot. They drag you down
to their level then beat you with experience.
 
Back
Top