Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sentmemail

@sentmemail
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • displaying results
    S sentmemail

    Hi, In VB.net, how can i know the results of Obj.GetText without running the code and using messagebox to display it? thanks

    Visual Basic question csharp

  • create a registry key
    S sentmemail

    whats the advantages and disadvantages between C# and VB.net?

    Visual Basic csharp windows-admin question

  • ping a PC using VB.net
    S sentmemail

    i am using VS 2003. Where can i get to know what are the classes available for use?

    Visual Basic question csharp linux

  • create a registry key
    S sentmemail

    the links are for C#. I am looking for VB.net

    Visual Basic csharp windows-admin question

  • create a registry key
    S sentmemail

    Hi, does anyone have the code to create a registry key on a remote PC using WMI in VB.net ? thanks

    Visual Basic csharp windows-admin question

  • ping a PC using VB.net
    S sentmemail

    Hi, how can i get this vbscript code into VB.net? thanks Set objShell = CreateObject("WScript.Shell") strPingResults = LCase(objExec.StdOut.ReadAll) If InStr(strPingResults, "reply from") Then Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2")

    Visual Basic question csharp linux

  • 'Generate Managed Class'
    S sentmemail

    This is how i got there: Install the WMI Extensions Open Visual Studio New Project Go to Server Explorer / Management Classes Right Click -> Add Class Drill down to root\CIMV2 : Printers Click Add and OK Right click on the new node -> Generate Managed Class -- modified at 21:39 Friday 27th January, 2006

    Visual Basic question csharp

  • 'Generate Managed Class'
    S sentmemail

    hi, in .Net i have used 'Generate Managed Class' to generate win32_printer.vb how can i use this class to get all all the printer names on my computer? thanks

    Visual Basic question csharp

  • convert WMI script
    S sentmemail

    Wao! seems like i need to rewrite my vbscripts !! is there anyway to import them into VB?

    Visual Basic question csharp tools

  • convert WMI script
    S sentmemail

    Hi, how can i convert the below vbscript into .net ? thanks Computer = InputBox("Enter the computer name","Terminate Process", "localhost") PName = InputBox("Enter the name of the process","Terminate Process") Set Processes = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & Computer & "\root\cimv2").ExecQuery("select * from Win32_Process where Name = '" & PName & "'") For each Process in Processes Process.Terminate Next

    Visual Basic question csharp tools
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups