Search results for query: *

  • Users: dwains
  • Content: Threads
  • Order by date
  1. D

    WMI Printer Status never changing

    I am trying to use WMI to get the printers status using the following code. I have researched WMI for the answer but cant find a solution the ultimate goal here is to find out if the printer is online and ready to print. I also have tried the printDocument.PrinterSettings.IsValid but it always...
  2. D

    Write To Registry appears succesful But it relly isnt written

    I am trying to write to the windows 8 registry using the following code it appears to have written but looking at reg edit it hasn't changed and it doesn't do what it is intended to. In windows 8 if you change the Shell Key from explorer to select,explorer the windows is supposed to boot into...
  3. D

    Answered Minimize WCF Console On Start Up

    The following code does minimize as expected while in Visual Studio how ever after compiling and running the complied code from desktop it does not. Any thoughts of why Imports System.ComponentModel Imports System.Net Imports System.Runtime.InteropServices Imports System.ServiceModel Imports...
  4. D

    WCF Application Starting Server

    Hi all I have downloaded this code from here http://www.vbdotnetforums.com/windows-communication-foundation-wcf/63703-wcf-service-library-self-hosted-console-server-test-client.html#post178828 I am using it pass a screen shot from an external screen got it all set works great. However I compile...
Back
Top