What I am doing, is to make a simple Paint Draw Program for my grand children.
All is working well, except one of the kids asked to print her art work on the printer.
I cannot figure how to do this.
Where in the help files do I find this information??
What function do I need to call?
TNX...
What I am doing is making a bunch of Rectangles, Putting text in those Rectangles.
Sort of like a spreadsheet.
Now, How to send that to the printer?
I have tried a bunch of things,
------------------ BASICALLY ---------------
// now, print the pages
Printer()->BeginDoc();
{
((...
Thanks -
I have never written a dll, I have some common code that I use in every application, but, making a dll makes a lot of sense.
I would need instruction.
Are there good examples ?
Claude
First:
I have been using Borland C++Builder ver 5.0 for a long time.
Is there any reason to upgrade to another version?
So far, I have not had anything that I could not find a way to program in ver 5.0.
But, I am just wondering your collective opinions.
Second:
Where would I find it? What...
I suppose when I move(forced to move) to the next version of M$201X, I will buy ver 2009, but for now. I think that I will stick with Ver5.0.
Thanks for the input.
Huum... Ver 2009 ???
Claude
I have been using Borland Builder Pro Ver 5.0 for a long time.
I use it for personal programs and games that I have created. For example: I have a Windows Explorer that beats the heck out of the one supplied by M$. As a learning exercise, I have programed all the UNIX commands to be used in...
Of course, I could make a system call... like
system( "C:\Program Files\Firefox\Firefox.exe -url URL" );
But, would want something more slick and not so absolute location dependent.
Claude
I have a very simple question.
How to program an application to access the web.
What I want to do is be able to press a button and have the application call my web browser to access a particular web page.
I am using Borland C++ Builder version 5 (Build 12.34 )
Thanks
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.