Click here to Skip to main content
15,905,587 members
Home / Discussions / C#
   

C#

 
QuestionWhat technique to use to keep my application running ... ? Pin
Yanshof19-Dec-08 11:45
Yanshof19-Dec-08 11:45 
AnswerRe: What technique to use to keep my application running ... ? Pin
Joel Ivory Johnson19-Dec-08 12:04
professionalJoel Ivory Johnson19-Dec-08 12:04 
GeneralRe: What technique to use to keep my application running ... ? Pin
Yanshof19-Dec-08 12:55
Yanshof19-Dec-08 12:55 
GeneralRe: What technique to use to keep my application running ... ? Pin
Colin Angus Mackay19-Dec-08 14:40
Colin Angus Mackay19-Dec-08 14:40 
AnswerRe: What technique to use to keep my application running ... ? Pin
Luc Pattyn19-Dec-08 13:12
sitebuilderLuc Pattyn19-Dec-08 13:12 
GeneralRe: What technique to use to keep my application running ... ? Pin
PIEBALDconsult19-Dec-08 13:30
mvePIEBALDconsult19-Dec-08 13:30 
GeneralRe: What technique to use to keep my application running ... ? Pin
Luc Pattyn19-Dec-08 13:48
sitebuilderLuc Pattyn19-Dec-08 13:48 
QuestionA form's minimum height Pin
Andrew Paul19-Dec-08 9:39
Andrew Paul19-Dec-08 9:39 
I have created a form with a height of 28 with no title bar or border. Yet when the form is run the height jumps to about 32 pixels. Even adding code that changes the form's height to 28 isn't working.

I'm currently using Microsoft Visual C# 2008 express. The issue should be repeatable by making a new form. Setting the following properties:
ControlBox: false
FormBorderStyle: none
Size: 400,20

and then running. Is there a system minimum height requirement for forms that I don't know about, or am I just missing some obvious setting?
AnswerRe: A form's minimum height Pin
Dave Kreskowiak19-Dec-08 9:58
mveDave Kreskowiak19-Dec-08 9:58 
GeneralRe: A form's minimum height Pin
Andrew Paul19-Dec-08 10:27
Andrew Paul19-Dec-08 10:27 
GeneralRe: A form's minimum height Pin
Dave Kreskowiak19-Dec-08 15:48
mveDave Kreskowiak19-Dec-08 15:48 
GeneralRe: A form's minimum height Pin
Andrew Paul19-Dec-08 15:53
Andrew Paul19-Dec-08 15:53 
AnswerRe: A form's minimum height Pin
Luc Pattyn19-Dec-08 10:17
sitebuilderLuc Pattyn19-Dec-08 10:17 
GeneralRe: A form's minimum height Pin
Andrew Paul19-Dec-08 10:25
Andrew Paul19-Dec-08 10:25 
GeneralRe: A form's minimum height Pin
Luc Pattyn19-Dec-08 10:57
sitebuilderLuc Pattyn19-Dec-08 10:57 
Questionproblems with myclass Pin
mirko8619-Dec-08 8:39
mirko8619-Dec-08 8:39 
AnswerRe: problems with myclass Pin
Wes Aday19-Dec-08 8:49
professionalWes Aday19-Dec-08 8:49 
GeneralRe: problems with myclass Pin
mirko8619-Dec-08 8:51
mirko8619-Dec-08 8:51 
AnswerRe: problems with myclass Pin
Adam Maras19-Dec-08 8:51
Adam Maras19-Dec-08 8:51 
GeneralRe: problems with myclass Pin
mirko8619-Dec-08 8:58
mirko8619-Dec-08 8:58 
GeneralRe: problems with myclass Pin
#realJSOP19-Dec-08 9:38
professional#realJSOP19-Dec-08 9:38 
GeneralRe: problems with myclass [modified] Pin
mirko8619-Dec-08 11:24
mirko8619-Dec-08 11:24 
QuestionExecute code at exact time Pin
tcombs0719-Dec-08 8:02
tcombs0719-Dec-08 8:02 
AnswerRe: Execute code at exact time Pin
Giorgi Dalakishvili19-Dec-08 8:11
mentorGiorgi Dalakishvili19-Dec-08 8:11 
AnswerRe: Execute code at exact time Pin
Blue_Boy19-Dec-08 8:14
Blue_Boy19-Dec-08 8:14 

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.