How to display data + button in a window
Unsolved
General and Desktop
-
Hi, I'm a beginner in c++ programming, I want to create a small program that displays the data in the database (I have already created a database) with buttons (like modify or delete) in a window.
Also, how can I link each button to records on the same line so that a click produces an event?
It looks like this as shown in the picture.
Thanks in advance !!!! -
Hi and welcome to devnet,
To get started:
The first to get your database data.
The second to show it
The third to create a custom control that will show the buttons you need.Don't start with adding widgets per line. Jt's going to bite you later on.