473,387 Members | 3,781 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Windows Message value and meaning...


Does anybody where I can find the value of "Windows Messages" ?

In the example below I would like to know the meaning of the "msg.Msg" parameter; if Msg = 134 what is that kind of message ? 134 = WM_?????
protected override void WndProc(ref Message msg )
{
MessageBox.Show(msg.Msg.ToString());
}

Thanks !!

Steph.

Nov 17 '05 #1
2 11728
Hi Steph.,

The best place to look for the values of the WM_* messages is the C++ header
files themselves. However, you can get a quick look at some of the WM_*
messages declared as C# constants here:

http://pinvoke.net/default.aspx/Constants.WM

Hope that helps!

--
Magius
"Steph." wrote:

Does anybody where I can find the value of "Windows Messages" ?

In the example below I would like to know the meaning of the "msg.Msg" parameter; if Msg = 134 what is that kind of message ? 134 = WM_?????
protected override void WndProc(ref Message msg )
{
MessageBox.Show(msg.Msg.ToString());
}

Thanks !!

Steph

Nov 17 '05 #2

THANKS SO MUCH !!!!!!

YOU ARE GREAT !!!

Steph.
Nov 17 '05 #3

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

Similar topics

7
by: Evan Kontos | last post by:
I am using the window.open function to open a small window and I am using GET to get values back from that window. I want to be able to open another from the second window but I get an error...
13
by: Alf P. Steinbach | last post by:
The third part of my attempted Correct C++ tutorial is now available, although for now only in Word format (use free Open Office if no Word), and also, it's not yet been extensively reviewed -- ...
2
by: Phil Stanton | last post by:
When designing a new form or report, the Default ForeColor is often something like -2147483640 which is the colour of Windows text (possibly black) and the default backColor is -2147483643...
1
by: timtos | last post by:
When I am looking at custom drawing of controls I often see somthing like this: public enum ReflectedMessages { OCM__BASE = (Msg.WM_USER+0x1c00), OCM_COMMAND = (OCM__BASE + Msg.WM_COMMAND),...
388
by: maniac | last post by:
Hey guys, I'm new here, just a simple question. I'm learning to Program in C, and I was recommended a book called, "Mastering C Pointers", just asking if any of you have read it, and if it's...
12
by: Onega | last post by:
Hi I create a simple win32 project (VC2003, windows2003(English) , and do simple paint in WM_PAINT message, when the project use multi-character set, it is OK. but when I change to UNICODE,...
10
by: Sylvain Audet | last post by:
Hello! We have a Windows application that is using Crystal Reports reports containing Barcode fonts. Those reports are called through reflection into a Crystal Report Viewer and we need to have...
26
by: mikharakiri_nospaum | last post by:
Is there a way to tell one window from another? A quick look into wndow object properties revealed nothing obvious. I want to keep track of window object identity in a hidden input widget, so that...
20
by: Joel Teichroeb | last post by:
In trunk of the svn there is a folder called PCbuild. Now lets say that I am running linux on my Personal Computer and want to build python. I go into the PCbuild directory, but wait. This is for...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...

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.