G
G
Governor2018-03-16 15:55:44
Windows
Governor, 2018-03-16 15:55:44

How to create a table in windows forms like in task manager or HeidiSQL?

It is necessary to make a selection from the database, and display the result on the form.
The DataGridView element does not suit me, I really want to make the table look like a list of processes in the task manager,
Taskmgr_W7.png
or like in HeidiSQL.
5aabbe1737f50298911798.png
Can you please tell me how to make such a table?
Examples in WinAPI C++ or C# are welcome.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
cicatrix, 2018-03-16
@cicatrix

In the task manager, an ordinary ListView in the Details mode.
Below, most likely, it is the same, only with OwnerDraw (the mode when you draw the cells yourself).

D
dmitry_dev33, 2018-03-16
@dmitry_dev33

In the first case, the component is called TabControl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question