473,788 Members | 2,825 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

opposite of wm_close

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
Nov 20 '05 #1
5 2913
On 2003-11-02, Tony <an*******@disc ussions.microso ft.com> wrote:
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?

--
Tom Shelton
MVP [Visual Basic]
Nov 20 '05 #2
That is fairly irrelevant, I can wm_close a window by
windowhandle, I want to open a window by its handle.
-----Original Message-----
On 2003-11-02, Tony <an*******@disc ussions.microso ft.com>

wrote:
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?

--
Tom Shelton
MVP [Visual Basic]
.

Nov 20 '05 #3
On 2003-11-02, <an*******@disc ussions.microso ft.com> <an*******@disc ussions.microso ft.com> wrote:
That is fairly irrelevant, I can wm_close a window by
windowhandle, I want to open a window by its handle.
-----Original Message-----
On 2003-11-02, Tony <an*******@disc ussions.microso ft.com>

wrote:
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?

--
Tom Shelton
MVP [Visual Basic]
.


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.Diagnost ics.Process class. Basically, I'm trying to get enough
detail to help you... Can you please explain your situation?

--
Tom Shelton
MVP [Visual Basic]
Nov 20 '05 #4
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-----
On 2003-11-02, <an*******@disc ussions.microso ft.com> <an*******@disc ussions.microso ft.com> wrote:
That is fairly irrelevant, I can wm_close a window by
windowhandle, I want to open a window by its handle.
-----Original Message-----
On 2003-11-02, Tony <an*******@disc ussions.microso ft.com>
wrote:
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?

--
Tom Shelton
MVP [Visual Basic]
.


It is not irrelavent - I'm trying to figure out what you

mean. If yourtrying to open an application then there is no message for that - butyou use either the VB.NET Shell command or the
System.Diagnos tics.Process class. Basically, I'm trying to get enoughdetail to help you... Can you please explain your situation?
--
Tom Shelton
MVP [Visual Basic]
.

Nov 20 '05 #5
* "Tony" <an*******@disc ussions.microso ft.com> scripsit:
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.
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1957
by: comp.lang.php | last post by:
Hi. Relative php newbie but longtime coder in other langs. Environment: PHP4. Looking for a language construct or function that gives the opposite of array(), example: function xyz($fmt, $argsarray) {
22
3947
by: achrist | last post by:
The yield statement looks to be a big step toward some kind of lightweight concurrency-oriented programming in python. Is there any similarly nice way to do the opposite of yield, just sit around (perhaps in the middle of a loop) and wait until some other routine (unknown to the waiting module) hurls a value in? If this is not implemented now, is there any chance that it's on the list of things to come?
11
3316
by: Steven | last post by:
Hello, Does anyone have any code that will catch a WM_CLOSE message (or any window message) sent to another application? TIA, Steve
9
9243
by: pranav.choudhary | last post by:
Hi I am new to python. I wanted to know if there is an opposite of "import"
0
1886
by: ah.ping.luk | last post by:
Dear All, i want to catch the application event (WM_CLOSE) in a user control. i create a class that implement the IMessageFIlter interface as follow: '=================================================== Imports System.Windows.Forms
11
9053
by: igor.tatarinov | last post by:
Given a bunch of arrays, if I want to create tuples, there is zip(arrays). What if I want to do the opposite: break a tuple up and append the values to given arrays: map(append, arrays, tupl) except there is no unbound append() (List.append() does not exist, right?). Without append(), I am forced to write a (slow) explicit loop: for (a, v) in zip(arrays, tupl): a.append(v)
2
5325
by: ShadowLocke | last post by:
Im not sure if this is possible, but i would like to send a wm_close message to a window, and if this window is for instance mspaint and it prompts "close without saving" Is there a way I can detect if the user canceled or not? Im not tied to sendmessage so any other technique/idea i am happy to listen.
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3675
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.