Click here to Skip to main content
15,921,548 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detecting that a Form has stopped moving [modified] Pin
boxed26-Jul-06 0:52
boxed26-Jul-06 0:52 
AnswerRe: Detecting that a Form has stopped moving [modified] Pin
Martin#26-Jul-06 1:25
Martin#26-Jul-06 1:25 
GeneralRe: Detecting that a Form has stopped moving Pin
boxed26-Jul-06 1:41
boxed26-Jul-06 1:41 
GeneralRe: Detecting that a Form has stopped moving Pin
Martin#26-Jul-06 1:51
Martin#26-Jul-06 1:51 
GeneralRe: Detecting that a Form has stopped moving Pin
boxed26-Jul-06 4:11
boxed26-Jul-06 4:11 
QuestionHorizontal tab menu Pin
Bijaya Meher25-Jul-06 21:12
Bijaya Meher25-Jul-06 21:12 
QuestionDll not found problem on Target machine [modified] Pin
engsrini25-Jul-06 21:04
engsrini25-Jul-06 21:04 
AnswerRe: Dll not found problem on Target machine Pin
LongRange.Shooter26-Jul-06 9:39
LongRange.Shooter26-Jul-06 9:39 
You can get some information on finding your DLL here[^]. However you have a hardcoded set of paths. If you have the dll's located in any possible folder, then they should be registered in the GAC. This will also improve the performance of the load since the GAC is the first place the framework looks when it goes to load an assembly.

Personally, I'd register those DLL's in the GAC and leave it at that.
QuestionConnecting EPABX with Computer system Pin
Ashwani_kumar25-Jul-06 20:41
Ashwani_kumar25-Jul-06 20:41 
QuestionHow to save doc files in C Pin
arun.m25-Jul-06 20:32
arun.m25-Jul-06 20:32 
AnswerRe: How to save doc files in C Pin
Christian Graus25-Jul-06 20:36
protectorChristian Graus25-Jul-06 20:36 
Questionhow can I get the original properties of my form back? Pin
xkx3225-Jul-06 20:22
xkx3225-Jul-06 20:22 
AnswerRe: how can I get the original properties of my form back? Pin
stancrm25-Jul-06 20:32
stancrm25-Jul-06 20:32 
AnswerRe: how can I get the original properties of my form back? Pin
Christian Graus25-Jul-06 20:39
protectorChristian Graus25-Jul-06 20:39 
AnswerRe: how can I get the original properties of my form back? Pin
Martin#25-Jul-06 20:41
Martin#25-Jul-06 20:41 
QuestionProblem in Using Range Validator Pin
ChennaiBabu25-Jul-06 19:36
ChennaiBabu25-Jul-06 19:36 
QuestionCrystal Reports Pin
krieg3825-Jul-06 19:23
krieg3825-Jul-06 19:23 
AnswerRe: Crystal Reports [modified] Pin
krieg3825-Jul-06 19:49
krieg3825-Jul-06 19:49 
GeneralRe: Crystal Reports Pin
Glen Harvy22-Aug-06 22:48
Glen Harvy22-Aug-06 22:48 
QuestionHow to use EnableAutoDragDrop, Text DnD Pin
Mikzi25-Jul-06 18:02
Mikzi25-Jul-06 18:02 
Questioncreating auto folder path in c#.net Pin
ybasha25-Jul-06 17:26
ybasha25-Jul-06 17:26 
AnswerRe: creating auto folder path in c#.net Pin
Christian Graus25-Jul-06 17:53
protectorChristian Graus25-Jul-06 17:53 
QuestionProblem Window forms! [modified] Pin
taybalo25-Jul-06 15:37
taybalo25-Jul-06 15:37 
AnswerRe: Problem Window forms! Pin
krieg3825-Jul-06 19:25
krieg3825-Jul-06 19:25 
AnswerRe: Problem Window forms! Pin
stancrm25-Jul-06 20:15
stancrm25-Jul-06 20:15 

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.