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

C#

 
GeneralRe: Can't open solution file, Format Version 9.00 Pin
leppie16-Oct-08 8:02
leppie16-Oct-08 8:02 
QuestionUsing ContextMenuStrip Pin
samulong15-Oct-08 16:01
samulong15-Oct-08 16:01 
Questionlook for project specification to test my c# knowledge Pin
parkerproject15-Oct-08 15:11
parkerproject15-Oct-08 15:11 
AnswerRe: look for project specification to test my c# knowledge Pin
Caio Kinzel Filho15-Oct-08 19:57
Caio Kinzel Filho15-Oct-08 19:57 
GeneralRe: look for project specification to test my c# knowledge Pin
parkerproject15-Oct-08 23:55
parkerproject15-Oct-08 23:55 
GeneralRe: look for project specification to test my c# knowledge Pin
Caio Kinzel Filho16-Oct-08 4:17
Caio Kinzel Filho16-Oct-08 4:17 
GeneralRe: look for project specification to test my c# knowledge Pin
parkerproject16-Oct-08 6:14
parkerproject16-Oct-08 6:14 
Questionproblem accessing .net Dll from excel Pin
newbieNeeraj15-Oct-08 14:39
newbieNeeraj15-Oct-08 14:39 
QuestionCrystal Reports - Image Formats Avaliable Pin
nelsonpaixao15-Oct-08 13:50
nelsonpaixao15-Oct-08 13:50 
AnswerRe: Crystal Reports - Image Formats Avaliable Pin
V.15-Oct-08 21:58
professionalV.15-Oct-08 21:58 
QuestionTcpListener Problem Pin
Pedram Behroozi15-Oct-08 12:37
Pedram Behroozi15-Oct-08 12:37 
AnswerRe: TcpListener Problem Pin
Anthony Mushrow15-Oct-08 13:22
professionalAnthony Mushrow15-Oct-08 13:22 
GeneralRe: TcpListener Problem Pin
Pedram Behroozi15-Oct-08 17:50
Pedram Behroozi15-Oct-08 17:50 
GeneralRe: TcpListener Problem Pin
Anthony Mushrow16-Oct-08 2:43
professionalAnthony Mushrow16-Oct-08 2:43 
AnswerRe: TcpListener Problem Pin
Mark Salsbery15-Oct-08 13:33
Mark Salsbery15-Oct-08 13:33 
QuestionRe: TcpListener Problem Pin
Pedram Behroozi15-Oct-08 17:45
Pedram Behroozi15-Oct-08 17:45 
AnswerRe: TcpListener Problem Pin
Mark Salsbery15-Oct-08 20:04
Mark Salsbery15-Oct-08 20:04 
AnswerRe: TcpListener Problem Pin
Pedram Behroozi15-Oct-08 23:43
Pedram Behroozi15-Oct-08 23:43 
GeneralRe: TcpListener Problem Pin
Mark Salsbery16-Oct-08 4:56
Mark Salsbery16-Oct-08 4:56 
GeneralRe: TcpListener Problem Pin
Pedram Behroozi16-Oct-08 9:14
Pedram Behroozi16-Oct-08 9:14 
GeneralRe: TcpListener Problem Pin
Mark Salsbery16-Oct-08 9:20
Mark Salsbery16-Oct-08 9:20 
QuestionHow to set modeless form to stay modeless? Pin
RYU^^15-Oct-08 11:55
RYU^^15-Oct-08 11:55 
AnswerRe: How to set modeless form to stay modeless? Pin
Hessam Jalali15-Oct-08 12:44
Hessam Jalali15-Oct-08 12:44 
Hey

That's why they made Modals!!!

but if you used your second form as a modalDialog for preventing access to the mainForm. the simplest way to get rid of it (if you don't care your controls going to be Grey) is to use Show instead of show dialog and pass the mainform instance to form (previously was shown as modal) and disable the mainForm then after hiding the dialog enable it again.

or http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2192114&SiteID=1[^]


Hope its going to help!
GeneralRe: How to set modeless form to stay modeless? Pin
RYU^^16-Oct-08 16:09
RYU^^16-Oct-08 16:09 
Questionhow to save a Stream class Pin
Hesham Yassin15-Oct-08 11:23
Hesham Yassin15-Oct-08 11:23 

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.