|
-
Jun 9th, 2003, 02:53 PM
#1
Thread Starter
Hyperactive Member
Early problems with VB.NET
I am new to VB.NET and today tried it for the first time. What frustrates me already, is that I can't maximize a form during design time and that the horisontal scrollbar does not work with the RichTextbox (not even the Forced Horizontal Scrollbar). Can somebody help me out here so that I can have a positive start with VB.NET?
-
Jun 9th, 2003, 03:03 PM
#2
Setting WindowState to Maximise works fine
forcedHorizontal on RTB also works fine if you set WordWrap to false
-
Jun 10th, 2003, 12:19 PM
#3
Thread Starter
Hyperactive Member
Thanks.
Another question: If I increase the zoomfactor at runtime. only the font size gets bigger; it's not zooming in like in a word processor(?)
-
Jun 11th, 2003, 12:53 PM
#4
Thread Starter
Hyperactive Member
According to Cander, setting WindowState to Maximise works fine. But is does not work in DESIGN time. In VB 6 I can maximize the form which I'm designing, but not in VB.NET. Or am I missing something?
-
Jun 11th, 2003, 02:05 PM
#5
Sleep mode
Originally posted by dcronje
According to Cander, setting WindowState to Maximise works fine. But is does not work in DESIGN time. In VB 6 I can maximize the form which I'm designing, but not in VB.NET. Or am I missing something?
Change size property of the form in Properties Explorer to what you wish .
-
Jun 11th, 2003, 02:07 PM
#6
Sleep mode
Keep changing the value of each of width and height till you get the last possible value . I use width =1030 , Height = 730 , that's based on my screen resolution which is 1024 X 768 .
-
Jun 11th, 2003, 02:42 PM
#7
Frenzied Member
Look at this thread, it may help you move and maximize your form at design time.
http://www.vbforums.com/showthread.p...hreadid=238739
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Jun 12th, 2003, 03:42 AM
#8
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|