Creating A Table With Win32 Api

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2004
Posts: 4
Reputation: owobass is an unknown quantity at this point 
Solved Threads: 0
owobass owobass is offline Offline
Newbie Poster

Creating A Table With Win32 Api

 
0
  #1
Aug 23rd, 2004
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
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 256
Reputation: FireNet will become famous soon enough FireNet will become famous soon enough 
Solved Threads: 6
FireNet's Avatar
FireNet FireNet is offline Offline
Posting Whiz in Training

Re: Creating A Table With Win32 Api

 
0
  #2
Aug 25th, 2004
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.
See what you can, remember what you need

Fourzon | Earn via Coding
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 18
Reputation: hivework is an unknown quantity at this point 
Solved Threads: 0
hivework hivework is offline Offline
Newbie Poster

Re: Creating A Table With Win32 Api

 
0
  #3
Aug 27th, 2004
try hiring a team of developers...
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 436
Reputation: Chainsaw is an unknown quantity at this point 
Solved Threads: 11
Chainsaw's Avatar
Chainsaw Chainsaw is offline Offline
Unprevaricator

Re: Creating A Table With Win32 Api

 
0
  #4
Aug 27th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 11
Reputation: smart_pc is an unknown quantity at this point 
Solved Threads: 1
smart_pc smart_pc is offline Offline
Newbie Poster

Re: Creating A Table With Win32 Api

 
0
  #5
Sep 12th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 116
Reputation: marco93 is infamous around these parts marco93 is infamous around these parts marco93 is infamous around these parts 
Solved Threads: 12
marco93 marco93 is offline Offline
Junior Poster

Re: Creating A Table With Win32 Api

 
0
  #6
Sep 12th, 2008
Originally Posted by Chainsaw View Post
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC