Click here to Skip to main content
15,925,602 members
Home / Discussions / C#
   

C#

 
AnswerRe: Grab a screenshot and send it via http Pin
Pete O'Hanlon19-Jun-12 7:44
mvePete O'Hanlon19-Jun-12 7:44 
AnswerRe: Grab a screenshot and send it via http Pin
Luc Pattyn19-Jun-12 8:04
sitebuilderLuc Pattyn19-Jun-12 8:04 
AnswerRe: Grab a screenshot and send it via http Pin
Eddy Vluggen19-Jun-12 8:58
professionalEddy Vluggen19-Jun-12 8:58 
GeneralRe: Grab a screenshot and send it via http Pin
Luc Pattyn19-Jun-12 9:06
sitebuilderLuc Pattyn19-Jun-12 9:06 
QuestionC# How do I know if a row is locked in the database. Pin
UBX19-Jun-12 4:59
UBX19-Jun-12 4:59 
AnswerRe: C# How do I know if a row is locked in the database. Pin
Dave Kreskowiak19-Jun-12 5:14
mveDave Kreskowiak19-Jun-12 5:14 
GeneralRe: C# How do I know if a row is locked in the database. Pin
UBX19-Jun-12 5:19
UBX19-Jun-12 5:19 
AnswerRe: C# How do I know if a row is locked in the database. Pin
PIEBALDconsult19-Jun-12 5:18
mvePIEBALDconsult19-Jun-12 5:18 
QuestionLogging all mouse clicks in an application Pin
Dewald19-Jun-12 2:54
Dewald19-Jun-12 2:54 
AnswerRe: Logging all mouse clicks in an application Pin
Eddy Vluggen19-Jun-12 3:19
professionalEddy Vluggen19-Jun-12 3:19 
GeneralRe: Logging all mouse clicks in an application Pin
Dewald19-Jun-12 3:31
Dewald19-Jun-12 3:31 
GeneralRe: Logging all mouse clicks in an application Pin
Eddy Vluggen19-Jun-12 8:44
professionalEddy Vluggen19-Jun-12 8:44 
GeneralRe: Logging all mouse clicks in an application Pin
BobJanova20-Jun-12 3:16
BobJanova20-Jun-12 3:16 
GeneralRe: Logging all mouse clicks in an application Pin
Eddy Vluggen20-Jun-12 3:23
professionalEddy Vluggen20-Jun-12 3:23 
QuestionRdlc report Pin
sonumanwal18-Jun-12 20:40
sonumanwal18-Jun-12 20:40 
Questionhow to get current application windows title? Pin
a.fatemeh18-Jun-12 11:08
a.fatemeh18-Jun-12 11:08 
AnswerRe: how to get current application windows title? PinPopular
DaveyM6918-Jun-12 11:45
professionalDaveyM6918-Jun-12 11:45 
QuestionDebugging c# code called from a c++ binary exe Pin
bonosa18-Jun-12 7:48
bonosa18-Jun-12 7:48 
1. I have a binary c++ exe. (Proj1)

2. This exe launches another exe (a c# one).(proj2)

3.I have the source code for proj2.

4. When Proj1 calls Proj2 (click of a button), I want to step into the c# code of proj2.

5. I added a Debugger.Break() as the first line in proj2 c# code.

5. I started proj1 running.

6. FRom Proj2 Debug menu, i tried "Attach to Process" the running process proj1.exe.

It attached.

7. I tried to put a breakpoint on Debugger.Break() line. VS 2008 said breakpoint will not be hit , no executable code is associated with this line.

8. I clicked the button in proj1.exe which launches the c# project (proj2).

9. The gui of proj2 came up but did not step into the source code at all.

Evidently I'm doing something wrong.

My goal is to step into the C# source code of proj2 when the binary exe proj1, launches proj2.

thanks,

sb
AnswerRe: Debugging c# code called from a c++ binary exe Pin
lewax0018-Jun-12 8:39
lewax0018-Jun-12 8:39 
GeneralRe: Debugging c# code called from a c++ binary exe Pin
bonosa19-Jun-12 4:29
bonosa19-Jun-12 4:29 
AnswerRe: Debugging c# code called from a c++ binary exe Pin
Bernhard Hiller18-Jun-12 21:58
Bernhard Hiller18-Jun-12 21:58 
GeneralRe: Debugging c# code called from a c++ binary exe Pin
bonosa19-Jun-12 4:32
bonosa19-Jun-12 4:32 
GeneralRe: Debugging c# code called from a c++ binary exe Pin
Dave Kreskowiak19-Jun-12 4:59
mveDave Kreskowiak19-Jun-12 4:59 
QuestionDisplayFormat Question Pin
Jassim Rahma18-Jun-12 6:39
Jassim Rahma18-Jun-12 6:39 
AnswerRe: DisplayFormat Question Pin
Sandeep Mewara18-Jun-12 6:50
mveSandeep Mewara18-Jun-12 6:50 

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.