I am trying to write a program in VC++ 6.0 to help me trade shares and keep up to date with stock prices. I don't know how I can acquire these details, although I do know many websites...
I would like to create a platform independent CD (actually only MAC OS and Windows) that will automatically start a html file when it is inserted in the CD drive...assuming the flag in the...
I measured the memory usage using my debug version, after reading your comments I measured it using the release version:
Debug: 6MB and at peak more
Release: 3MB at peak!!!!
Cool stuff
reg
I have developed an application with MS VC++ 6.0
I have set the version resource and want to know how to acquire this version info in my application so I can display it in a dialog. Is...
I am trying to populate a word document from VC++
Problem is for my CRLF (carriage return lin feed) i get squares. How do I introduce a new line character instead? :confused:
Well, I am not using any control. I am reading a massive ASCII text file and detecting loads of email addresses and their respective messages. All are in plain text.
I am struggling getting my SMTP server to send me back the emails that are not delivered to the specified address. Does anyone know how this may be achieved?