PC Review


Reply
Thread Tools Rate Thread

How can i use WM_* messages in C# code

 
 
Pawel
Guest
Posts: n/a
 
      25th Aug 2005
I have this class below in my project,

public class cmbKeyExt: TestGlobalsCS.cmbKey
{
public cmbKeyExt():base() {}

public bool fClearWithSync()
{
if (this.fClear()==true)
{
this.v_iItems=0;
this.sTmpCode="";
this.Items.Clear();
return true;
}
return false;
}

I will add to this calss WM_LBUTTONDONW message and processing this message

Regards,

Pawel



 
Reply With Quote
 
 
 
 
Gabriele G. Ponti
Guest
Posts: n/a
 
      25th Aug 2005
Override the WndProc method.

http://msdn.microsoft.com/library/de...dproctopic.asp


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
COLOR CODE MESSAGES JOHNW Microsoft Outlook Discussion 11 19th Jun 2008 09:47 PM
Color Code messages =?Utf-8?B?TWFyeSBqYW5l?= Microsoft Outlook Discussion 3 7th Mar 2007 07:12 PM
Colour code messages only to me Al Microsoft Outlook 0 1st Sep 2004 01:44 PM
Trapping messages with code Tony Williams Microsoft Access Form Coding 3 2nd Apr 2004 07:35 PM
Please help - code to move messages? Barbara Microsoft Outlook VBA Programming 3 31st Mar 2004 09:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:25 PM.