Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
Questiongetting window handles Pin
Mridang Agarwalla4-Feb-06 23:37
Mridang Agarwalla4-Feb-06 23:37 
AnswerRe: getting window handles Pin
leppie5-Feb-06 19:42
leppie5-Feb-06 19:42 
Questionsql server credentials Pin
Dimitris Iliopoulos4-Feb-06 22:03
Dimitris Iliopoulos4-Feb-06 22:03 
QuestionEvent Logging Pin
engsrini4-Feb-06 21:36
engsrini4-Feb-06 21:36 
AnswerRe: Event Logging Pin
CWIZO5-Feb-06 1:00
CWIZO5-Feb-06 1:00 
GeneralRe: Event Logging Pin
engsrini5-Feb-06 19:03
engsrini5-Feb-06 19:03 
GeneralRe: Event Logging Pin
CWIZO5-Feb-06 19:57
CWIZO5-Feb-06 19:57 
Questionthe problem about mixed language(C#+vc.net) Pin
gary.ruan4-Feb-06 20:32
gary.ruan4-Feb-06 20:32 
i passed the value get from below:


-------------
///////////////////////////
C#:
[System.Security.Permissions.PermissionSet

(System.Security.Permissions.SecurityAction.Demand, Name = "FullTrust")]
protected override void WndProc(ref Message m)
{
if (m.Msg == 55 && Drvloaded)
{
long test = dp.OnReply(Convert.ToUInt32(m.WParam.ToString()),

m.LParam.ToInt32());

}
base.WndProc(ref m);
}
/////////////////////////////
vc.net
long OnReply(UInt32 wParam,long lParam);
-------------


then after the process by vc.net,i want to pass back some vale(type about

"char/long/WORD..etc) to c#

how i can work this out on "vc.net",thanks

ps:
vc.net,CLR Project
QuestionDebug Visualizer Pin
Roger Alsing4-Feb-06 20:11
Roger Alsing4-Feb-06 20:11 
QuestionUse of Reflection Pin
Ashwani_kumar4-Feb-06 19:20
Ashwani_kumar4-Feb-06 19:20 
AnswerRe: Use of Reflection Pin
emran8344-Feb-06 19:29
emran8344-Feb-06 19:29 
GeneralRe: Use of Reflection Pin
S. Senthil Kumar4-Feb-06 19:57
S. Senthil Kumar4-Feb-06 19:57 
AnswerRe: Use of Reflection Pin
S. Senthil Kumar4-Feb-06 19:53
S. Senthil Kumar4-Feb-06 19:53 
AnswerRe: Use of Reflection Pin
leppie4-Feb-06 22:02
leppie4-Feb-06 22:02 
AnswerRe: Use of Reflection Pin
Colin Angus Mackay4-Feb-06 23:30
Colin Angus Mackay4-Feb-06 23:30 
QuestionSharing code over multiple sub domains? Pin
Highwave4-Feb-06 18:17
Highwave4-Feb-06 18:17 
AnswerRe: Sharing code over multiple sub domains? Pin
Guffa5-Feb-06 5:49
Guffa5-Feb-06 5:49 
Question2 tasks at the same time with Background Worker Pin
emran8344-Feb-06 17:21
emran8344-Feb-06 17:21 
AnswerRe: 2 tasks at the same time with Background Worker Pin
Ravi Bhavnani4-Feb-06 17:39
professionalRavi Bhavnani4-Feb-06 17:39 
GeneralRe: 2 tasks at the same time with Background Worker Pin
emran8344-Feb-06 19:42
emran8344-Feb-06 19:42 
GeneralRe: 2 tasks at the same time with Background Worker Pin
S. Senthil Kumar4-Feb-06 19:58
S. Senthil Kumar4-Feb-06 19:58 
GeneralRe: 2 tasks at the same time with Background Worker Pin
Ravi Bhavnani5-Feb-06 3:45
professionalRavi Bhavnani5-Feb-06 3:45 
QuestionTimed Backup Pin
Sean894-Feb-06 16:42
Sean894-Feb-06 16:42 
AnswerRe: Timed Backup Pin
Ravi Bhavnani4-Feb-06 17:31
professionalRavi Bhavnani4-Feb-06 17:31 
GeneralRe: Timed Backup Pin
Sean894-Feb-06 17:45
Sean894-Feb-06 17:45 

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.