Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
GeneralRe: Passing Around a Textbox Reference Pin
redfish341-Nov-05 10:40
redfish341-Nov-05 10:40 
QuestionUsing a function key as button shortcut Pin
Dan Neely28-Oct-05 8:14
Dan Neely28-Oct-05 8:14 
AnswerRe: Using a function key as button shortcut Pin
MoustafaS28-Oct-05 9:19
MoustafaS28-Oct-05 9:19 
AnswerRe: Using a function key as button shortcut Pin
leppie28-Oct-05 9:29
leppie28-Oct-05 9:29 
GeneralRe: Using a function key as button shortcut Pin
Dan Neely28-Oct-05 10:28
Dan Neely28-Oct-05 10:28 
QuestionHow can i change Windows Form in real time Pin
Yanshof28-Oct-05 7:51
Yanshof28-Oct-05 7:51 
AnswerRe: How can i change Windows Form in real time Pin
whizzs28-Oct-05 8:04
whizzs28-Oct-05 8:04 
AnswerRe: How can i change Windows Form in real time Pin
Dan Neely28-Oct-05 8:08
Dan Neely28-Oct-05 8:08 
Modify the Size atribute.

To have a form resize itself do this:

this.Size = new Size(width,height);

You'll need to look into anchoring (or possiby docking) your controls to grow/reposition them when the form changes it's size. If you're using 05 you could also try the layout manager. In 03 for anything complex you might have to handle the resize event yourself.
QuestionReplacing in .NET Pin
Dwayner7928-Oct-05 5:24
Dwayner7928-Oct-05 5:24 
AnswerRe: Replacing in .NET Pin
Jon Sagara28-Oct-05 6:52
Jon Sagara28-Oct-05 6:52 
GeneralRe: Replacing in .NET Pin
Dwayner7928-Oct-05 7:13
Dwayner7928-Oct-05 7:13 
GeneralRe: Replacing in .NET Pin
Jon Sagara28-Oct-05 7:17
Jon Sagara28-Oct-05 7:17 
AnswerRe: Replacing in .NET Pin
Guffa29-Oct-05 1:18
Guffa29-Oct-05 1:18 
QuestionPDF File open Issue Pin
sreeni221928-Oct-05 5:06
sreeni221928-Oct-05 5:06 
AnswerRe: PDF File open Issue Pin
KaptinKrunch28-Oct-05 5:11
KaptinKrunch28-Oct-05 5:11 
GeneralRe: PDF File open Issue Pin
sreeni221928-Oct-05 5:25
sreeni221928-Oct-05 5:25 
GeneralRe: PDF File open Issue Pin
KaptinKrunch28-Oct-05 5:56
KaptinKrunch28-Oct-05 5:56 
AnswerRe: PDF File open Issue Pin
snouto28-Oct-05 12:52
snouto28-Oct-05 12:52 
QuestionWeird problem with Label[]. Pin
Green Fuze28-Oct-05 4:49
Green Fuze28-Oct-05 4:49 
AnswerRe: Weird problem with Label[]. Pin
KaptinKrunch28-Oct-05 5:07
KaptinKrunch28-Oct-05 5:07 
GeneralRe: Weird problem with Label[]. Pin
Green Fuze28-Oct-05 6:05
Green Fuze28-Oct-05 6:05 
AnswerRe: Weird problem with Label[]. Pin
IdUnknown28-Oct-05 7:46
IdUnknown28-Oct-05 7:46 
GeneralRe: Weird problem with Label[]. Pin
Green Fuze28-Oct-05 11:48
Green Fuze28-Oct-05 11:48 
QuestionMessageBox.Show() Causing Error Pin
Michele@MERC28-Oct-05 4:46
Michele@MERC28-Oct-05 4:46 
AnswerRe: MessageBox.Show() Causing Error Pin
KaptinKrunch28-Oct-05 4:51
KaptinKrunch28-Oct-05 4:51 

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.