Click here to Skip to main content
15,908,634 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: C# Console Program Issue Pin
Prasanta_Prince14-Apr-11 0:27
Prasanta_Prince14-Apr-11 0:27 
QuestionHow can i know from the keyboard scan code what is the real key that pressed? Pin
Yanshof1-Jun-08 20:26
Yanshof1-Jun-08 20:26 
AnswerRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Alan N2-Jun-08 3:09
Alan N2-Jun-08 3:09 
GeneralRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Yanshof2-Jun-08 3:13
Yanshof2-Jun-08 3:13 
GeneralRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Giorgi Dalakishvili2-Jun-08 7:21
mentorGiorgi Dalakishvili2-Jun-08 7:21 
GeneralRe: How can i know from the keyboard scan code what is the real key that pressed? Pin
Yanshof2-Jun-08 23:05
Yanshof2-Jun-08 23:05 
QuestionDataGridView SelectionMode Property Pin
MarkMokris30-May-08 7:14
MarkMokris30-May-08 7:14 
QuestionDllImport and parameters type selection ??? Pin
devboycpp30-May-08 2:40
devboycpp30-May-08 2:40 
I am gonna use SendMessage API function from my c# managed code and my problem is which data type to choose for its parameters .

[DllImport("user32.dll", CharSet = CharSet.Auto)]
        public static extern int SendMessage(int hWnd,
    int Msg,
    IntPtr wParam,
    IntPtr lParam
);


my problem is about wParam and lParam's data types . The message I am trying to send is WM_COMMAND message with BN_CLICKED notification type . How can I use this function. How can I convert string data type to IntPtr ??? How can I do it
?
AnswerRe: DllImport and parameters type selection ??? Pin
Giorgi Dalakishvili30-May-08 12:26
mentorGiorgi Dalakishvili30-May-08 12:26 
QuestionDotNet Remoting : Event Listner not working in Client App Pin
moobo30-May-08 2:31
moobo30-May-08 2:31 
AnswerRe: DotNet Remoting : Event Listner not working in Client App Pin
led mike30-May-08 11:09
led mike30-May-08 11:09 
GeneralRe: DotNet Remoting : Event Listner not working in Client App Pin
moobo30-May-08 20:01
moobo30-May-08 20:01 
GeneralRe: DotNet Remoting : Event Listner not working in Client App Pin
William Ten Broek2-Jun-08 20:31
William Ten Broek2-Jun-08 20:31 
QuestionBoolean size Pin
Ray Cassick29-May-08 17:38
Ray Cassick29-May-08 17:38 
AnswerRe: Boolean size Pin
leppie29-May-08 23:11
leppie29-May-08 23:11 
GeneralRe: Boolean size Pin
RichardM130-May-08 19:03
RichardM130-May-08 19:03 
GeneralRe: Boolean size Pin
leppie4-Jun-08 4:41
leppie4-Jun-08 4:41 
AnswerRe: Boolean size Pin
Brady Kelly31-May-08 5:29
Brady Kelly31-May-08 5:29 
AnswerRe: Boolean size Pin
PIEBALDconsult1-Jun-08 6:59
mvePIEBALDconsult1-Jun-08 6:59 
GeneralRe: Boolean size Pin
Ray Cassick2-Jun-08 4:47
Ray Cassick2-Jun-08 4:47 
GeneralRe: Boolean size Pin
Scott Dorman2-Jun-08 6:11
professionalScott Dorman2-Jun-08 6:11 
AnswerRe: Boolean size Pin
Scott Dorman2-Jun-08 6:03
professionalScott Dorman2-Jun-08 6:03 
QuestionMSSCCI Problem for VS 2003 Pin
QPun28-May-08 20:46
QPun28-May-08 20:46 
QuestionWeb project component not installed Pin
dotnetprg28-May-08 19:36
dotnetprg28-May-08 19:36 
AnswerRe: Web project component not installed Pin
Verghese2-Jun-08 4:30
Verghese2-Jun-08 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.