Search results for query: *

  1. L

    datagrid/dataset question

    hi. i hope you could help me with my problem. i need to import to a dataset the contents of an unbound datagrid. how do you think i could do that? please help! thanks.
  2. L

    running an exe file from within a program

    hi. i have the following code in running the program. Dim program As New Process() program.StartInfo.FileName = "ProgName.exe" program.StartInfo.Arguments = " " program.Start() the Progname.exe is a program is a vb.net program too. when i run it, it shows a dialog box with the...
Back
Top