Search results for query: *

  1. M

    close form

    hi for all how to close the form in vb.net and removed from memory by me.close() me.dispose(true)
  2. M

    change the Screen Resolution?

    [02/03] Problem to access to registry hi to all I want from my software to access to the registry in win xp to change the resolution directly to 800*600 at the load event in the main form first I create a class for registry: Imports System Imports Microsoft.Win32 Public Class RegistryAccess...
Back
Top