Click here to Skip to main content
15,885,365 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: get Operating System name using c# Pin
DaveyM6917-Jun-09 5:26
professionalDaveyM6917-Jun-09 5:26 
GeneralRe: get Operating System name using c# Pin
dan!sh 18-Jun-09 6:04
professional dan!sh 18-Jun-09 6:04 
QuestionDefault TitleBar move behavior of a Form set as a child of another Form odd ? Pin
BillWoodruff15-Jun-09 20:39
professionalBillWoodruff15-Jun-09 20:39 
Questionmail body have to display in multiple lines Pin
myms.net15-Jun-09 2:07
myms.net15-Jun-09 2:07 
AnswerRe: mail body have to display in multiple lines Pin
Dave Kreskowiak15-Jun-09 3:57
mveDave Kreskowiak15-Jun-09 3:57 
Questionhow to add multiple envelopes in word doc Pin
srimail0915-Jun-09 0:51
srimail0915-Jun-09 0:51 
QuestionContainer control inside a UserControl Pin
Bashir Magomedov14-Jun-09 22:35
Bashir Magomedov14-Jun-09 22:35 
AnswerRe: Container control inside a UserControl Pin
Bashir Magomedov14-Jun-09 22:57
Bashir Magomedov14-Jun-09 22:57 
Hmm... I think that I see work-around here.
We can tune z-index of MainGroupBox in order to show it behind all other controls like following:
private void CheckableGroupBox_ControlAdded(object sender, ControlEventArgs e)
{
    gbMain.SendToBack();
}


But it is a trick, and controls' nesting is still wrong.

Everything is possible!

QuestionArabic printing with "?" mark Pin
Ahamed Azeem13-Jun-09 20:35
Ahamed Azeem13-Jun-09 20:35 
AnswerRe: Arabic printing with "?" mark Pin
Mycroft Holmes14-Jun-09 19:05
professionalMycroft Holmes14-Jun-09 19:05 
GeneralRe: Arabic printing with "?" mark Pin
Ahamed Azeem14-Jun-09 20:58
Ahamed Azeem14-Jun-09 20:58 
Question[Solved partially work-around found]] VS 2010 Panel with AutoScroll=true : Horizontal Scrollbar does not appear [modified] Pin
BillWoodruff13-Jun-09 2:02
professionalBillWoodruff13-Jun-09 2:02 
AnswerRe: VS 2010 Panel with AutoScroll=true : Horizontal Scrollbar does not appear Pin
Henry Minute15-Jun-09 0:45
Henry Minute15-Jun-09 0:45 
GeneralRe: VS 2010 Panel with AutoScroll=true : Horizontal Scrollbar does not appear Pin
BillWoodruff15-Jun-09 3:52
professionalBillWoodruff15-Jun-09 3:52 
QuestionAliens stole my ToolStrip and ate it for breakfast. (Solution to previous post about a month ago) Pin
Baeltazor11-Jun-09 19:03
Baeltazor11-Jun-09 19:03 
QuestionSyntax error in query expression Pin
krinaljariwala11-Jun-09 3:44
krinaljariwala11-Jun-09 3:44 
AnswerRe: Syntax error in query expression Pin
led mike11-Jun-09 4:44
led mike11-Jun-09 4:44 
GeneralRe: Syntax error in query expression Pin
krinaljariwala11-Jun-09 4:49
krinaljariwala11-Jun-09 4:49 
QuestionVB.NET TableAdapter via Assembly loading Pin
MasterRipper11-Jun-09 0:55
MasterRipper11-Jun-09 0:55 
NewsWindows 7 Developer Training Kits Released Pin
brucedkyle10-Jun-09 6:55
brucedkyle10-Jun-09 6:55 
QuestionDeployment Error. Pin
FISH7869-Jun-09 12:56
FISH7869-Jun-09 12:56 
AnswerRe: Deployment Error. Pin
EliottA9-Jun-09 14:02
EliottA9-Jun-09 14:02 
GeneralRe: Deployment Error. Pin
FISH7869-Jun-09 14:30
FISH7869-Jun-09 14:30 
QuestionHow to restrict no of copies in printdialog of any printer Pin
manjari kar8-Jun-09 20:22
manjari kar8-Jun-09 20:22 
AnswerRe: How to restrict no of copies in printdialog of any printer Pin
Dave Kreskowiak9-Jun-09 3:08
mveDave Kreskowiak9-Jun-09 3:08 

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.