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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

RobertoTjMx

@RobertoTjMx
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Diretory
    R RobertoTjMx

    Thanks, I solved my problem.

    C# question windows-admin help

  • Diretory
    R RobertoTjMx

    Hello, everyone, I have and application that start when the windows(2000) start, every time that the application run read the directory and put it in the registry, i have installed the program in c:\safeupdate\directory.exe but when the application star with windows the directory is c:\documents and setting\administator\directory.exe WHY?, How can i obtain the real directory?, my code is the next: Private void Form1_Load(object sender, System.EventArgs e) { string pathNow = Directory.GetCurrentDirectory()+@"\directory.exe"; Registry.LocalMachine.OpenSubKey(@"software\microsoft\windows\currentversion\run",true).SetValue("directory",pathNow); } I need the real directory because in the registry put the wrong directory and the next time won't run the application because doesn't exist inthe c:\document and setting\directory.exe, please help me. Greetings from Tijuana Mexico

    C# question windows-admin help

  • File.Copy Error - Please Help
    R RobertoTjMx

    Maybe the parameter are incorrect you can try with the ip: File.Copy(@"\###.###.###.###\directory\file.txt",@"c:\file.txt",true); I can use the instruction like my example and work well.

    C# help question

  • user in a computer
    R RobertoTjMx

    Maybe you can use the class WindowsPrincipal of the namesspace System.Security.Principal. Where are you from? What is your native lenguage?

    C# windows-admin question

  • Reload apllication
    R RobertoTjMx

    Hi, everyone, I'm new in this forum, I'm a question about if is posible when is run a program(update.exe) recall the program(update.exe), I'm desing a Update program but How can i close my update.exe when hava a new update of my exe and continue the process? For your help thanks.

    C# question help announcement
  • Login

  • Don't have an account? Register

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