943,490 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 7406
  • C++ RSS
Aug 23rd, 2004
0

Creating A Table With Win32 Api

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
owobass is offline Offline
4 posts
since Aug 2004
Aug 25th, 2004
0

Re: Creating A Table With Win32 Api

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.
Reputation Points: 108
Solved Threads: 7
Posting Whiz in Training
FireNet is offline Offline
256 posts
since May 2004
Aug 27th, 2004
0

Re: Creating A Table With Win32 Api

try hiring a team of developers...
Reputation Points: 13
Solved Threads: 0
Newbie Poster
hivework is offline Offline
18 posts
since Mar 2004
Aug 27th, 2004
0

Re: Creating A Table With Win32 Api

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.
Reputation Points: 36
Solved Threads: 11
Posting Pro in Training
Chainsaw is offline Offline
436 posts
since Jun 2004
Sep 12th, 2008
0

Re: Creating A Table With Win32 Api

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
Reputation Points: 10
Solved Threads: 2
Newbie Poster
smart_pc is offline Offline
13 posts
since Sep 2008
Sep 12th, 2008
0

Re: Creating A Table With Win32 Api

Click to Expand / Collapse  Quote originally posted by Chainsaw ...
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.
Last edited by marco93; Sep 12th, 2008 at 3:42 pm.
Reputation Points: -76
Solved Threads: 14
Junior Poster
marco93 is offline Offline
132 posts
since Apr 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Question about class function parameters
Next Thread in C++ Forum Timeline: Moore's Law Problem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC