Search:

Type: Posts; User: Jster

Search: Search took 0.01 seconds.

  1. Thread: Desktop Shortcut

    by Jster
    Replies
    1
    Views
    1,520

    Figured it out. By using the WIndows scripting...

    Figured it out. By using the WIndows scripting object host as a reference and putting "using IWshRuntimeLibrary;", this function creates the desktop shortcut.



    private void...
  2. Thread: Desktop Shortcut

    by Jster
    Replies
    1
    Views
    1,520

    Desktop Shortcut

    I'm creating an installer and I can't find a good location on how to create an desktop shortcut. Any ideas or suggestions are appreciated.

    Thanks,
    Josh
  3. Replies
    9
    Views
    2,807

    Throws a lot of errors when I use the pointer. ...

    Throws a lot of errors when I use the pointer.
    Error 1 Cannot take the address of, get the size of, or declare a pointer to a managed type ('System.Threading.Thread')
    Error 2 Pointers and fixed...
  4. Replies
    9
    Views
    2,807

    Threading VS 2005

    OK, I'm using VS 2005 and I am having a difficult Time in creating and starting a thread. Below is my code that should start a thread, but the last output on the debugger says "A first chance...
  5. Replies
    3
    Views
    1,652

    I guess i'm lacking the knowledge in creating a...

    I guess i'm lacking the knowledge in creating a new connection every time. How would I go about doing that?

    Thanks,
    Josh
  6. Replies
    3
    Views
    1,652

    DataReader issues

    I know that for every data reader you need a new connection. So I've created 4 connections in the init() function for each of the datareaders. Its still giving me the error "There is already an Open...
Results 1 to 6 of 6