Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
GeneralRe: Module oriented Windows Application... Pin
Kasic Slobodan7-Oct-06 9:40
Kasic Slobodan7-Oct-06 9:40 
GeneralRe: Module oriented Windows Application... Pin
S. Senthil Kumar8-Oct-06 2:46
S. Senthil Kumar8-Oct-06 2:46 
GeneralRe: Module oriented Windows Application... Pin
Kasic Slobodan8-Oct-06 6:50
Kasic Slobodan8-Oct-06 6:50 
QuestionCoding for the Vista GUI Pin
rvp717y6-Oct-06 12:52
rvp717y6-Oct-06 12:52 
AnswerRe: Coding for the Vista GUI Pin
Daniel Grunwald7-Oct-06 0:31
Daniel Grunwald7-Oct-06 0:31 
GeneralRe: Coding for the Vista GUI Pin
rvp717y7-Oct-06 14:47
rvp717y7-Oct-06 14:47 
QuestionControl Format TextArea Pin
101021066-Oct-06 11:53
101021066-Oct-06 11:53 
QuestionForm Size keeps shrinking! Pin
Rabbit176-Oct-06 11:52
Rabbit176-Oct-06 11:52 
I am loading a form from an XML. I store the location and size info as follows:
<window number="1" x="110" y="145" width="700" height="722">

But each time I load the form, it's height is exactly 20 pixels smaller than what is in the file.

Not to mention the form I launch from shows a 20 point shrinkage as well even though visually it does not chage size.

The code I use to launch the window is:
Window win = new Window(this, name, nextCollWinXMLNode);
win.Show();

Has ayone experienced this behavior before?

Thanks,
RABB17

RABB17

"Nothing fancy needed, please just solve all our problems as quickly as possible."

AnswerRe: Form Size keeps shrinking! Pin
Amar Chaudhary6-Oct-06 22:04
Amar Chaudhary6-Oct-06 22:04 
GeneralRe: Form Size keeps shrinking! Pin
Rabbit179-Oct-06 9:20
Rabbit179-Oct-06 9:20 
GeneralRe: Form Size keeps shrinking! Pin
Amar Chaudhary9-Oct-06 12:28
Amar Chaudhary9-Oct-06 12:28 
GeneralRe: Form Size keeps shrinking! Pin
Rabbit179-Oct-06 9:20
Rabbit179-Oct-06 9:20 
GeneralRe: Form Size keeps shrinking! Pin
Rabbit179-Oct-06 10:59
Rabbit179-Oct-06 10:59 
QuestionWhy is the binary number flipped when reading from a byte array? Pin
mmatteson6-Oct-06 10:31
mmatteson6-Oct-06 10:31 
AnswerRe: Why is the binary number flipped when reading from a byte array? Pin
Insincere Dave6-Oct-06 12:51
Insincere Dave6-Oct-06 12:51 
QuestionComputer Generated Random Numbers Pin
shabonaa6-Oct-06 10:27
shabonaa6-Oct-06 10:27 
AnswerRe: Computer Generated Random Numbers Pin
led mike6-Oct-06 11:55
led mike6-Oct-06 11:55 
AnswerRe: Computer Generated Random Numbers Pin
Guffa6-Oct-06 12:41
Guffa6-Oct-06 12:41 
QuestionRe: Computer Generated Random Numbers Pin
shabonaa6-Oct-06 13:20
shabonaa6-Oct-06 13:20 
AnswerRe: Computer Generated Random Numbers Pin
Guffa6-Oct-06 13:27
Guffa6-Oct-06 13:27 
GeneralRe: Computer Generated Random Numbers Pin
shabonaa6-Oct-06 13:46
shabonaa6-Oct-06 13:46 
AnswerRe: Computer Generated Random Numbers Pin
Guffa6-Oct-06 15:26
Guffa6-Oct-06 15:26 
GeneralRe: Computer Generated Random Numbers Pin
shabonaa6-Oct-06 15:52
shabonaa6-Oct-06 15:52 
AnswerRe: Computer Generated Random Numbers Pin
Amar Chaudhary6-Oct-06 19:56
Amar Chaudhary6-Oct-06 19:56 
QuestionValueMember in combobox Pin
microuser_20006-Oct-06 10:23
microuser_20006-Oct-06 10:23 

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.