Click here to Skip to main content
16,004,991 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: problem with running a .net 2.0 application on vista Pin
prasadbuddhika21-Sep-09 18:01
prasadbuddhika21-Sep-09 18:01 
GeneralRe: problem with running a .net 2.0 application on vista Pin
Luc Pattyn22-Sep-09 2:16
sitebuilderLuc Pattyn22-Sep-09 2:16 
QuestionWrite FLV video with bitmap images programmatically Pin
Raj Jayaswal20-Sep-09 19:07
Raj Jayaswal20-Sep-09 19:07 
AnswerRe: Write FLV video with bitmap images programmatically Pin
Simon P Stevens21-Sep-09 0:40
Simon P Stevens21-Sep-09 0:40 
GeneralRe: Write FLV video with bitmap images programmatically Pin
Raj Jayaswal22-Sep-09 5:17
Raj Jayaswal22-Sep-09 5:17 
QuestionHow to make a uninstaller for a .net windows application Pin
Raj Jayaswal20-Sep-09 19:02
Raj Jayaswal20-Sep-09 19:02 
QuestionAutoScroll Form and height ... Pin
devboycpp19-Sep-09 9:00
devboycpp19-Sep-09 9:00 
AnswerRe: AutoScroll Form and height ... Pin
Dave Kreskowiak19-Sep-09 10:59
mveDave Kreskowiak19-Sep-09 10:59 
You can't directly get around it. The size of the form is going to be limited to the bounds of the screen on your dev machine.

But, there is nothing stopping you from putting a Panel control, or some other container control on the form, and making it larger than the form it's sitting on, then dropping your controls in the Panel.

Personally, if you're making a form this big, I think it's bad idea.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: AutoScroll Form and height ... Pin
devboycpp19-Sep-09 21:34
devboycpp19-Sep-09 21:34 
GeneralRe: AutoScroll Form and height ... Pin
Dave Kreskowiak20-Sep-09 2:05
mveDave Kreskowiak20-Sep-09 2:05 
QuestionExceptions while loading project in VB.Net?? Pin
GuillermoOso18-Sep-09 11:57
GuillermoOso18-Sep-09 11:57 
AnswerRe: Exceptions while loading project in VB.Net?? Pin
Luc Pattyn18-Sep-09 12:50
sitebuilderLuc Pattyn18-Sep-09 12:50 
GeneralRe: Exceptions while loading project in VB.Net?? Pin
GuillermoOso18-Sep-09 12:57
GuillermoOso18-Sep-09 12:57 
GeneralRe: Exceptions while loading project in VB.Net?? Pin
Luc Pattyn18-Sep-09 13:03
sitebuilderLuc Pattyn18-Sep-09 13:03 
GeneralRe: Exceptions while loading project in VB.Net?? Pin
GuillermoOso18-Sep-09 17:12
GuillermoOso18-Sep-09 17:12 
Questionadding Launch conditions Pin
Raj Jayaswal18-Sep-09 8:07
Raj Jayaswal18-Sep-09 8:07 
AnswerRe: adding Launch conditions Pin
Eddy Vluggen18-Sep-09 10:04
professionalEddy Vluggen18-Sep-09 10:04 
GeneralRe: adding Launch conditions [modified] Pin
Raj Jayaswal18-Sep-09 18:55
Raj Jayaswal18-Sep-09 18:55 
GeneralRe: adding Launch conditions Pin
Eddy Vluggen19-Sep-09 1:06
professionalEddy Vluggen19-Sep-09 1:06 
GeneralRe: adding Launch conditions Pin
Raj Jayaswal19-Sep-09 1:26
Raj Jayaswal19-Sep-09 1:26 
GeneralRe: adding Launch conditions Pin
Eddy Vluggen19-Sep-09 1:38
professionalEddy Vluggen19-Sep-09 1:38 
GeneralRe: adding Launch conditions Pin
Raj Jayaswal19-Sep-09 1:50
Raj Jayaswal19-Sep-09 1:50 
GeneralRe: adding Launch conditions Pin
Eddy Vluggen19-Sep-09 2:07
professionalEddy Vluggen19-Sep-09 2:07 
GeneralRe: adding Launch conditions Pin
Raj Jayaswal19-Sep-09 3:12
Raj Jayaswal19-Sep-09 3:12 
GeneralRe: adding Launch conditions Pin
Eddy Vluggen19-Sep-09 3:19
professionalEddy Vluggen19-Sep-09 3:19 

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.