Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: UDP/TCP Port Forwarding Pin
Jimmanuel2-Nov-09 8:00
Jimmanuel2-Nov-09 8:00 
GeneralRe: UDP/TCP Port Forwarding Pin
Boss52-Nov-09 8:12
Boss52-Nov-09 8:12 
GeneralRe: UDP/TCP Port Forwarding Pin
Jimmanuel2-Nov-09 8:25
Jimmanuel2-Nov-09 8:25 
GeneralRe: UDP/TCP Port Forwarding Pin
Boss52-Nov-09 8:53
Boss52-Nov-09 8:53 
GeneralRe: UDP/TCP Port Forwarding Pin
satthi113-Jan-10 0:11
satthi113-Jan-10 0:11 
GeneralRe: UDP/TCP Port Forwarding Pin
Jimmanuel13-Jan-10 2:50
Jimmanuel13-Jan-10 2:50 
QuestionC# MDI Forms layout [modified] Pin
FBCode2-Nov-09 4:28
FBCode2-Nov-09 4:28 
AnswerRe: C# MDI Forms layout Pin
Henry Minute2-Nov-09 5:56
Henry Minute2-Nov-09 5:56 
I have done this by using the following steps:

1) Start new Window Forms Project. Rename Form to MainForm, just so we both know what I'm referring to. You can just remember this bit if you have more than 2 brain cells. Big Grin | :-D
2) Add ChildForm to Project.
3) Add Menu to MainForm, with MenuItems for adding child forms. Complete the event handlers.
4) Now add your Panel to MainForm and Dock as required.
5) NOW!! set IsMDIContainer to true for MainForm.

Works for me! Hope it helps you. Smile | :)

[Edit]
I have just realized that the above is complete rubbish. Oh it works, but the order is irrelevant.
I have just created a new application in which I set IsMDIContainer before doing anything else, it still worked,
So I don't know what is going wrong with your application.
[/Edit]

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: C# MDI Forms layout [modified] Pin
FBCode2-Nov-09 21:13
FBCode2-Nov-09 21:13 
QuestionAccessing sound card Pin
Darren Shields2-Nov-09 4:22
Darren Shields2-Nov-09 4:22 
QuestionHow can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 3:20
evyatar.v2-Nov-09 3:20 
AnswerRe: How can I know/see on which core a thread run ? Pin
Abhishek Sur2-Nov-09 3:25
professionalAbhishek Sur2-Nov-09 3:25 
GeneralRe: How can I know/see on which core a thread run ? Pin
harold aptroot2-Nov-09 3:50
harold aptroot2-Nov-09 3:50 
GeneralRe: How can I know/see on which core a thread run ? Pin
Abhishek Sur2-Nov-09 6:09
professionalAbhishek Sur2-Nov-09 6:09 
GeneralRe: How can I know/see on which core a thread run ? Pin
harold aptroot2-Nov-09 6:23
harold aptroot2-Nov-09 6:23 
GeneralRe: How can I know/see on which core a thread run ? Pin
Abhishek Sur2-Nov-09 20:23
professionalAbhishek Sur2-Nov-09 20:23 
AnswerRe: How can I know/see on which core a thread run ? Pin
Luc Pattyn2-Nov-09 3:34
sitebuilderLuc Pattyn2-Nov-09 3:34 
AnswerRe: How can I know/see on which core a thread run ? Pin
Covean2-Nov-09 3:46
Covean2-Nov-09 3:46 
GeneralRe: How can I know/see on which core a thread run ? Pin
Luc Pattyn2-Nov-09 3:49
sitebuilderLuc Pattyn2-Nov-09 3:49 
GeneralRe: How can I know/see on which core a thread run ? Pin
harold aptroot2-Nov-09 7:30
harold aptroot2-Nov-09 7:30 
GeneralRe: How can I know/see on which core a thread run ? Pin
Luc Pattyn2-Nov-09 7:55
sitebuilderLuc Pattyn2-Nov-09 7:55 
AnswerRe: How can I know/see on which core a thread run ? Pin
PIEBALDconsult2-Nov-09 3:51
mvePIEBALDconsult2-Nov-09 3:51 
GeneralRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 3:56
evyatar.v2-Nov-09 3:56 
AnswerRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 3:57
evyatar.v2-Nov-09 3:57 
AnswerRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 6:11
evyatar.v2-Nov-09 6:11 

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.