Windows programming related
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello guys, I created a simple dialog based application. I removed title bar from it. The problem is that when i run the program, the "empty" task bar button is shown. I don't want title bar, but i want some text and icon on task bar button. How can i do so in Windows application ???
-
Hello guys, I created a simple dialog based application. I removed title bar from it. The problem is that when i run the program, the "empty" task bar button is shown. I don't want title bar, but i want some text and icon on task bar button. How can i do so in Windows application ???
In dialog properties window, select Styles tab, then uncheck Title bar check box. A. Riazi