Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
AnswerRe: WebBrowser control automation question Pin
Etienne_12322-Jul-10 7:07
Etienne_12322-Jul-10 7:07 
QuestionMy TextBox lacks discipline and Forms.Focus Pin
GrenMeera22-Jul-10 5:48
GrenMeera22-Jul-10 5:48 
AnswerRe: My TextBox lacks discipline and Forms.Focus Pin
Peace ON22-Jul-10 19:45
Peace ON22-Jul-10 19:45 
GeneralRe: My TextBox lacks discipline and Forms.Focus Pin
GrenMeera23-Jul-10 3:08
GrenMeera23-Jul-10 3:08 
QuestionPassing a Varible to a TextBox in ReportViewer Pin
cgillespie22-Jul-10 3:56
cgillespie22-Jul-10 3:56 
QuestionDynamic Dictionary usage problem in C# Pin
glitteringsound22-Jul-10 3:22
glitteringsound22-Jul-10 3:22 
QuestionMDIChild form in FULLSCREEN mode Pin
frommi22-Jul-10 0:05
frommi22-Jul-10 0:05 
AnswerRe: MDIChild form in FULLSCREEN mode Pin
Peace ON22-Jul-10 0:16
Peace ON22-Jul-10 0:16 
MDIChild is always rendered in the context of it's parent MDI form.
It cannot go beyong it.

However, you can set MDIChild's property to set it to expand to full view
in the context of it's parent.

C#
MDIChild1.WindowState == FormWindowState.Maximized;



HTH
Jinal Desai - LIVE
Experience is mother of sage....

GeneralRe: MDIChild form in FULLSCREEN mode Pin
frommi22-Jul-10 0:25
frommi22-Jul-10 0:25 
GeneralRe: MDIChild form in FULLSCREEN mode Pin
Peace ON22-Jul-10 2:04
Peace ON22-Jul-10 2:04 
GeneralRe: MDIChild form in FULLSCREEN mode Pin
Ravi Bhavnani22-Jul-10 4:19
professionalRavi Bhavnani22-Jul-10 4:19 
GeneralRe: MDIChild form in FULLSCREEN mode Pin
Matt U.22-Jul-10 11:57
Matt U.22-Jul-10 11:57 
AnswerRe: MDIChild form in FULLSCREEN mode Pin
Niyamat22-Jul-10 7:47
Niyamat22-Jul-10 7:47 
Questionhow to auto Refresh a control in windows application Pin
Krishna Varadharajan21-Jul-10 23:20
Krishna Varadharajan21-Jul-10 23:20 
AnswerRe: how to auto Refresh a control in windows application Pin
Peace ON22-Jul-10 0:09
Peace ON22-Jul-10 0:09 
GeneralRe: how to auto Refresh a control in windows application Pin
Krishna Varadharajan22-Jul-10 20:10
Krishna Varadharajan22-Jul-10 20:10 
Questionreplacing html entity [modified] Pin
varsh1221-Jul-10 22:43
varsh1221-Jul-10 22:43 
AnswerRe: replacing html entity Pin
Rajesh Sajjanar22-Jul-10 2:25
Rajesh Sajjanar22-Jul-10 2:25 
GeneralRe: replacing html entity Pin
varsh1222-Jul-10 2:35
varsh1222-Jul-10 2:35 
AnswerRe: replacing html entity Pin
Peace ON22-Jul-10 2:34
Peace ON22-Jul-10 2:34 
QuestionSocket port listen Pin
anishkannan21-Jul-10 21:48
anishkannan21-Jul-10 21:48 
AnswerRe: Socket port listen Pin
jschell22-Jul-10 8:22
jschell22-Jul-10 8:22 
AnswerRe: Socket port listen Pin
T M Gray22-Jul-10 9:01
T M Gray22-Jul-10 9:01 
GeneralRe: Socket port listen Pin
anishkannan22-Jul-10 17:54
anishkannan22-Jul-10 17:54 
QuestionVery Simple HTML Parser C# Pin
justme8921-Jul-10 12:22
justme8921-Jul-10 12:22 

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.