Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ClaudeWSmith

    How to Print Graphics

    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...
  2. ClaudeWSmith

    How to print Graphis

    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(); { ((...
  3. ClaudeWSmith

    What and Where is the latest Borland Developer C++ ??

    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
  4. ClaudeWSmith

    What and Where is the latest Borland Developer C++ ??

    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...
  5. ClaudeWSmith

    To Upgrade or Not

    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
  6. ClaudeWSmith

    API Question

    Found it: API = Application Program Interface. Now how to get a list of them?
  7. ClaudeWSmith

    API Question

    This is really stupid, I know... But, what does API stand for? How do I get a list of all API commands? Yes - I will Goggle for them. Claude
  8. ClaudeWSmith

    How to program web access

    Interesting: The ShellExecute command works in Ver 5 but I don't have any documentation as to parameters, etc. Claude
  9. ClaudeWSmith

    To Upgrade or Not

    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...
  10. ClaudeWSmith

    How to program web access

    Jeff; Thanks - That works- Where to get a list of all the API commands is my next quest. Claude
  11. ClaudeWSmith

    How to program web access

    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
  12. ClaudeWSmith

    How to program web access

    I don't know how to do that.
  13. ClaudeWSmith

    How to program web access

    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

Part and Inventory Search

Back
Top