FalconDEW Posted November 22, 2003 Posted November 22, 2003 I have an array of a custom data structure that I want to write out to a form in my app. I basically want to write each instance of the array out to a line, with some basic formatting (color, font, etc.) throughout... and repeat for the remaining array members. Any recommendations as to a good method to program this? -Falcon Quote
Shirtster Posted December 9, 2003 Posted December 9, 2003 is this a windows forms app or a web app ? Quote
FalconDEW Posted December 10, 2003 Author Posted December 10, 2003 Windows This is a windows app. Any help you could give me would be greatly appreciated! I'm desperate to learn how I can format data (regular text saved in a delimited text file) in a window / report. I basically just use the text file to store variables entered into my program - which I would like to display in a formatted report for printing. -Falcon Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.