Howdy,
I'm trying to display a child form with six text boxes. I'm trying to load
an array of strings broken into six fields with one field going into each
text box.
If you know how to do this please help me.
I'll insert my code from the commonCode and the MdiChild form.
If you can help me, I'll be forever grateful.
I can handle the declared array type of program that you sent me an example of. Check the code I posted in my first post. I am reading from an array of strings. It's a bit dif than a simple declared array.
I am mainly having trouble with the OpenFileDialog. When I click to Open a file in my menu, OFD box comes up and I click on a text file to open, the OFD opens another instance of OFD that goes up one level to the folder that the text file is in. It then displays all the files in the folder. I am using a filter to select .txt files. The filter only works in the first OFD. After I select the text file again and click Open I finally get the Child Form.
I think the main prob is I am having to declare an OFD instance in the Module and I an clicking and dragging an OFD from the Toolbox on the mdiChild from. This one is really racking my head.
I get the Child to display but only after clicking through the two OFD boxes.