Greetings, I'm having an issue, I want to set my form to display at the very top right hand side corner of a screen, I've achieved this in vb.net using this code
Location = New Point(Screen.PrimaryScreen.WorkingArea.Width - Width, 0)
Does anyone know how I can do this in VC++?