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

C#

 
GeneralRe: WinFrom help.... Pin
Lev Danielyan11-Dec-08 23:57
Lev Danielyan11-Dec-08 23:57 
GeneralRe: WinFrom help.... Pin
Tom Deketelaere11-Dec-08 23:53
professionalTom Deketelaere11-Dec-08 23:53 
GeneralRe: WinFrom help.... Pin
Lev Danielyan11-Dec-08 23:54
Lev Danielyan11-Dec-08 23:54 
GeneralRe: WinFrom help.... Pin
hotthoughtguy12-Dec-08 2:40
hotthoughtguy12-Dec-08 2:40 
GeneralRe: WinFrom help.... Pin
Lev Danielyan12-Dec-08 2:58
Lev Danielyan12-Dec-08 2:58 
GeneralRe: WinFrom help.... Pin
#realJSOP12-Dec-08 0:01
professional#realJSOP12-Dec-08 0:01 
GeneralRe: WinFrom help.... Pin
hotthoughtguy12-Dec-08 2:53
hotthoughtguy12-Dec-08 2:53 
AnswerRe: WinFrom help.... Pin
DaveyM6912-Dec-08 4:56
professionalDaveyM6912-Dec-08 4:56 
If you edit the xxx.Designer.cs file and the code isn't correct the designer can't display the form until the code is corrected.

Everytime you change something in the designer, this file gets rewritten so it's possible (but not certain) that your changes will get overwritten/erased. That's why it's called 'Desigener'.cs

If you need to make any changes of your own that can't be done in the designer, put them in the xxx.cs file or create a xxx.MyStuff.cs file and create another partial class (of the same name) in there, and call any methods from the xxx.cs before/after the InitializeComponent call as appropriate.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

QuestionHow to convert ArrayList into String Array ? Pin
Ravi Munde11-Dec-08 23:40
Ravi Munde11-Dec-08 23:40 
AnswerRe: How to convert ArrayList into String Array ? Pin
Christian Graus11-Dec-08 23:46
protectorChristian Graus11-Dec-08 23:46 
GeneralRe: How to convert ArrayList into String Array ? Pin
Luc Pattyn11-Dec-08 23:47
sitebuilderLuc Pattyn11-Dec-08 23:47 
AnswerRe: How to convert ArrayList into String Array ? Pin
Lev Danielyan11-Dec-08 23:48
Lev Danielyan11-Dec-08 23:48 
QuestionByte Array Declaration Pin
krinaljariwala11-Dec-08 23:18
krinaljariwala11-Dec-08 23:18 
AnswerRe: Byte Array Declaration Pin
SeMartens11-Dec-08 23:27
SeMartens11-Dec-08 23:27 
GeneralRe: Byte Array Declaration Pin
krinaljariwala11-Dec-08 23:34
krinaljariwala11-Dec-08 23:34 
GeneralRe: Byte Array Declaration Pin
krinaljariwala11-Dec-08 23:37
krinaljariwala11-Dec-08 23:37 
GeneralRe: Byte Array Declaration Pin
SeMartens11-Dec-08 23:40
SeMartens11-Dec-08 23:40 
GeneralRe: Byte Array Declaration Pin
SeMartens11-Dec-08 23:39
SeMartens11-Dec-08 23:39 
AnswerRe: Byte Array Declaration Pin
Christian Graus11-Dec-08 23:40
protectorChristian Graus11-Dec-08 23:40 
QuestionRe: Byte Array Declaration Pin
Mark Salsbery12-Dec-08 7:21
Mark Salsbery12-Dec-08 7:21 
QuestionOverride virtual or abstracts with derived return types Pin
jofli11-Dec-08 21:59
jofli11-Dec-08 21:59 
AnswerRe: Override virtual or abstracts with derived return types Pin
Rahul.RK11-Dec-08 22:12
Rahul.RK11-Dec-08 22:12 
GeneralRe: Override virtual or abstracts with derived return types Pin
jofli11-Dec-08 22:33
jofli11-Dec-08 22:33 
AnswerRe: Override virtual or abstracts with derived return types Pin
J4amieC11-Dec-08 22:19
J4amieC11-Dec-08 22:19 
GeneralRe: Override virtual or abstracts with derived return types Pin
jofli11-Dec-08 22:27
jofli11-Dec-08 22:27 

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.