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

C#

 
GeneralRe: Create click event for Class Pin
Luc Pattyn29-May-10 9:46
sitebuilderLuc Pattyn29-May-10 9:46 
GeneralRe: Create click event for Class Pin
Steven Solberg29-May-10 9:58
Steven Solberg29-May-10 9:58 
GeneralRe: Create click event for Class Pin
Luc Pattyn29-May-10 10:04
sitebuilderLuc Pattyn29-May-10 10:04 
GeneralRe: Create click event for Class Pin
Steven Solberg30-May-10 1:46
Steven Solberg30-May-10 1:46 
GeneralRe: Create click event for Class Pin
Luc Pattyn30-May-10 1:59
sitebuilderLuc Pattyn30-May-10 1:59 
GeneralRe: Create click event for Class Pin
Steven Solberg30-May-10 2:56
Steven Solberg30-May-10 2:56 
GeneralRe: Create click event for Class Pin
Steven Solberg30-May-10 3:36
Steven Solberg30-May-10 3:36 
Questionhow can i do this Controls c# Pin
neverpleat28-May-10 20:29
neverpleat28-May-10 20:29 
AnswerRe: how can i do this Controls c# Pin
Ankur\m/28-May-10 21:29
professionalAnkur\m/28-May-10 21:29 
GeneralRe: how can i do this Controls c# Pin
neverpleat29-May-10 0:32
neverpleat29-May-10 0:32 
AnswerRe: how can i do this Controls c# Pin
OriginalGriff28-May-10 22:01
mveOriginalGriff28-May-10 22:01 
GeneralRe: how can i do this Controls c# Pin
neverpleat29-May-10 0:29
neverpleat29-May-10 0:29 
GeneralRe: how can i do this Controls c# Pin
Ankur\m/29-May-10 0:41
professionalAnkur\m/29-May-10 0:41 
GeneralRe: how can i do this Controls c# Pin
OriginalGriff29-May-10 0:43
mveOriginalGriff29-May-10 0:43 
Questiondelegate invocation Pin
xilefxilef28-May-10 20:06
xilefxilef28-May-10 20:06 
AnswerRe: delegate invocation Pin
Moreno Airoldi28-May-10 22:36
Moreno Airoldi28-May-10 22:36 
AnswerRe: delegate invocation Pin
PIEBALDconsult29-May-10 3:20
mvePIEBALDconsult29-May-10 3:20 
GeneralRe: delegate invocation Pin
xilefxilef29-May-10 18:34
xilefxilef29-May-10 18:34 
GeneralRe: delegate invocation Pin
Moreno Airoldi29-May-10 21:05
Moreno Airoldi29-May-10 21:05 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 0:07
xilefxilef30-May-10 0:07 
GeneralRe: delegate invocation Pin
Moreno Airoldi30-May-10 2:36
Moreno Airoldi30-May-10 2:36 
GeneralRe: delegate invocation Pin
PIEBALDconsult30-May-10 6:21
mvePIEBALDconsult30-May-10 6:21 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 19:26
xilefxilef30-May-10 19:26 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 20:07
xilefxilef30-May-10 20:07 
QuestionDebugging a Native DLL From a C# Assembly Pin
Richard Andrew x6428-May-10 11:33
professionalRichard Andrew x6428-May-10 11:33 
I have a Windows Service written in C#.

This service uses PInvoke to interface with a DLL written entirely in MFC.

When I debug the service, VS 2010 refuses to step into the dll, and doesn't even show it loaded in the Modules window. I know it's loaded because the service is performing its intended function.

I have checked the box that says, "Enable native code debugging," and I can't figure out why VS 2010 isn't letting me debug the DLL.

Is there some trick to it?

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.