Click here to Skip to main content
15,909,737 members
Home / Discussions / C#
   

C#

 
GeneralRe: monitor network status Pin
Hamid_RT5-Feb-09 21:50
Hamid_RT5-Feb-09 21:50 
GeneralRe: monitor network status Pin
George_George7-Feb-09 2:10
George_George7-Feb-09 2:10 
Questiondebugging managed code and native code together Pin
George_George17-Jan-09 23:58
George_George17-Jan-09 23:58 
AnswerRe: debugging managed code and native code together Pin
Abhijit Jana18-Jan-09 0:06
professionalAbhijit Jana18-Jan-09 0:06 
GeneralRe: debugging managed code and native code together Pin
George_George18-Jan-09 1:31
George_George18-Jan-09 1:31 
GeneralRe: debugging managed code and native code together Pin
Abhijit Jana18-Jan-09 1:39
professionalAbhijit Jana18-Jan-09 1:39 
GeneralRe: debugging managed code and native code together Pin
George_George18-Jan-09 1:58
George_George18-Jan-09 1:58 
AnswerRe: debugging managed code and native code together Pin
Alan Balkany19-Jan-09 3:52
Alan Balkany19-Jan-09 3:52 
Here's a neat debugging trick I learned a while back for debugging a component that's different than the component that starts execution. (I'm not sure if it applies to your situation. It might.)

1. Open the component's project in Visual Studio.
2. Double click Properties in Solution Explorer.
3. Click the Debug tab.
4. Under Start Action, click Start external program.
5. Enter the path to the executable that starts execution (and later calls the component you're trying to debug.)
6. Press F5 to start debugging.

This lets you set breakpoints in the component you're trying to debug. Hope it helps.
GeneralRe: debugging managed code and native code together Pin
George_George19-Jan-09 19:14
George_George19-Jan-09 19:14 
GeneralRe: debugging managed code and native code together Pin
Alan Balkany20-Jan-09 3:29
Alan Balkany20-Jan-09 3:29 
GeneralRe: debugging managed code and native code together Pin
George_George4-Feb-09 22:40
George_George4-Feb-09 22:40 
AnswerRe: debugging managed code and native code together Pin
Hamid_RT22-Jan-09 23:27
Hamid_RT22-Jan-09 23:27 
GeneralRe: debugging managed code and native code together Pin
George_George4-Feb-09 22:41
George_George4-Feb-09 22:41 
QuestionPrevent un-authorised access to files. Pin
Karmendra Suthar17-Jan-09 21:50
Karmendra Suthar17-Jan-09 21:50 
AnswerRe: Prevent un-authorised access to files. Pin
«_Superman_»17-Jan-09 21:58
professional«_Superman_»17-Jan-09 21:58 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar17-Jan-09 22:17
Karmendra Suthar17-Jan-09 22:17 
AnswerRe: Prevent un-authorised access to files. Pin
Wendelius17-Jan-09 22:01
mentorWendelius17-Jan-09 22:01 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar17-Jan-09 22:37
Karmendra Suthar17-Jan-09 22:37 
GeneralRe: Prevent un-authorised access to files. Pin
Wendelius17-Jan-09 22:50
mentorWendelius17-Jan-09 22:50 
AnswerRe: Prevent un-authorised access to files. Pin
WritinCode18-Jan-09 0:06
WritinCode18-Jan-09 0:06 
AnswerRe: Prevent un-authorised access to files. Pin
DaveyM6918-Jan-09 1:20
professionalDaveyM6918-Jan-09 1:20 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar18-Jan-09 22:08
Karmendra Suthar18-Jan-09 22:08 
AnswerRe: Prevent un-authorised access to files. [modified] Pin
Luc Pattyn18-Jan-09 7:24
sitebuilderLuc Pattyn18-Jan-09 7:24 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar18-Jan-09 22:04
Karmendra Suthar18-Jan-09 22:04 
AnswerRe: Prevent un-authorised access to files. [modified] Pin
Luc Pattyn18-Jan-09 22:10
sitebuilderLuc Pattyn18-Jan-09 22:10 

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.