Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
AnswerRe: inserting Single quote error Pin
Ennis Ray Lynch, Jr.12-May-08 9:11
Ennis Ray Lynch, Jr.12-May-08 9:11 
GeneralRe: inserting Single quote error Pin
Jasmine250112-May-08 9:21
Jasmine250112-May-08 9:21 
QuestionShareing shopping Cart in asp.net and C# Pin
mdpavel12-May-08 7:44
mdpavel12-May-08 7:44 
AnswerRe: Shareing shopping Cart in asp.net and C# Pin
Zoltan Balazs12-May-08 7:55
Zoltan Balazs12-May-08 7:55 
AnswerRe: Shareing shopping Cart in asp.net and C# Pin
Jasmine250112-May-08 9:13
Jasmine250112-May-08 9:13 
QuestionRTB Printing Position Pin
kgoodrich12-May-08 6:54
kgoodrich12-May-08 6:54 
AnswerRe: RTB Printing Position Pin
kgoodrich4-Jun-08 7:03
kgoodrich4-Jun-08 7:03 
QuestionToolstrips losing 3d look when locking machine Pin
RobMaddison12-May-08 6:44
RobMaddison12-May-08 6:44 
AnswerRe: Toolstrips losing 3d look when locking machine Pin
Dave Sexton12-May-08 11:52
Dave Sexton12-May-08 11:52 
GeneralRe: Toolstrips losing 3d look when locking machine Pin
RobMaddison12-May-08 22:53
RobMaddison12-May-08 22:53 
GeneralRe: Toolstrips losing 3d look when locking machine Pin
Dave Sexton12-May-08 23:05
Dave Sexton12-May-08 23:05 
GeneralRe: Toolstrips losing 3d look when locking machine Pin
RobMaddison13-May-08 0:41
RobMaddison13-May-08 0:41 
Questionpinovoke program runs but has no output Pin
sharp_k12-May-08 6:17
sharp_k12-May-08 6:17 
AnswerRe: pinovoke program runs but has no output [modified] Pin
martin_hughes12-May-08 7:19
martin_hughes12-May-08 7:19 
GeneralRe: pinovoke program runs but has no output Pin
sharp_k12-May-08 7:33
sharp_k12-May-08 7:33 
GeneralRe: pinovoke program runs but has no output Pin
martin_hughes12-May-08 8:40
martin_hughes12-May-08 8:40 
GeneralRe: pinovoke program runs but has no output Pin
sharp_k12-May-08 12:07
sharp_k12-May-08 12:07 
GeneralRe: pinovoke program runs but has no output Pin
Mike Dimmick12-May-08 9:42
Mike Dimmick12-May-08 9:42 
QuestionThread Pin
ellllllllie12-May-08 5:59
ellllllllie12-May-08 5:59 
AnswerRe: Thread Pin
Ed.Poore12-May-08 6:02
Ed.Poore12-May-08 6:02 
AnswerRe: Thread Pin
Abhijit Jana12-May-08 6:23
professionalAbhijit Jana12-May-08 6:23 
GeneralRe: Thread Pin
ellllllllie12-May-08 6:38
ellllllllie12-May-08 6:38 
GeneralRe: Thread Pin
Abhijit Jana12-May-08 18:55
professionalAbhijit Jana12-May-08 18:55 
AnswerRe: Thread Pin
#realJSOP12-May-08 6:54
professional#realJSOP12-May-08 6:54 
QuestionMDI child can't maximize Pin
Yosh_12-May-08 5:23
professionalYosh_12-May-08 5:23 
Pls i need help, 'm kinda new 2 this.
i make an mdi container, then a button is pressed, then i call out a form and make it a child like this:
frmOne frm = new frmOne();<br />
frm.MdiParent = this;<br />
frm.Show();


Already, in the properties of frmOne i set it's WindowState Property to Maximized but when it comes out it is normal.
pls how else can i achieve this.

thanx.

He who goes for revenge must first dig two graves.

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.