Log Control
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I need to add a log viewer in my application but as well as I need to put a buttons on top. How can I do that?
Use visual studio resource editor.
-
Hi, I need to add a log viewer in my application but as well as I need to put a buttons on top. How can I do that?
You really should provide more information if you want a useful response. Is the viewer going to be in a modal/modeless dialog or a separate program and have you considered these alternatives? Are the buttons you want to add going to be in a tool bar, plain buttons or owner drawn?
Keep it simple dex