Click here to Skip to main content
15,911,039 members
Home / Discussions / C#
   

C#

 
GeneralRe: Active Directory Integration using C#.net Pin
sathish s20-Aug-07 3:24
sathish s20-Aug-07 3:24 
GeneralRe: Active Directory Integration using C#.net Pin
shanthivasan20-Aug-07 3:31
shanthivasan20-Aug-07 3:31 
AnswerRe: Active Directory Integration using C#.net Pin
ekynox20-Aug-07 12:57
ekynox20-Aug-07 12:57 
QuestionC# 3.0 Limitation: Type Inference & Lambda Expressions Pin
SHaroz19-Aug-07 22:14
SHaroz19-Aug-07 22:14 
AnswerRe: C# 3.0 Limitation: Type Inference & Lambda Expressions Pin
originSH19-Aug-07 22:23
originSH19-Aug-07 22:23 
GeneralRe: C# 3.0 Limitation: Type Inference & Lambda Expressions Pin
SHaroz19-Aug-07 22:59
SHaroz19-Aug-07 22:59 
GeneralRe: C# 3.0 Limitation: Type Inference & Lambda Expressions Pin
originSH20-Aug-07 0:04
originSH20-Aug-07 0:04 
QuestionMutex and user account Pin
MarioMARTIN19-Aug-07 22:08
MarioMARTIN19-Aug-07 22:08 
AnswerRe: Mutex and user account Pin
Guffa20-Aug-07 0:53
Guffa20-Aug-07 0:53 
GeneralRe: Mutex and user account Pin
MarioMARTIN20-Aug-07 1:31
MarioMARTIN20-Aug-07 1:31 
AnswerRe: Mutex and user account Pin
pbraun20-Aug-07 12:00
pbraun20-Aug-07 12:00 
GeneralRe: Mutex and user account Pin
MarioMARTIN20-Aug-07 20:47
MarioMARTIN20-Aug-07 20:47 
GeneralRe: Mutex and user account Pin
MarioMARTIN20-Aug-07 21:26
MarioMARTIN20-Aug-07 21:26 
QuestionTo extract text of multiline textbox Pin
Mushtaque Nizamani19-Aug-07 21:50
Mushtaque Nizamani19-Aug-07 21:50 
AnswerRe: To extract text of multiline textbox Pin
Giorgi Dalakishvili19-Aug-07 21:55
mentorGiorgi Dalakishvili19-Aug-07 21:55 
AnswerRe: To extract text of multiline textbox Pin
Rocky#19-Aug-07 21:55
Rocky#19-Aug-07 21:55 
AnswerRe: To extract text of multiline textbox Pin
Mushtaque Nizamani19-Aug-07 23:11
Mushtaque Nizamani19-Aug-07 23:11 
QuestionDebugging a COM dll Pin
jozsurf19-Aug-07 21:28
jozsurf19-Aug-07 21:28 
AnswerRe: Debugging a COM dll Pin
Nissim Salomon19-Aug-07 22:23
Nissim Salomon19-Aug-07 22:23 
GeneralRe: Debugging a COM dll Pin
jozsurf19-Aug-07 22:28
jozsurf19-Aug-07 22:28 
GeneralRe: Debugging a COM dll Pin
Nissim Salomon19-Aug-07 22:45
Nissim Salomon19-Aug-07 22:45 
GeneralRe: Debugging a COM dll Pin
jozsurf19-Aug-07 22:55
jozsurf19-Aug-07 22:55 
GeneralRe: Debugging a COM dll Pin
Nissim Salomon19-Aug-07 23:02
Nissim Salomon19-Aug-07 23:02 
GeneralRe: Debugging a COM dll Pin
jozsurf19-Aug-07 23:11
jozsurf19-Aug-07 23:11 
GeneralRe: Debugging a COM dll Pin
Nissim Salomon19-Aug-07 23:26
Nissim Salomon19-Aug-07 23:26 
ok
1.open the com project under vc6.o IDE
2.under the com project settings in the debug tab enter your application executable
3.start the debugger (this will start your application)

when your application will call the com object it will stop at the break point.

this is the way i used to debug com under vc6.0


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.