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

C#

 
GeneralRe: search for torrent files Pin
Umesh873811-May-08 21:27
Umesh873811-May-08 21:27 
Questiontransfer parameter to thread via .NET 1.0 [modified] Pin
shinboxe11-May-08 20:52
shinboxe11-May-08 20:52 
AnswerRe: transfer parameter to thread via .NET 1.0 Pin
#realJSOP11-May-08 23:47
professional#realJSOP11-May-08 23:47 
GeneralRe: transfer parameter to thread via .NET 1.0 Pin
shinboxe12-May-08 3:02
shinboxe12-May-08 3:02 
GeneralRe: transfer parameter to thread via .NET 1.0 [modified] Pin
#realJSOP12-May-08 5:27
professional#realJSOP12-May-08 5:27 
Questionhow to merge contents of files into single file Pin
uglyeyes11-May-08 20:44
uglyeyes11-May-08 20:44 
AnswerRe: how to merge contents of files into single file Pin
Christian Graus11-May-08 20:48
protectorChristian Graus11-May-08 20:48 
QuestionMDI Pin
benjamin yap11-May-08 20:43
benjamin yap11-May-08 20:43 
Hi, i have a main form (FrmMain.cs) that have a MenuStrip with
File | Staff | Catalogue | Inventory | Order | Help|

I have a child form (FrmLogin) to show the login page.

Inside form_load of FrmMain.cs, I have the following code to hide
| Staff | Catalogue | Inventory | Order | and only show them after they login.

private void FrmMain_Load(object sender, EventArgs e)
{
this.toolStripStaff.Visible = false;
this.toolStripCatalogue.Visible = false;
this.toolStripProduct.Visible = false;
this.toolStripOrder.Visible = false;
this.toolStripInventory.Visible = false;

FrmLogin childLogin = new FrmLogin();
childLogin.MdiParent = this;
childLogin.Show();

}

So, when the user login from the childLogin, how do i set the FrmMain's menu to show those hidden menu again
AnswerRe: MDI Pin
greekius11-May-08 21:08
greekius11-May-08 21:08 
GeneralRe: MDI Pin
benjamin yap11-May-08 22:53
benjamin yap11-May-08 22:53 
GeneralRe: MDI Pin
natsuyaki11-May-08 23:13
natsuyaki11-May-08 23:13 
QuestionOUTLOOK Connector Pin
mohant$.net11-May-08 20:21
mohant$.net11-May-08 20:21 
QuestionHow to embed Excel spreadsheet in Windows forms application Pin
nilam247711-May-08 19:53
nilam247711-May-08 19:53 
AnswerRe: How to embed Excel spreadsheet in Windows forms application Pin
Spunky Coder11-May-08 20:14
Spunky Coder11-May-08 20:14 
QuestionRe: How to embed Excel spreadsheet in Windows forms application Pin
nilam247711-May-08 20:39
nilam247711-May-08 20:39 
AnswerRe: How to embed Excel spreadsheet in Windows forms application Pin
Christian Graus11-May-08 20:48
protectorChristian Graus11-May-08 20:48 
Questionhow to by pass login page??? Pin
Ron.S11-May-08 19:20
Ron.S11-May-08 19:20 
AnswerRe: how to by pass login page??? Pin
Christian Graus11-May-08 19:37
protectorChristian Graus11-May-08 19:37 
Questioncode signing the assemblies Pin
ananthrahul11-May-08 19:13
ananthrahul11-May-08 19:13 
Questionimport html into label of C# Pin
ilu_f911-May-08 19:06
ilu_f911-May-08 19:06 
AnswerRe: import html into label of C# Pin
Christian Graus11-May-08 19:41
protectorChristian Graus11-May-08 19:41 
Questiona component named mouse recognizer Pin
mehrnoosh11-May-08 18:13
mehrnoosh11-May-08 18:13 
AnswerRe: a component named mouse recognizer Pin
Abhijit Jana11-May-08 18:48
professionalAbhijit Jana11-May-08 18:48 
AnswerRe: a component named mouse recognizer Pin
Christian Graus11-May-08 19:43
protectorChristian Graus11-May-08 19:43 
AnswerRe: a component named mouse recognizer Pin
Neophyte3012-May-08 0:36
Neophyte3012-May-08 0:36 

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.