CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: danghieunhoc

Search: Search took 0.02 seconds.

  1. Re: Webservice can't call Registry GetValue function?

    Could you tell my mistake, pls?
    Link follow: 'http://www.mediafire.com/?y55igzyhc5ob7wk'

    Tks you very much!
  2. Re: Webservice can't call Registry GetValue function?

    What do i need to add to web.config file, could you tell me clearly, pls?
  3. Re: Webservice can't call Registry GetValue function?

    In this demo, I want to get my current yahoo nick by 'sUserName ' variable. 'str' variable is used for getting IIS account type. I tried many different types of Windows accounts to configure for...
  4. Webservice can't call Registry GetValue function?

    I use a webservice in order to get and return Registry value.
    For explicit more, example follow:

    RegistryKey regKey = Registry.CurrentUser.OpenSubKey("Software\\Yahoo\\Pager");
    string sUserName...
  5. Re: How to hide your program from the Task Manager

    Hi all Guru,

    Ur code helped me for my GameGuard. But pls help me to fix the code so that it can work on Vista or Win7?

    Pls!!!
  6. Re: How to catch windows title by windows service?

    Just becasue my Gameguard program find to kill hack programs of gamer. When their program don't run, they cannot hack. They will have to find other ways. And they will try to rename hack file.
  7. How to catch windows title by windows service?

    Hi all guru,

    I'm working with new project and it make me confuse. My project is a windows service, such as a Gamguard program. It find and kill processes of hack, spam programs by execute file...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured