1…I know Visual C++ deals with ascii text, but I have a file
Created in Excel I want to manipulate, can it be done.
2…Is there a way to make a Dialog Box bigger then what
ClassWizard gives you …… Thank you Jim
I think the best way to handle the Excel file is using ADO. Yes, you can just click on the dialog box and drag the edges using the sizing handles (make sure the borderstyle property is set appropriately).
You can save your Excel file in CSV format, then edit it as ASCII text, where Values are Separated by Commas. (Those last three capitalized words can probably tell you what CSV stands for, by the way.) When you're done playing with the CSV, you can open that in Excel and save it as a .xls.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.