Click here to Skip to main content
15,893,594 members

Videos


Page 1 of 3
1 2 3


1. How to add new form on runtime C#?
You mean something like the code below? This snippet assumes that you already created a PatientForm.cs or .vb, a form class in Visual Studio. PatientForm form = new PatientForm(); form.ShowDialog(this);
Giovanni Bejarasco Updated: 27 May 2021
Rating: ( (No votes))
2. How to add new form on runtime C#?
You might want to re-evaluate your design if you mean creating a form on the fly at runtime and saving it. What you want to do instead is create a generic form on design time and populate it accordingly during run-time. I'm sure with the latter...
Giovanni Bejarasco Updated: 27 May 2021
Rating: ( (No votes))
3. How can I check my datagridview column is empty ?
I'm not sure which event you are trying to handle such check. I suggest you do it in the data grid view CellContentClick or CellContentDoubleClick. There you get passed an args that contains the location of the cell to evaluate. The...
Giovanni Bejarasco Updated: 27 May 2021
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
4. Vector: A Concept-Driven Approach to SQL UDT
A walkthrough in UDT programming with primary focus on database concepts
Database Development » SQL Server »
Giovanni Bejarasco Updated: 26 May 2021
Rating: 4.98/5 ( (28 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 1 of 3
1 2 3