473,387 Members | 1,535 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.

System.Windows.Forms.Message Properties values

Hi,

I would like to know all the available values for
Message.Msg, Message.LParam, Message.WParam.
Where can I find all the values? (complete information)

In the .NET documentation, it says that
//Constant value was found in the "windows.h" header file.
But where is this windows.h?

Thank you in advance for any help.

regards,
Sean
Nov 16 '05 #1
3 8421
Sean,

get Platform SDK - it's legacy Win32 SDK. Most of messages are defined in
winuser.h. You can get it from MS site.

HTH
Alex

"Sean" <an*******@discussions.microsoft.com> wrote in message
news:23*****************************@phx.gbl...
Hi,

I would like to know all the available values for
Message.Msg, Message.LParam, Message.WParam.
Where can I find all the values? (complete information)

In the .NET documentation, it says that
//Constant value was found in the "windows.h" header file.
But where is this windows.h?

Thank you in advance for any help.

regards,
Sean

Nov 16 '05 #2
Hi Alex,

Thanks for your reply.
Does .NET Framework SDK Documentation include the Platform
SDk? It doesn't seem like it but I just want to make sure.

I went to the site and found the following page:
http://www.microsoft.com/msdownload/...sdk/sdkupdate/
There are many SDKs on this page.
Which one is for the Win32 SDK?

Thank you.

regards,
Sean

-----Original Message-----
Sean,

get Platform SDK - it's legacy Win32 SDK. Most of messages are defined inwinuser.h. You can get it from MS site.

HTH
Alex

"Sean" <an*******@discussions.microsoft.com> wrote in messagenews:23*****************************@phx.gbl...
Hi,

I would like to know all the available values for
Message.Msg, Message.LParam, Message.WParam.
Where can I find all the values? (complete information)

In the .NET documentation, it says that
//Constant value was found in the "windows.h" header file. But where is this windows.h?

Thank you in advance for any help.

regards,
Sean

.

Nov 16 '05 #3
Hi, Sean

You need Core SDK. I suggest to start from it. All SDKs on page are Win32
they just cover different additional aspects of Win32 programming - I think
it should be pretty obvious from their names. .Net docs do not include A LOT
of information on Windows programming and internals.

If you need quick reference for Windows messages - check www.pinvoke.net -
e.g. Constants / WM section where most of messages are listed.

HTH
Alex

"Sean" <an*******@discussions.microsoft.com> wrote in message
news:23*****************************@phx.gbl...
Hi Alex,

Thanks for your reply.
Does .NET Framework SDK Documentation include the Platform
SDk? It doesn't seem like it but I just want to make sure.

I went to the site and found the following page:
http://www.microsoft.com/msdownload/...sdk/sdkupdate/
There are many SDKs on this page.
Which one is for the Win32 SDK?

Thank you.

regards,
Sean

-----Original Message-----
Sean,

get Platform SDK - it's legacy Win32 SDK. Most of

messages are defined in
winuser.h. You can get it from MS site.

HTH
Alex

"Sean" <an*******@discussions.microsoft.com> wrote in

message
news:23*****************************@phx.gbl...
Hi,

I would like to know all the available values for
Message.Msg, Message.LParam, Message.WParam.
Where can I find all the values? (complete information)

In the .NET documentation, it says that
//Constant value was found in the "windows.h" header file. But where is this windows.h?

Thank you in advance for any help.

regards,
Sean

.

Nov 16 '05 #4

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

Similar topics

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...
0
by: yariv | last post by:
Hello All, I am having a very strange problem. while trying to access http page on the web. I happen to have some problems at specific machines. the exception I get is: *************...
36
by: AussieRules | last post by:
Hi, I want to use the user color scheme to set the color of my forms. I now I have to use the. System.Drawing.SystemColors, but which color is the color of a form background as used in other...
3
by: forest demon | last post by:
for example, let's say I do something like, System.Diagnostics.Process.Start("notepad.exe","sample.txt"); if the user does a SaveAs (in notepad), how can i capture the path that the user...
1
by: mfunkmann | last post by:
Hi, I recently got an error and I don't know how to fix it: Error 1 'System.Data.DataColumn' does not contain a definition for 'Windows' C:\c#\CsharpPRO\Form1.Designer.cs 304 77 CsharpPRO I...
0
by: Mike | last post by:
Hi, I have a collection object bound to a data grid, after I remove an item from the collection, the minute I click on the datagrid I get an error saying the specified argument was out of the...
3
sid0404
by: sid0404 | last post by:
Hi I am new to the programming in c#, I have an application where I need to get data from a website now I am getting an error message if I give the input as two strings, say Sun Microsystems while...
6
by: James Hahn | last post by:
That looks like proper Property set code to me. What is the line of code that the designer is generating in the Sub InitializeComponent for a color that you select in the Properties Settings? ...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.