Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Techies,

I am a newbie to MFC and I ve got an important task which has to be delivered

ASAP.

Objective: TO design & develop an application where the List Control Rows has

to be generated depending on the requests of the database.

Platform: VC++

Language: C++

GUI: MFC

Database: SQLite3

Example Scenario: Assuming a List control has 3 Three rows initially, when the

request of 5 rows comes form Database, then 3 rows has to be changed to 5 Rows.
Or the number might vary depending on the database query.

I hope you might have visualized the scenario.

Please send me some clues, for the same.Like do I have any class where I can

perform the same operation or is there any other alternative.

Waiting for your replies.

Thanks to all.

Regards,

Aditya.
Posted
Updated 8-Jun-11 20:12pm
v3

1 solution

Take a look at this link[^]. It is an article from Matt Weagle that will show you how to use CListCtrl.

With that you will be able to see how to operate the ListCtrl, but you should explain us a little bit more the database part... which DB are you using...

Hope this helps! :thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900