Search results for query: *

  1. A

    Question Make a button which will create a row of text boxes

    I tried the code pasted below but it does not seem to work in vb.net. However, this creates only one text box and not where I exactly want it to be. My objective here is to create 5 text boxes under the respective labels. There will then be a button which will take in all the text inputs...
  2. A

    Question Process.Start()

    I dont actually use the dash in cmd. I have taken it out from here but the results the same. I have been looking stuff online for ProcessStartInfo but have not figured out how to change the working directory. can you please show me an example?
  3. A

    Question Process.Start()

    Thanks a lot for your reply, but I am not too sure how to go ahead about doing that. I am a complete beginner to coding. This is what I am currently doing, Dim a As New ProcessStartInfo a.FileName = "C:\Users\Asim Rahman\Desktop\Project Input Files\DirectStiffness.exe"...
  4. A

    Question Process.Start()

    Hey everyone! I need urgent help with this issue I am having with the process.start command. So, I have a .exe file that takes in a text file as an argument and generates another text file as an output. Now, when I am trying to access my .exe file with process.start with the text file using...
Back
Top