Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
QuestionHow can i asign dataset to crystal report Pin
btota13-Oct-06 22:35
btota13-Oct-06 22:35 
AnswerRe: How can i asign dataset to crystal report Pin
Nick Parker14-Oct-06 4:56
protectorNick Parker14-Oct-06 4:56 
Question.NET 1.1 application performance in Windows 2003 Server Pin
Sushant Duggal13-Oct-06 22:19
Sushant Duggal13-Oct-06 22:19 
AnswerRe: .NET 1.1 application performance in Windows 2003 Server Pin
Nick Parker14-Oct-06 4:57
protectorNick Parker14-Oct-06 4:57 
QuestionDataGridViewComboBoxCell value is invalid Pin
WillemM13-Oct-06 22:18
WillemM13-Oct-06 22:18 
QuestionBack link Pin
basumca13-Oct-06 21:43
basumca13-Oct-06 21:43 
AnswerRe: Back link Pin
Nick Parker14-Oct-06 4:59
protectorNick Parker14-Oct-06 4:59 
Questionneed help or advice... [modified] Pin
TheCardinal13-Oct-06 21:12
TheCardinal13-Oct-06 21:12 
private void WhatFormToShow(Form   f)
{
    f.MdiParent = this;
    f.Dock = DockStyle.Fill;
    f.Show();
    //
    this.pnlCompositeCon.Controls.Clear();
    this.pnlCompositeCon.Controls.Add(f);
    this.txtCurrentLoadedForm.Text = f.Name.ToUpper();
 }

 WhatFormToShow(FrmAdd);


when i call the function i got this error, that said "its a 'type' but us used like a 'variable'...what is the proper way of doing this? please help






-- modified at 3:18 Saturday 14th October, 2006
AnswerRe: need help or advice... Pin
mav.northwind13-Oct-06 21:56
mav.northwind13-Oct-06 21:56 
AnswerRe: need help or advice... Pin
Nader Elshehabi14-Oct-06 2:59
Nader Elshehabi14-Oct-06 2:59 
GeneralRe: need help or advice... Pin
TheCardinal14-Oct-06 3:38
TheCardinal14-Oct-06 3:38 
GeneralRe: need help or advice... Pin
mav.northwind14-Oct-06 6:08
mav.northwind14-Oct-06 6:08 
GeneralRe: need help or advice... Pin
Nader Elshehabi14-Oct-06 6:46
Nader Elshehabi14-Oct-06 6:46 
GeneralRe: need help or advice... Pin
TheCardinal14-Oct-06 17:54
TheCardinal14-Oct-06 17:54 
GeneralRe: need help or advice... Pin
Nader Elshehabi14-Oct-06 18:09
Nader Elshehabi14-Oct-06 18:09 
GeneralRe: need help or advice... Pin
TheCardinal14-Oct-06 18:45
TheCardinal14-Oct-06 18:45 
Questionhtml parsing Pin
kerrywes13-Oct-06 19:30
kerrywes13-Oct-06 19:30 
QuestionCreate controls form text file? Pin
greyzz13-Oct-06 16:20
greyzz13-Oct-06 16:20 
AnswerRe: Create controls form text file? Pin
Nader Elshehabi13-Oct-06 17:32
Nader Elshehabi13-Oct-06 17:32 
GeneralRe: Create controls form text file? Pin
greyzz13-Oct-06 18:20
greyzz13-Oct-06 18:20 
GeneralRe: Create controls form text file? Pin
Nader Elshehabi14-Oct-06 2:52
Nader Elshehabi14-Oct-06 2:52 
QuestionAutomatic capitalization in VS2003 ? Pin
digsy_13-Oct-06 11:30
digsy_13-Oct-06 11:30 
AnswerRe: Automatic capitalization in VS2003 ? Pin
Wjousts13-Oct-06 11:53
Wjousts13-Oct-06 11:53 
GeneralRe: Automatic capitalization in VS2003 ? Pin
digsy_13-Oct-06 12:06
digsy_13-Oct-06 12:06 
GeneralRe: Automatic capitalization in VS2003 ? Pin
Kevin McFarlane13-Oct-06 12:47
Kevin McFarlane13-Oct-06 12:47 

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.