Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
Question%SystemRoot%\Microsoft.NET\Framework\ Pin
Mohammad Dayyan29-Mar-09 6:49
Mohammad Dayyan29-Mar-09 6:49 
AnswerRe: %SystemRoot%\Microsoft.NET\Framework\ Pin
Giorgi Dalakishvili29-Mar-09 7:00
mentorGiorgi Dalakishvili29-Mar-09 7:00 
GeneralRe: %SystemRoot%\Microsoft.NET\Framework\ PinPopular
PIEBALDconsult29-Mar-09 7:15
mvePIEBALDconsult29-Mar-09 7:15 
GeneralRe: %SystemRoot%\Microsoft.NET\Framework\ Pin
Giorgi Dalakishvili29-Mar-09 7:23
mentorGiorgi Dalakishvili29-Mar-09 7:23 
AnswerRe: %SystemRoot%\Microsoft.NET\Framework\ [modified] Pin
Alan N29-Mar-09 14:07
Alan N29-Mar-09 14:07 
QuestionC# Windows Application problem Pin
cheese_29-Mar-09 5:23
cheese_29-Mar-09 5:23 
AnswerRe: C# Windows Application problem Pin
JF201529-Mar-09 5:41
JF201529-Mar-09 5:41 
AnswerRe: C# Windows Application problem Pin
Luc Pattyn29-Mar-09 6:28
sitebuilderLuc Pattyn29-Mar-09 6:28 
Hi,

As JF2015 said, there is a line missing.
However, when using Visual Studio, you are not supposed to edit tje InitializeComponent() method, it is generated and managed by Visual Designer.
So either use the Visual Designer to add a click event to your button, or add the new line to your Form1 constructor, right after the call to InitializeComponent().

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


AnswerRe: C# Windows Application problem Pin
BinShao29-Mar-09 15:41
BinShao29-Mar-09 15:41 
QuestionGetting data from a web page Pin
nike_arh29-Mar-09 4:07
nike_arh29-Mar-09 4:07 
AnswerRe: Getting data from a web page Pin
Xmen Real 29-Mar-09 4:26
professional Xmen Real 29-Mar-09 4:26 
QuestionTreeView Nodes Pin
Mohammed Elkholy29-Mar-09 3:50
Mohammed Elkholy29-Mar-09 3:50 
AnswerRe: TreeView Nodes Pin
Xmen Real 29-Mar-09 4:18
professional Xmen Real 29-Mar-09 4:18 
GeneralRe: TreeView Nodes Pin
Mohammed Elkholy29-Mar-09 4:30
Mohammed Elkholy29-Mar-09 4:30 
GeneralRe: TreeView Nodes Pin
Pete O'Hanlon29-Mar-09 10:29
mvePete O'Hanlon29-Mar-09 10:29 
GeneralRe: TreeView Nodes Pin
Henry Minute29-Mar-09 12:05
Henry Minute29-Mar-09 12:05 
QuestionList index in C# Pin
mrithula829-Mar-09 3:09
mrithula829-Mar-09 3:09 
AnswerRe: List index in C# Pin
Xmen Real 29-Mar-09 4:20
professional Xmen Real 29-Mar-09 4:20 
GeneralRe: List index in C# Pin
mrithula829-Mar-09 20:27
mrithula829-Mar-09 20:27 
GeneralRe: List index in C# Pin
Xmen Real 29-Mar-09 21:47
professional Xmen Real 29-Mar-09 21:47 
QuestionOnly MySqlParameter objects may be stored Pin
naim khan29-Mar-09 2:07
naim khan29-Mar-09 2:07 
AnswerRe: Only MySqlParameter objects may be stored Pin
Xmen Real 29-Mar-09 4:09
professional Xmen Real 29-Mar-09 4:09 
AnswerRe: Only MySqlParameter objects may be stored Pin
PIEBALDconsult29-Mar-09 4:57
mvePIEBALDconsult29-Mar-09 4:57 
QuestionList of classes and namespaces in .Net Framework ? [modified] Pin
Mohammad Dayyan29-Mar-09 1:41
Mohammad Dayyan29-Mar-09 1:41 
AnswerRe: List of classes and namespaces in .Net Framework ? Pin
Eddy Vluggen29-Mar-09 2:31
professionalEddy Vluggen29-Mar-09 2:31 

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.