954,141 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Creating A Table With Win32 Api

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

owobass
Newbie Poster
4 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

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.

FireNet
Posting Whiz in Training
258 posts since May 2004
Reputation Points: 108
Solved Threads: 7
 

try hiring a team of developers... ;)

hivework
Newbie Poster
18 posts since Mar 2004
Reputation Points: 13
Solved Threads: 0
 

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.

Chainsaw
Posting Pro in Training
436 posts since Jun 2004
Reputation Points: 36
Solved Threads: 11
 

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
:)

smart_pc
Newbie Poster
13 posts since Sep 2008
Reputation Points: 10
Solved Threads: 2
 
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.

marco93
Junior Poster
132 posts since Apr 2008
Reputation Points: -76
Solved Threads: 14
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You