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

C#

 
GeneralRe: How do I fix this error? Pin
Simon P Stevens16-Oct-08 22:11
Simon P Stevens16-Oct-08 22:11 
GeneralRe: How do I fix this error? Pin
J a a n s16-Oct-08 22:49
professionalJ a a n s16-Oct-08 22:49 
GeneralRe: How do I fix this error? Pin
Simon P Stevens16-Oct-08 23:08
Simon P Stevens16-Oct-08 23:08 
GeneralRe: How do I fix this error? Pin
Angelinna17-Oct-08 1:01
Angelinna17-Oct-08 1:01 
GeneralRe: How do I fix this error? Pin
Colin Angus Mackay17-Oct-08 2:07
Colin Angus Mackay17-Oct-08 2:07 
GeneralRe: How do I fix this error? Pin
Ashfield17-Oct-08 2:10
Ashfield17-Oct-08 2:10 
GeneralRe: How do I fix this error? [modified] Pin
Angelinna17-Oct-08 2:48
Angelinna17-Oct-08 2:48 
GeneralRe: How do I fix this error?(see part of code) Pin
Simon P Stevens17-Oct-08 3:16
Simon P Stevens17-Oct-08 3:16 
Asside from the fact that you are missing several close brackets '}', which I'm assuming are just because you didn't copy and paste them.

You need to put the word 'partial' back into your code.

You can't just go removing word without understanding what they mean.

The main declaration of the from should be
public partial class Form1 : Form


The declaration in the Designer.cs file should be
partial class Form1


Simon

GeneralRe: How do I fix this error?(see part of code) Pin
Angelinna17-Oct-08 3:36
Angelinna17-Oct-08 3:36 
GeneralRe: How do I fix this error?(see part of code) Pin
Simon P Stevens17-Oct-08 5:34
Simon P Stevens17-Oct-08 5:34 
GeneralRe: How do I fix this error?(see part of code) Pin
Paul Conrad21-Oct-08 6:03
professionalPaul Conrad21-Oct-08 6:03 
AnswerRe: How do I fix this error? Pin
Hesham Yassin19-Oct-08 1:43
Hesham Yassin19-Oct-08 1:43 
QuestionC# Excel Chart Series Option (Change Second Plot value) Pin
fjlv200516-Oct-08 16:56
fjlv200516-Oct-08 16:56 
AnswerRe: C# Excel Chart Series Option (Change Second Plot value) Pin
fjlv200516-Oct-08 17:29
fjlv200516-Oct-08 17:29 
QuestionSend MMS in C# Pin
nageshwaran16-Oct-08 16:37
nageshwaran16-Oct-08 16:37 
AnswerRe: Send MMS in C# Pin
Simon P Stevens16-Oct-08 22:09
Simon P Stevens16-Oct-08 22:09 
QuestionCrystal Report - treeview Pin
nelsonpaixao16-Oct-08 14:22
nelsonpaixao16-Oct-08 14:22 
QuestionHow to Clear WebBrowser control 'Cache'? Pin
Trapper-Hell16-Oct-08 12:57
Trapper-Hell16-Oct-08 12:57 
AnswerRe: How to Clear WebBrowser control 'Cache'? Pin
aj.esler17-Oct-08 3:11
aj.esler17-Oct-08 3:11 
QuestionRe: How to Clear WebBrowser control 'Cache'? Pin
dialaya13-Oct-09 4:06
dialaya13-Oct-09 4:06 
QuestionXmlReaderSettings does not resolve an xs:import with http://... location Pin
giangilpredo16-Oct-08 11:33
giangilpredo16-Oct-08 11:33 
QuestionUrgent help req.How to close an Oracle connection when network gets disconnected Pin
ravindradonkada16-Oct-08 11:10
ravindradonkada16-Oct-08 11:10 
AnswerRe: Urgent help req.How to close an Oracle connection when network gets disconnected Pin
Richard Wray18-Feb-10 14:46
Richard Wray18-Feb-10 14:46 
Question.NET Windows Service Installer Pin
TigerNinja_16-Oct-08 10:46
TigerNinja_16-Oct-08 10:46 
AnswerRe: .NET Windows Service Installer Pin
Dave Kreskowiak16-Oct-08 10:56
mveDave Kreskowiak16-Oct-08 10: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.