how to create a status bar in dialogbox created using CreateDialog(..) there is no option existes for "Status Bar"

StackOverflow https://stackoverflow.com/questions/18143633

I am developing a visual c++ winapi application and i have created a dialog which is acapable f rendering images on

it. you can see on this link - http://prntscr.com/1k8lla

the problem is i also have to create a strip like as you can see at the bottom of the window in black colour. I

want to do that same.

I got a suggestion to do the same using "Status Bar" in CreateWindow() but i have created this dialog window using

CreateDialog(); so when i see in the preoperties of the dialog it don't have any option for "Status Bar".

没有正确的解决方案

其他提示

This MFC sample app adds a status bar to a dialog:

http://msdn.microsoft.com/en-us/library/ccstww6w(v=VS.90).aspx

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top