Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I turn on a computer when it is truned off ? Pin
Mike Winiberg24-Aug-10 3:01
professionalMike Winiberg24-Aug-10 3:01 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
LockH24-Aug-10 2:58
LockH24-Aug-10 2:58 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
Savvas Kleanthous24-Aug-10 3:16
Savvas Kleanthous24-Aug-10 3:16 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
lognormal24-Aug-10 3:37
lognormal24-Aug-10 3:37 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
hlegend24-Aug-10 4:02
hlegend24-Aug-10 4:02 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
SomeGuyThatIsMe24-Aug-10 4:33
SomeGuyThatIsMe24-Aug-10 4:33 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
LloydA11124-Aug-10 4:47
LloydA11124-Aug-10 4:47 
GeneralRe: How can I turn on a computer when it is truned off ? Pin
Earl Truss24-Aug-10 5:33
Earl Truss24-Aug-10 5:33 
GeneralRe: How can I turn on a computer when it is truned off ? Pin
bjarneds24-Aug-10 8:35
bjarneds24-Aug-10 8:35 
GeneralRe: How can I turn on a computer when it is truned off ? Pin
Earl Truss24-Aug-10 8:38
Earl Truss24-Aug-10 8:38 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
djdanlib24-Aug-10 4:49
djdanlib24-Aug-10 4:49 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
Alan Burkhart24-Aug-10 4:57
Alan Burkhart24-Aug-10 4:57 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
edavis_7424-Aug-10 6:12
edavis_7424-Aug-10 6:12 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
hahanottelling24-Aug-10 8:48
hahanottelling24-Aug-10 8:48 
AnswerRe: How can I turn on a computer when it is truned off ? PinPopular
Mark AJA24-Aug-10 9:32
Mark AJA24-Aug-10 9:32 
GeneralReason for my vote of whatever Pin
Smithers-Jones24-Aug-10 10:39
Smithers-Jones24-Aug-10 10:39 
GeneralRe: Reason for my vote of whatever Pin
Dan Neely24-Aug-10 10:42
Dan Neely24-Aug-10 10:42 
GeneralRe: How can I turn on a computer when it is truned off ? Pin
Pete O'Hanlon24-Aug-10 10:42
mvePete O'Hanlon24-Aug-10 10:42 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
dpminusa24-Aug-10 14:37
dpminusa24-Aug-10 14:37 
AnswerRe: How can I turn on a computer when it is truned off ? Pin
Garavan24-Aug-10 15:19
Garavan24-Aug-10 15:19 
QuestionDisappearing Controls on Windows Form App Pin
eddieangel23-Aug-10 7:37
eddieangel23-Aug-10 7:37 
AnswerRe: Disappearing Controls on Windows Form App Pin
OriginalGriff23-Aug-10 8:24
mveOriginalGriff23-Aug-10 8:24 
GeneralRe: Disappearing Controls on Windows Form App Pin
Luc Pattyn23-Aug-10 8:30
sitebuilderLuc Pattyn23-Aug-10 8:30 
AnswerRe: Disappearing Controls on Windows Form App Pin
Luc Pattyn23-Aug-10 8:26
sitebuilderLuc Pattyn23-Aug-10 8:26 
GeneralRe: Disappearing Controls on Windows Form App Pin
eddieangel23-Aug-10 9:02
eddieangel23-Aug-10 9:02 
It is not a completely unfounded accusation of Windows Vista. I used Vista for quite some time and have no complaints about it, but it appears to be the only common thread under which this occurs. Machines using Windows 7 or Windows XP have not experienced this issue.

In regards to the form itself, it is a fairly standard Windows Form. It has several data bound text boxes, combo boxes and a picture box that is filled on the fly.

When the form opens it does the following things:

1. Populates appropriate data tables from dataset.
2. Populates combo boxes and textboxes from relative data elements.
3. Populates the picture box control from data fields (Using data from the database to reference a picture location, not an actual data image)

This same situation occurs when the binding navigator is changed. The issue is that no controls at all appear, so it seems like the issue is occurring before the controls are ever rendered. The form is coming up ok, that is to say it appears as well as it's title, control box, etc... But the controls themselves refuse to show up until I change the resolution on the computer.

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.