Dtoii's new Home
伴著星星回家
2008/03/17
Borland C++, Button, Wrap & Color
最近有用Borland C++ builder寫點程式。還蠻常上
delphi.ktop
找資料的,上面蠻多豐富的資源。就順手把找到的東西貼在我這好了。算是紀錄。
BCB裡頭的按鈕,其實不太好用。在delphi.ktop上找了一陣子找到這個使用 WinAPI的方法:
連結在這
TButton a;
...
HDC ah = a->Handle;
SetWindowLong(ah, GWL_STYLE, BS_MULTILINE);
順便附上Color Button的連結
Color button
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment