Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
AnswerRe: in C# databinding with windows control Pin
PIEBALDconsult22-Sep-10 3:12
mvePIEBALDconsult22-Sep-10 3:12 
QuestionEmergency...everything gone Pin
stephen.darling21-Sep-10 17:28
stephen.darling21-Sep-10 17:28 
AnswerRe: Emergency...everything gone Pin
Luc Pattyn21-Sep-10 17:47
sitebuilderLuc Pattyn21-Sep-10 17:47 
GeneralRe: Emergency...everything gone Pin
stephen.darling21-Sep-10 17:54
stephen.darling21-Sep-10 17:54 
AnswerRe: Emergency...everything gone Pin
Luc Pattyn21-Sep-10 18:04
sitebuilderLuc Pattyn21-Sep-10 18:04 
GeneralRe: Emergency...everything gone Pin
stephen.darling21-Sep-10 18:10
stephen.darling21-Sep-10 18:10 
GeneralRe: Emergency...everything gone Pin
V.21-Sep-10 20:12
professionalV.21-Sep-10 20:12 
AnswerRe: Emergency...everything gone Pin
V.21-Sep-10 20:11
professionalV.21-Sep-10 20:11 
Since it compiles and I guess you use your controls in code, the controls should still be there. After all, if your textbox1 is gone in the designer, the code will not recognise the variable in code and will consequently not compile.

I think Luc is right and probably you moved your controls of the dialog (check by making it larger) or you have the size on 1 pixel or something.

You can do several things I think.
- Open the [myform].designer.cs file and check if the variable of your control is defined, I think all the properties are set right after the declaration so make sure to check for errors there. Changing the designer.cs is not an option, your designer will overwrite this file.
- Try setting some properties of your control to valid values (location and size). I don't think Visible is a problem here, because you should still see the control in the designer, it only becomes not visible at runtime.
- I'm not sure if it is possible, but since menu is the only control there, the controls might have ended up behind it, or like Luc suggested you have a panel or something similar on top of all controls. Do you create/add/change controls in code?

Good luck.
V.

GeneralRe: Emergency...everything gone Pin
stephen.darling21-Sep-10 20:15
stephen.darling21-Sep-10 20:15 
GeneralRe: Emergency...everything gone Pin
Dave Kreskowiak22-Sep-10 2:01
mveDave Kreskowiak22-Sep-10 2:01 
AnswerRe: Emergency...everything gone Pin
DaveyM6921-Sep-10 21:35
professionalDaveyM6921-Sep-10 21:35 
AnswerRe: Emergency...everything gone Pin
#realJSOP22-Sep-10 2:36
mve#realJSOP22-Sep-10 2:36 
AnswerRe: Emergency...everything gone Pin
molesworth22-Sep-10 2:42
molesworth22-Sep-10 2:42 
AnswerRe: Emergency...everything gone Pin
Alan Balkany22-Sep-10 6:17
Alan Balkany22-Sep-10 6:17 
QuestionMultiple OnDraw() scenarios Pin
stephen.darling21-Sep-10 16:08
stephen.darling21-Sep-10 16:08 
AnswerRe: Multiple OnDraw() scenarios Pin
Not Active21-Sep-10 16:40
mentorNot Active21-Sep-10 16:40 
AnswerRe: Multiple OnDraw() scenarios Pin
Saksida Bojan21-Sep-10 22:55
Saksida Bojan21-Sep-10 22:55 
Questionshould I place sounds in seperate objects? Pin
stephen.darling21-Sep-10 14:54
stephen.darling21-Sep-10 14:54 
AnswerRe: should I place sounds in seperate objects? Pin
Luc Pattyn21-Sep-10 15:34
sitebuilderLuc Pattyn21-Sep-10 15:34 
GeneralRe: should I place sounds in seperate objects? Pin
stephen.darling21-Sep-10 15:38
stephen.darling21-Sep-10 15:38 
QuestionNested Set Pin
aspbeast21-Sep-10 11:25
aspbeast21-Sep-10 11:25 
AnswerRe: Nested Set Pin
Chris Trelawny-Ross21-Sep-10 13:17
Chris Trelawny-Ross21-Sep-10 13:17 
GeneralRe: Nested Set Pin
aspbeast21-Sep-10 20:02
aspbeast21-Sep-10 20:02 
GeneralRe: Nested Set Pin
Chris Trelawny-Ross22-Sep-10 4:12
Chris Trelawny-Ross22-Sep-10 4:12 
QuestionServer Client Communication Problem Pin
teknolog12321-Sep-10 10:17
teknolog12321-Sep-10 10:17 

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.