Search results for query: *

  1. I

    Object Process

    OMG I GOT IT!! :D Ok, basically I wanted to have my program just call this other program (in this case notepad) and note pad didn't effect the running of my main program, meaning I could still play around with it, while notepad was open. Also, I wanted my main program to be notified when...
  2. I

    Object Process

    I've been looking around the net for some Process code, and I cant find anything that does what I want. I want to basically call a program (like Shell, or make a process), but I want to be able to (1)run the Calling program while the Called program executes. Then when the called program is...
  3. I

    DataGrid Madness!!!!!!!

    I've been doing something like this for a few months.. When I want a string from a certain row-column in a datagrid, I use this.. 'this item is going to hold the string value for the cell or "item" you want Dim Thisitem As String ' DataGrid1.Item(X,Y) this selects an item from...
Back
Top