Results 1 to 2 of 2

Thread: text mode screen? full screen?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2001
    Posts
    54

    Question text mode screen? full screen?

    Hi all,

    How can I create a text mode window (25*80) in VB ?

    How can I create a window that can occupy total screen like what we often see during setup process of an application?


    Your answer would be greatly appreciated.

    Sincerely,
    eJudy



    Report this post to a moderator

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I am not sure if you can change the window's dimensions as you want(maybe with some API calls).
    If you want to maximize the form, set the form's property "WindowState" or "State" to vbmaximized.
    If you want to show the form in fullscreen mode, set the form's property "WindowState" or "State" to vbmaximized, and set the borderstyle to NONE.
    Baaaaaaaaah

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width