Results 1 to 3 of 3

Thread: NewBie Questions

  1. #1

    Thread Starter
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011

    NewBie Questions

    Just started programming in VB.Net so forgive me for my ignorance and stupid questions
    1. How can we change the BorderStyle of a Window Form?
    2. How can we the resolution of the Screen? In VB6 we used Screen Object but in .Net this object doesn't seem to be used for that purpose..
    3. I ran the project, the form showed(with no titlebar), i stopped the project, the form was still there. I closed the IDE but it was still there. Then i used taskmanager, there was a task name MyProjectName.Exe. When i ended that task the form disappared.. Why is it so?

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    hi

    1. FormBorderStyle
    2. System.screen.....
    3. No Idea.

  3. #3
    Junior Member El-Phantasmo's Avatar
    Join Date
    Sep 2002
    Posts
    30
    3. Dont' forget that when you run a compiled application that you are running on a built .exe not just interpreted like VB6 was. Therefore when you closed the VB.NET application your application was still running as it is not dependant on VB.NET running.

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