C++ Builder

Moderators: Lundin
Number of threads: 509
Number of posts: 1146

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
how to design excel spread sheet using c++ Posted by aashi10 on 24 Jan 2008 at 1:08 PM
hello,
can anybody tell me how to design a excel spreadsheet
using c++.to be specific i want to design this spread sheet
in c++ not work on the existing one using c++. i would be
happy if any one could guid me in that.


thanx
aashi

Report
Re: how to design excel spread sheet using c++ Posted by bilderbikkel on 25 Jan 2008 at 7:14 AM
: hello,
: can anybody tell me how to design a excel spreadsheet
: using c++.to be specific i want to design this spread sheet
: in c++ not work on the existing one using c++. i would be
: happy if any one could guid me in that.
:
:
: thanx
: aashi
:
There are multiple options:
- use low-level graphics (that is, draw everything yourself, see http://www.richelbilderbeek.nl/CppCodeSnippets.htm for code snippets)
- use a customized TStringGrid
- use a grid of TComponents

So could you perhaps be more specific in what you want?

See ya,


bilderbikkel
Report
Re: how to design excel spread sheet using c++ Posted by aashi10 on 25 Jan 2008 at 12:44 PM
: : hello,
: : can anybody tell me how to design a excel spreadsheet
: : using c++.to be specific i want to design this spread sheet
: : in c++ not work on the existing one using c++. i would be
: : happy if any one could guid me in that.
: :
: :
: : thanx
: : aashi
: :
: There are multiple options:
: - use low-level graphics (that is, draw everything yourself, see
: http://www.richelbilderbeek.nl/CppCodeSnippets.htm for code snippets)
: - use a customized TStringGrid
: - use a grid of TComponents
:
: So could you perhaps be more specific in what you want?
:
: See ya,
:
:
: bilderbikkel







thanx 4 the reply.....
you had witten "draw your self using low level graphics"
actually i myself want to design somthing like excel spread sheet using c++........please guide me in that direction

thanx
aashi
Report
Re: how to design excel spread sheet using c++ Posted by bilderbikkel on 28 Jan 2008 at 12:48 AM
: : : hello,
: : : can anybody tell me how to design a excel spreadsheet
: : : using c++.to be specific i want to design this spread sheet
: : : in c++ not work on the existing one using c++. i would be
: : : happy if any one could guid me in that.
: : :
: : :
: : : thanx
: : : aashi
: : :
: : There are multiple options:
: : - use low-level graphics (that is, draw everything yourself, see
: : http://www.richelbilderbeek.nl/CppCodeSnippets.htm for code snippets)
: : - use a customized TStringGrid
: : - use a grid of TComponents
: :
: : So could you perhaps be more specific in what you want?
: :
: : See ya,
: :
: :
: : bilderbikkel
:
:
:
:
:
:
:
: thanx 4 the reply.....
: you had witten "draw your self using low level graphics"
: actually i myself want to design somthing like excel spread sheet
: using c++........please guide me in that direction
:
: thanx
: aashi
:
Thanks for repeating your question, I assume you want to draw the Excel sheet yourself. This will make you want to use low-level graphics, with functions like SetPixel.

Check out http://www.richelbilderbeek.nl/CppCodeSnippets.htm for the code snippets you'll need.

See ya,

bilderbikkel



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.