Show/hide scrollbar Win API ?

.


I create a window like this:

[CODE]
hwnd=CreateWindowEx(
WS_EX_APPWINDOW,
"MyConsole",
"Console",
WS_OVERLAPPEDWINDOW | WS_HSCROLL |WS_VSCROLL,
100,100,
500,400,
NULL,
NULL,
hinst,
NULL
);
[/CODE]

How do I show/hide Scrollbars using winapi?

Please help.
Thanks.

By the way where is win api forum?

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories