Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox and hidden Text Pin
mav.northwind2-Feb-06 22:33
mav.northwind2-Feb-06 22:33 
GeneralRe: RichTextBox and hidden Text Pin
Beringer3-Feb-06 4:25
Beringer3-Feb-06 4:25 
Questionreference exe assembly in visual studio Pin
alexrait11-Feb-06 5:37
alexrait11-Feb-06 5:37 
AnswerRe: reference exe assembly in visual studio Pin
Colin Angus Mackay1-Feb-06 5:49
Colin Angus Mackay1-Feb-06 5:49 
GeneralRe: reference exe assembly in visual studio Pin
alexrait11-Feb-06 5:53
alexrait11-Feb-06 5:53 
GeneralRe: reference exe assembly in visual studio Pin
Dave Kreskowiak1-Feb-06 7:02
mveDave Kreskowiak1-Feb-06 7:02 
GeneralRe: reference exe assembly in visual studio Pin
alexrait11-Feb-06 8:15
alexrait11-Feb-06 8:15 
GeneralRe: reference exe assembly in visual studio Pin
Dave Kreskowiak1-Feb-06 9:12
mveDave Kreskowiak1-Feb-06 9:12 
It's no bug. It's by design. It's trying to force you to follow correct methods and techniques.

Library code and shared objects belong in LIBRARIES, not .EXEs. If you have an object that is shared between modules, it goes in a library. Why is this so hard to understand?

Go ahead and do the "rename .EXE" thing. It just makes you application harder to maintain, a bitch to reuse code, and more difficult to exapand upon.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: reference exe assembly in visual studio Pin
mav.northwind1-Feb-06 9:47
mav.northwind1-Feb-06 9:47 
AnswerRe: reference exe assembly in visual studio Pin
Dave Kreskowiak1-Feb-06 5:51
mveDave Kreskowiak1-Feb-06 5:51 
AnswerRe: reference exe assembly in visual studio Pin
Daniel Grunwald1-Feb-06 6:32
Daniel Grunwald1-Feb-06 6:32 
GeneralRe: reference exe assembly in visual studio Pin
alexrait11-Feb-06 6:36
alexrait11-Feb-06 6:36 
QuestionLine number and filenames? Pin
Brian R1-Feb-06 5:18
Brian R1-Feb-06 5:18 
AnswerRe: Line number and filenames? Pin
leppie1-Feb-06 11:50
leppie1-Feb-06 11:50 
QuestionHow can i hit the lines in Compact Framework? Pin
pmasknguyen1-Feb-06 5:05
pmasknguyen1-Feb-06 5:05 
JokeI'm beginner in C# and need a help Pin
Dr.Sammer1-Feb-06 5:04
Dr.Sammer1-Feb-06 5:04 
GeneralRe: I'm beginner in C# and need a help Pin
Dan Neely1-Feb-06 5:35
Dan Neely1-Feb-06 5:35 
GeneralRe: I'm beginner in C# and need a help Pin
James Gupta1-Feb-06 7:09
professionalJames Gupta1-Feb-06 7:09 
GeneralRe: I'm beginner in C# and need a help Pin
Dr.Sammer1-Feb-06 16:48
Dr.Sammer1-Feb-06 16:48 
QuestionHelp on FTP client server socket prog Pin
satya01-Feb-06 4:57
satya01-Feb-06 4:57 
AnswerRe: Help on FTP client server socket prog Pin
Tom Wright1-Feb-06 5:05
Tom Wright1-Feb-06 5:05 
GeneralRe: Help on FTP client server socket prog Pin
satya01-Feb-06 5:10
satya01-Feb-06 5:10 
GeneralRe: Help on FTP client server socket prog Pin
Dan Neely1-Feb-06 5:36
Dan Neely1-Feb-06 5:36 
AnswerRe: Help on FTP client server socket prog Pin
Ravi Bhavnani1-Feb-06 6:25
professionalRavi Bhavnani1-Feb-06 6:25 
Question[Message Deleted] Pin
somebody_tr1-Feb-06 4:48
somebody_tr1-Feb-06 4:48 

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.