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

Search:

Type: Posts; User: Sentinelace

Search: Search took 0.03 seconds.

  1. Restart a Computer service on remote pc?

    I need to create a gui that should be pretty simple. One start button to stop a service on a remote pc. (meaning I'll need to hard code the domain account into the code for rights), then I just...
  2. Replies
    2
    Views
    1,377

    Re: map network drives and execute program?

    awesome. I'll test that. What about disconnecting and remapping drives?
  3. Replies
    2
    Views
    1,377

    map network drives and execute program?

    I'm trying to write a small piece of code that disconnects two mapped drives and then remaps them. Then I want it to execute a program. I have it executing the program if it's notepad for example...
  4. Re: Creiate a Timer / Stopwatch that records to SQL ?

    yes I know how to zip. I can do that from here on out. I"ll check out your example.
  5. Re: Creiate a Timer / Stopwatch that records to SQL ?

    How do I do that LOL? sorry I am new. I am just pasting the code on my screen in.

    ON the other note: I am having issues separating the buttons ;)
  6. Re: Creiate a Timer / Stopwatch that records to SQL ?

    will do. Trying not to get my hand held the whole way through this.
  7. Re: Creiate a Timer / Stopwatch that records to SQL ?

    well I'm still learning. I have an all in one button. Now they want a start button, stop button, and a reset button. Once I get that I need to start recording that data into SQL
  8. Re: Creiate a Timer / Stopwatch that records to SQL ?

    how can I change my button to "not" reset every time it is stopped. Meaning, I want to hit stop so the time is still there. Then create a second button to reset
  9. Re: Creiate a Timer / Stopwatch that records to SQL ?

    Here is my code so far. All I think I need is two fileds. The database is Microsoft SQL 2008 R2. I want two fields one with username and other with the end result of the timer. Timer is working,...
  10. Re: Creiate a Timer / Stopwatch that records to SQL ?

    bump? no pointers?
  11. Creiate a Timer / Stopwatch that records to SQL ?

    Can anyone point me in the direction of C# code that would have a start/stop button that would record start to finish and then store that into a SQL table. It sounds pretty basic, but I am super new...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured