Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to hide a standard ScrollBar ?

0 views
Skip to first unread message

請支持OWL

unread,
Nov 5, 1996, 3:00:00 AM11/5/96
to

【 在 chenj...@vlsi1.iie.ncku.edu.tw (cjh) 的大作中提到: 】
: as title.
方法很簡單!
只要將它的WS_VISIBLE設成FALSE就可以了!
ex:
TScrollBar *ts=new TScrollBar(......);
if(ts->IsWindowVisible())
{
ts->SetWindowLong(GWL_STYLE,
ts->GetWindowLong(GWL_STYLE)^WS_VISIBLE);
}
最近沒時間寫程式,有點忘記.....
應該沒寫錯吧?!
--
[34;47m █▅▅▅▅▅ .  ██████ █▅▅▅▅▅
▋ ▌ █ █ █ ▋ ▌
▋ . ▌ ▎ / ▎ . ▋ ▌
▋ ▌ ▎ / / ▋ ▌
█▋ ﹒ ████   ▋ ─── ▌
: . : : . [0m

[m [1;31m※ 來源:‧臺北技術學院紅樓資訊站 redbbs.cc.tit.edu.tw‧[FROM: 140.124.80.245] [m

0 new messages