Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
GeneralRe: psl, Help me, Pin
tranglt17-Jul-06 22:14
tranglt17-Jul-06 22:14 
GeneralRe: psl, Help me, Pin
leppie17-Jul-06 22:19
leppie17-Jul-06 22:19 
GeneralRe: psl, Help me, Pin
tranglt18-Jul-06 23:54
tranglt18-Jul-06 23:54 
QuestionSerialPort Control in VC# Express 2005 Pin
Audio_Developer17-Jul-06 21:31
Audio_Developer17-Jul-06 21:31 
GeneralRe: SerialPort Control in VC# Express 2005 Pin
Audio_Developer18-Jul-06 21:17
Audio_Developer18-Jul-06 21:17 
Question[Resource lookup failed...] Pin
Hariharan.T17-Jul-06 19:07
Hariharan.T17-Jul-06 19:07 
QuestionForm, Tabs and Controls --- Resizing Them Pin
shultas17-Jul-06 15:16
shultas17-Jul-06 15:16 
AnswerRe: Form, Tabs and Controls --- Resizing Them Pin
Alexander Wiseman17-Jul-06 15:34
Alexander Wiseman17-Jul-06 15:34 
Hi shultas,

Give the following a try:

Search Text Box Settings

First, make sure the Dock property is set to "None".
Set the Anchor property to Left, Top, Right.
This should make the text box expand its width, but not its height when the form is expanded.

Search Button Settings

Again, make sure Dock is set to "None".
Set the Anchor property to Top, Right.
This should make the search button attach itself to the right side of the form when the form is expanded, but keep its width the same.

Data Grid Settings

Make sure Dock is set to "None".
Set the Anchor property to Left, Top, Right, Bottom.
This should make the data grid expand its width and height with the form when it is resized.

Tab Control Settings

I'm not sure where your two tab controls are positioned relative to the form, but you'll need to adjust the Anchor property of the tab control which contains the data grid, search text box, and search button. I think you'd probably want to set the Anchor property to Left, Top, Right, Bottom, so that it gets its share of the extra horizontal and vertical space when the form is expanded.

Give those settings a shot. If it doesn't work, please let me know and I'll try to help you as best I can.

Sincerely,
Alexander Wiseman
QuestionSocket Question Pin
Tom Wright17-Jul-06 12:22
Tom Wright17-Jul-06 12:22 
AnswerRe: Socket Question Pin
Ed.Poore17-Jul-06 12:24
Ed.Poore17-Jul-06 12:24 
AnswerRe: Socket Question Pin
Mr. VB.NET18-Jul-06 0:47
Mr. VB.NET18-Jul-06 0:47 
QuestionCan anyone think of any disadvantage of using a params parameter? Pin
wout de zeeuw17-Jul-06 11:48
wout de zeeuw17-Jul-06 11:48 
AnswerClarity Pin
Ennis Ray Lynch, Jr.17-Jul-06 12:19
Ennis Ray Lynch, Jr.17-Jul-06 12:19 
GeneralRe: Clarity Pin
Judah Gabriel Himango17-Jul-06 17:10
sponsorJudah Gabriel Himango17-Jul-06 17:10 
GeneralRe: Clarity Pin
Ennis Ray Lynch, Jr.17-Jul-06 17:14
Ennis Ray Lynch, Jr.17-Jul-06 17:14 
GeneralRe: Clarity Pin
Judah Gabriel Himango17-Jul-06 17:54
sponsorJudah Gabriel Himango17-Jul-06 17:54 
GeneralMy opinion on languages is such Pin
Ennis Ray Lynch, Jr.17-Jul-06 19:36
Ennis Ray Lynch, Jr.17-Jul-06 19:36 
GeneralRe: My opinion on languages is such Pin
leppie17-Jul-06 22:13
leppie17-Jul-06 22:13 
GeneralRe: My opinion on languages is such Pin
wout de zeeuw17-Jul-06 22:42
wout de zeeuw17-Jul-06 22:42 
AnswerRe: Can anyone think of any disadvantage of using a params parameter? Pin
leppie17-Jul-06 22:15
leppie17-Jul-06 22:15 
GeneralRe: Can anyone think of any disadvantage of using a params parameter? Pin
wout de zeeuw17-Jul-06 22:41
wout de zeeuw17-Jul-06 22:41 
GeneralRe: Can anyone think of any disadvantage of using a params parameter? Pin
leppie17-Jul-06 22:52
leppie17-Jul-06 22:52 
GeneralRe: Can anyone think of any disadvantage of using a params parameter? Pin
wout de zeeuw17-Jul-06 23:08
wout de zeeuw17-Jul-06 23:08 
QuestionWhen do use validator and/or try...throw statement. Pin
Skanless17-Jul-06 11:22
Skanless17-Jul-06 11:22 
AnswerRe: When do use validator and/or try...throw statement. Pin
leckey17-Jul-06 11:41
leckey17-Jul-06 11:41 

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.