Search results for query: *

  • Users: Miro
  • Order by date
  1. M

    Shortcut "Start In"

    Thank you John H. I think that is what I will do. I was under the impression that every property of a processes actually comes from windows, not vb.net Thanks again for the timely responses as well. Miro
  2. M

    Shortcut "Start In"

    Working Directory So I have tried this then: I wrote a program, to call itself and set up the working directory. By calling itself i look at the process and it is still blank. I think I am setting it correctly here. Funny that the call wouldnt recognize it? I would have expected it to, since...
  3. M

    Shortcut "Start In"

    Start Info is empty Here is a simple example i created and Its empty for me. I let vb compile it, and then made a shortcut to the exe with a "Start In" of C:\Temp and the txtOther is empty. Is my code correct ? I did this in the Form.Load myProcesses =...
  4. M

    Shortcut "Start In"

    Sorry I am unsure if i should be posting this in "General Discussion". I am a bit new to vb.net ( 2003 ) but still, i am stuck. Example: A user uses the same EXE file ( of another app ) to open up multiple versions of an exe. In each shortcut the "Start In" portion of the shortcut is different...
  5. M

    Basic VB.net DB questions.

    Thank you, Yes I have realized I am just going to write a program that will do everything I want to learn and start "Breathing Under Water" and hopefully float one day. Thank you again. I was just getting overloaded with SQL stuff and regular database stuff. Was just wondering how people...
  6. M

    Basic VB.net DB questions.

    Hi, I am trying to teach myself VB.net ( 2003 ) and the wolrd has changed in a hurry. It is nothing similar to what i am use to using databases. I do know about keys / index's ( basic now. I havnt done anything like this in years. ) I have a couple questions - probably basic and if somenoe...
Back
Top