Anyone knows how to change the Forms and controls of the project as the Screen resolution of the computer changes? please teach me or give me a tutorial. thank you

The "Screen" object will give you the size of the screen

Debug.Print Screen.Height, Screen.Width

Sorry that was VB6, try

Debug.Print(Screen.PrimaryScreen.Bounds.Height)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.