Please I'm trying to create a sales management software and am experiencing problems trying to create a table like we have on spreadsheets for enterring sales data.I'm using the Win32 API.Could any one give me an idea on how to implement this ?

owobass

Recommended Answers

All 5 Replies

You can use text edits for doing that but it might be a bit boring having to make use of so many #define s.

Then again try google for source of some sales management software and check it out.

Also look into MFC, it provides a lot of things to make using the windows API simple, as long as you are not going for any graphics/cpu intensive stuff.

try hiring a team of developers... ;)

Have them enter data in a real spreadsheet and export it to a text file?

Building a spreadsheet-like interface isn't easy; there are VC products that give you the code for this, I think, for a price.

use GDI function and impliment TextOut function a lot go to http://www.planet-sourcecode.com
you will find some code
refer Charles petzolt book on WIN32 API programming
its difficult but interesting
keep on doing hard work
good luck
:)

Building a spreadsheet-like interface isn't easy

Of course it's easy.
Use one of the native OCX controls or simply embed Excel in a window.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.