User Profile

Collapse

Profile Sidebar

Collapse
BrianT
BrianT
Last Activity: Oct 4 '07, 02:05 AM
Joined: Sep 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • BrianT
    started a topic Changing Computer Name with WMI

    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...
    See more | Go to post

  • BrianT
    replied to Displaying Form on Second Monitor
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • BrianT
    started a topic Displaying Form on Second Monitor
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...