how to use control in a dialog
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
In my program, I want to set some net configuration through a dialog, and I create a IP control in it with classwizad. but when I set the ip control's value or get it, there is always an error. I guess it is caused by that I don't initialize the control. then i use the create() function to initialize it, but it is still error. Why? how should i do.
-
In my program, I want to set some net configuration through a dialog, and I create a IP control in it with classwizad. but when I set the ip control's value or get it, there is always an error. I guess it is caused by that I don't initialize the control. then i use the create() function to initialize it, but it is still error. Why? how should i do.