Search:

Type: Posts; User: rbeazie

Search: Search took 0.01 seconds.

  1. VS 2013 Re: getting remote registry key - null reference HELP

    ive also tried looping through the top level HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\


    Dim SubKeyNames() As String = MyReg2.GetSubKeyNames() For Each s As String In...
  2. VS 2013 getting remote registry key - null reference HELP

    im trying to open a key so i can delete its subkeys


    Dim asu As New System.Security.Principal.NTAccount(username.Text)
    Dim si As...
  3. VB.net sending/recieving AT commands from SIM Card

    ok, so i have been using Vb for a while but brand new to communicating with devices.

    I have a HP Elitebook 820 which has a SIM card slot, what i'd like to do is read and display the SIM card info...
  4. (SHDocVw.InternetExplorer) Errors refreshing webpage

    Hi guys,

    i'm having issues with a little bit of code which at first i thought would be quite simple.

    the code just creates an instance or IE and navigates to one of our wall board webpages at...
  5. VS 2010 Re: Can someone help me translate this VBS code to VB

    brilliant thank you very much appreciate this
  6. VS 2010 Re: Can someone help me translate this VBS code to VB

    ok i have found this

    Dim id As System.Security.Principal.WindowsIdentity = Security.Principal.WindowsIdentity.GetCurrent()
    MessageBox.Show(id.User.AccountDomainSid.ToString())

    this...
  7. VS 2010 Re: Can someone help me translate this VBS code to VB

    oh okay :) im sorry i understand now - this code is retrieving the given Domian username's SID and displaying it (it does have other stings set in it as i was going to continue with other tasks -...
  8. VS 2010 Re: Can someone help me translate this VBS code to VB

    i did dint i? sorry if it wasn't too clear id like to translate the code so i can extend on it in VB and continue learning.
  9. VS 2010 [RESOLVED] Can someone help me translate this VBS code to VB

    Hello Guys,

    New here but have visited anonymously quite often , could anyone here please help me i have a simple VBS script that id know like to translate and use in vb 2010, the VBS script works...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width