Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
Questionspeech sdk5.1 Pin
TheEagle8-May-06 8:09
TheEagle8-May-06 8:09 
Question2 clicks to activate form menu Pin
Ravi Bhavnani8-May-06 8:09
professionalRavi Bhavnani8-May-06 8:09 
Questionwhy the DataGridViewComboBoxColumn values are lost?!!! Pin
Elvia Gonzalez8-May-06 7:56
Elvia Gonzalez8-May-06 7:56 
QuestionShow and hide buttons Pin
Zspada158-May-06 7:26
Zspada158-May-06 7:26 
AnswerRe: Show and hide buttons Pin
led mike8-May-06 7:52
led mike8-May-06 7:52 
AnswerRe: Show and hide buttons Pin
Stefan Troschuetz8-May-06 7:53
Stefan Troschuetz8-May-06 7:53 
QuestionAttach to Process, how to do in C#? Pin
kumar.bs8-May-06 7:24
kumar.bs8-May-06 7:24 
AnswerRe: Attach to Process, how to do in C#? Pin
Douglas Troy8-May-06 8:50
Douglas Troy8-May-06 8:50 
First off, you can try to enable the Incremental Build feature of studio to prevent those long build times. I am assuming you're using VS 2003: go into your Project Properties->Configuration Properties->Adavanced and enable (set to true) the Incremental Build (you can read more about this feature in on-line help).

Attach to process works, provided the EXE and the code are insynch with one another; in other words, if you make too many changes to the the code, and attempt to attach to that running process, despite the fact that you have break-point set, it maynot allow that breakpoint to execute.

If you just want to rebuild out one of the sub-projects, you can right-click on that project in solution explorer, and click Rebuild; it should only rebuild that project and anything the changes made will effect ...

Good-luck!




:..::. Douglas H. Troy ::..

Bad Astronomy |Development Blogging|Viksoe.dk's Site

QuestionClear a WebBrowser's History???? Pin
FoxholeWilly8-May-06 7:22
FoxholeWilly8-May-06 7:22 
AnswerRe: Clear a WebBrowser's History???? Pin
led mike8-May-06 7:51
led mike8-May-06 7:51 
GeneralRe: Clear a WebBrowser's History???? Pin
FoxholeWilly9-May-06 3:57
FoxholeWilly9-May-06 3:57 
GeneralRe: Clear a WebBrowser's History???? Pin
led mike9-May-06 7:04
led mike9-May-06 7:04 
GeneralRe: Clear a WebBrowser's History???? Pin
FoxholeWilly10-May-06 3:55
FoxholeWilly10-May-06 3:55 
AnswerRe: Clear a WebBrowser's History???? Pin
kalyanhere8-May-06 19:07
kalyanhere8-May-06 19:07 
QuestionEmbedded javascript not working. Pin
Loophole8-May-06 6:48
Loophole8-May-06 6:48 
AnswerRe: Embedded javascript not working. Pin
Loophole8-May-06 8:24
Loophole8-May-06 8:24 
Questionmemory allocation Pin
torNAdE8-May-06 6:34
torNAdE8-May-06 6:34 
AnswerRe: memory allocation Pin
Judah Gabriel Himango8-May-06 6:40
sponsorJudah Gabriel Himango8-May-06 6:40 
GeneralRe: memory allocation Pin
torNAdE8-May-06 6:49
torNAdE8-May-06 6:49 
GeneralRe: memory allocation Pin
Judah Gabriel Himango8-May-06 7:06
sponsorJudah Gabriel Himango8-May-06 7:06 
GeneralRe: memory allocation Pin
Judah Gabriel Himango8-May-06 7:08
sponsorJudah Gabriel Himango8-May-06 7:08 
GeneralRe: memory allocation Pin
torNAdE8-May-06 7:16
torNAdE8-May-06 7:16 
GeneralRe: memory allocation Pin
Judah Gabriel Himango8-May-06 9:51
sponsorJudah Gabriel Himango8-May-06 9:51 
GeneralRe: memory allocation Pin
torNAdE8-May-06 13:35
torNAdE8-May-06 13:35 
QuestionAttaching C# project to running instance of the same project - Very Urgent Pin
kumar.bs8-May-06 6:18
kumar.bs8-May-06 6:18 

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.