cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Visual Studio C++
Visual Studio C++
Mar 19, 2020 at 10:43pm UTC
Agent 003
(12)
Hi,
I work in Visual Studio with data from database. I filled DataGridView with that data. I dont know how to acces to any row of DataGridView and clicking on certain row open a new form.
Last edited on
Mar 20, 2020 at 2:05pm UTC
Mar 21, 2020 at 9:02am UTC
kbw
(9488)
https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/get-and-set-the-current-cell-wf-datagridview-control
Mar 21, 2020 at 1:04pm UTC
Agent 003
(12)
This is for C#. I am working in C++. Is code similar?
Mar 24, 2020 at 6:25am UTC
deleted account xyzzy
(5768)
A custom control for data grids, Win32 SDK
https://www.codeproject.com/Articles/38168/Win32-SDK-Data-Grid-View-Made-Easy
Topic archived. No new replies allowed.