Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
QuestionArticle not added yet !!! Pin
HiteshSharma28-Jul-09 8:17
HiteshSharma28-Jul-09 8:17 
AnswerRe: Article not added yet !!! Pin
DaveyM6928-Jul-09 8:22
professionalDaveyM6928-Jul-09 8:22 
AnswerRe: Article not added yet !!! Pin
PIEBALDconsult28-Jul-09 8:27
mvePIEBALDconsult28-Jul-09 8:27 
AnswerRe: Article not added yet !!! Pin
Robin_Roy28-Jul-09 23:55
Robin_Roy28-Jul-09 23:55 
GeneralRe: Article not added yet !!! Pin
HiteshSharma29-Jul-09 0:01
HiteshSharma29-Jul-09 0:01 
QuestionModal form from modal form Pin
RobScripta28-Jul-09 7:39
professionalRobScripta28-Jul-09 7:39 
AnswerRe: Modal form from modal form Pin
musefan28-Jul-09 7:54
musefan28-Jul-09 7:54 
AnswerRe: Modal form from modal form Pin
Alan N28-Jul-09 7:56
Alan N28-Jul-09 7:56 
Hi,
Works for me with the following code where Form1 has one button.

public partial class Form1 : Form {
  public Form1() {
    InitializeComponent();
  }

  private void button1_Click(object sender, EventArgs e) {
    Form1 f = new Form1();
    f.ShowDialog(this);
  }
}


How are you creating and showing the forms?

Alan.
AnswerRe: Modal form from modal form Pin
Abhishek Sur28-Jul-09 7:56
professionalAbhishek Sur28-Jul-09 7:56 
GeneralRe: Modal form from modal form Pin
RobScripta28-Jul-09 8:19
professionalRobScripta28-Jul-09 8:19 
GeneralRe: Modal form from modal form Pin
Abhishek Sur28-Jul-09 22:12
professionalAbhishek Sur28-Jul-09 22:12 
QuestionXMLwriter error Pin
newXMLdeveloper28-Jul-09 7:00
newXMLdeveloper28-Jul-09 7:00 
AnswerRe: XMLwriter error Pin
Blikkies28-Jul-09 20:36
professionalBlikkies28-Jul-09 20:36 
Questionreg : cache concepts Pin
Somnath Sen28-Jul-09 6:34
Somnath Sen28-Jul-09 6:34 
AnswerRe: reg : cache concepts Pin
Abhijit Jana28-Jul-09 6:43
professionalAbhijit Jana28-Jul-09 6:43 
QuestionHardware seail number Pin
mht200828-Jul-09 6:15
mht200828-Jul-09 6:15 
AnswerRe: Hardware seail number Pin
DaveyM6928-Jul-09 6:17
professionalDaveyM6928-Jul-09 6:17 
AnswerRe: Hardware seail number Pin
Abhijit Jana28-Jul-09 6:37
professionalAbhijit Jana28-Jul-09 6:37 
AnswerRe: Hardware seail number [modified] Pin
Ravi Bhavnani28-Jul-09 7:15
professionalRavi Bhavnani28-Jul-09 7:15 
GeneralRe: Hardware seail number Pin
Abhijit Jana28-Jul-09 7:44
professionalAbhijit Jana28-Jul-09 7:44 
AnswerRe: Hardware seail number Pin
PIEBALDconsult28-Jul-09 7:26
mvePIEBALDconsult28-Jul-09 7:26 
Questionexpor database Pin
mht200828-Jul-09 5:51
mht200828-Jul-09 5:51 
AnswerRe: expor database Pin
MumbleB28-Jul-09 5:53
MumbleB28-Jul-09 5:53 
AnswerRe: expor database Pin
Vikram A Punathambekar28-Jul-09 6:34
Vikram A Punathambekar28-Jul-09 6:34 
AnswerRe: expor database Pin
musefan28-Jul-09 7:56
musefan28-Jul-09 7:56 

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.