Click here to Skip to main content
15,899,124 members
Home / Discussions / C#
   

C#

 
GeneralRe: URGENT!! Locking DataGrid Mouse Events Pin
hooray11-Apr-05 0:22
hooray11-Apr-05 0:22 
GeneralURGENT!!!How to Lock DataGrid Mouse Events Pin
Anonymous10-Apr-05 23:21
Anonymous10-Apr-05 23:21 
GeneralHELP !!! WHITEBOARD Pin
xinxin_52510-Apr-05 23:18
xinxin_52510-Apr-05 23:18 
GeneralRe: HELP !!! WHITEBOARD Pin
afinnell15-Apr-05 14:02
afinnell15-Apr-05 14:02 
GeneralSharing a winform Pin
StephenMcAllister10-Apr-05 19:46
StephenMcAllister10-Apr-05 19:46 
GeneralRe: Sharing a winform Pin
S. Senthil Kumar10-Apr-05 20:56
S. Senthil Kumar10-Apr-05 20:56 
GeneralRe: Sharing a winform Pin
StephenMcAllister10-Apr-05 22:01
StephenMcAllister10-Apr-05 22:01 
GeneralRe: Sharing a winform Pin
S. Senthil Kumar10-Apr-05 23:14
S. Senthil Kumar10-Apr-05 23:14 
It's fairly simple.

1. Add a new "Class Library" project in your solution.
2. Drag and drop the form that is to be shared, into the new project.
3. Add references to the new project from the projects that need to use the form (Right click on the project in Solution Explorer, click Add References and go to the Projects tab).

That should do the trick. Just make sure the shared form is under the same namespace, otherwise, you need to add a "using" directive.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralSerializing soap message Pin
RajivJain10-Apr-05 19:37
RajivJain10-Apr-05 19:37 
QuestionHow to Convert BYTE * to byte[] Pin
DeepToot10-Apr-05 18:33
DeepToot10-Apr-05 18:33 
AnswerRe: How to Convert BYTE * to byte[] Pin
DeepToot12-Apr-05 8:56
DeepToot12-Apr-05 8:56 
Generaltrouble trying to display integer values Pin
tadhg8810-Apr-05 15:17
tadhg8810-Apr-05 15:17 
GeneralRe: trouble trying to display integer values Pin
Christian Graus10-Apr-05 15:41
protectorChristian Graus10-Apr-05 15:41 
QuestionBuilt my own stream? Pin
Snowjim10-Apr-05 14:10
Snowjim10-Apr-05 14:10 
QuestionPasring with C#? Pin
geiste10-Apr-05 13:41
geiste10-Apr-05 13:41 
AnswerRe: Pasring with C#? Pin
Christian Graus10-Apr-05 13:55
protectorChristian Graus10-Apr-05 13:55 
AnswerRe: Pasring with C#? Pin
Polis Pilavas10-Apr-05 14:01
Polis Pilavas10-Apr-05 14:01 
GeneralRe: Pasring with C#? Pin
geiste10-Apr-05 16:43
geiste10-Apr-05 16:43 
GeneralRe: Pasring with C#? Pin
Polis Pilavas11-Apr-05 2:01
Polis Pilavas11-Apr-05 2:01 
GeneralRe: Pasring with C#? Pin
geiste11-Apr-05 5:34
geiste11-Apr-05 5:34 
GeneralRe: Pasring with C#? Pin
Polis Pilavas11-Apr-05 7:25
Polis Pilavas11-Apr-05 7:25 
GeneralKeep Focus Pin
johanhertz10-Apr-05 11:19
johanhertz10-Apr-05 11:19 
GeneralRe: Keep Focus Pin
Polis Pilavas10-Apr-05 12:45
Polis Pilavas10-Apr-05 12:45 
QuestionMove captionless dialog??? Pin
ddmcr10-Apr-05 5:42
ddmcr10-Apr-05 5:42 
AnswerRe: Move captionless dialog??? Pin
Polis Pilavas10-Apr-05 7:42
Polis Pilavas10-Apr-05 7:42 

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.