User Profile
Collapse
-
Changing Computer Name with WMI
I'm trying to build code that allows the computer name to be changed, then asks the user to reboot to make the change affective. I got the code working when logged in as the local computer administrator or a domain administrator, but a regular domain user (with administrator privileges on the local machine) can't run the code successfully. They get error 1219, which I believe means "Multiple connections to a server or shared resource by the... -
I found out how to achieve this. I set a code module to be the startup object rather than the form that I was trying to display on the second monitor. I set the bounds of the form from within the startup module. -
Displaying Form on Second Monitor
I'm trying to write an application in VB.NET that displays a single form on a second monitor only. So far, I've discovered that I can only have forms that are created during runtime (programaticall y) display on the second monitor. The form that I create and design within the development environment will only display on the primary monitor. I understand that I need to set the bounds of the form to the bounds of the secondary display, but the form...
No activity results to display
Show More
Leave a comment: