Questions tagged [dialogbasedapp]
17 questions
0
votes
0 answers
Is it possible to convert a dialog based MFC application into a command line application in vc++/c++/mfc?
Is it possible to convert a dialog based MFC application into a command line application in vc++/c++/mfc?
a) There are some event handlers on UI like a button click on "connect" button would establish a connection, similarly would want to establish…

Ravi
- 1
0
votes
0 answers
Adding SqlServer Database to MFC dialog based application
I have some code in c# that can connect to a sqlserver database and display the data on a datagridview:
SqlConnection conn = new SqlConnection();
conn.ConnectionString = "Data…

Vinshi
- 313
- 2
- 7
- 27