Here's a chunk of test code I had sitting around for the button class...
Style is #GWL_STYLE obviously...
If (Style&#BS_GROUPBOX=#BS_GROUPBOX)
Type=#SkinGroupBox
ElseIf (Style&#BS_CHECKBOX=#BS_CHECKBOX Or Style&#BS_AUTOCHECKBOX=#BS_AUTOCHECKBOX Or Style&#BS_3STATE=#BS_3STATE Or Style&#BS ...
Search found 499 matches
- Tue Mar 01, 2005 8:57 pm
- Forum: Coding Questions
- Topic: CheckBoxGadget class is 'Button' ?
- Replies: 10
- Views: 2801
- Fri Feb 04, 2005 9:41 pm
- Forum: Off Topic
- Topic: Goodbye to PB community
- Replies: 21
- Views: 6404
- Tue Feb 01, 2005 1:37 am
- Forum: Announcement
- Topic: TB Lib: COM Event handler
- Replies: 11
- Views: 4448
- Mon Jan 31, 2005 1:06 am
- Forum: Announcement
- Topic: TB Lib: COM Event handler
- Replies: 11
- Views: 4448
- Sat Jan 29, 2005 9:46 pm
- Forum: Tricks 'n' Tips
- Topic: An alternate LinkedList
- Replies: 11
- Views: 5903
- Fri Jan 28, 2005 9:42 pm
- Forum: Feature Requests and Wishlists
- Topic: MID strings
- Replies: 31
- Views: 10119
- Fri Jan 28, 2005 10:08 am
- Forum: Feature Requests and Wishlists
- Topic: MID strings
- Replies: 31
- Views: 10119
- Thu Jan 27, 2005 10:19 pm
- Forum: Announcement
- Topic: PureBasic Source Code Dump (PB-SCD)
- Replies: 7
- Views: 3416
- Sat Jan 22, 2005 10:05 pm
- Forum: General Discussion
- Topic: pop-up's
- Replies: 24
- Views: 5511
- Sat Jan 22, 2005 7:53 pm
- Forum: Off Topic
- Topic: Bill Gates is so sexy!
- Replies: 7
- Views: 2370
- Thu Jan 20, 2005 12:45 am
- Forum: Tricks 'n' Tips
- Topic: Threads, crashes, and EnterCriticalSection
- Replies: 11
- Views: 5557
- Wed Jan 19, 2005 9:01 pm
- Forum: Tricks 'n' Tips
- Topic: Threads, crashes, and EnterCriticalSection
- Replies: 11
- Views: 5557
- Wed Jan 19, 2005 8:12 pm
- Forum: Tricks 'n' Tips
- Topic: Threads, crashes, and EnterCriticalSection
- Replies: 11
- Views: 5557
- Mon Jan 17, 2005 9:57 pm
- Forum: Tricks 'n' Tips
- Topic: Threads, crashes, and EnterCriticalSection
- Replies: 11
- Views: 5557
this is not a very good way of achieving thread-safety... if you need a thread to be notified of some kind of change (like the slider) you should use the "event" commands rather than looping with a criticalsection... The benefit is that you don't waste CPU time and have very quick response...
Here ...
Here ...
- Mon Jan 17, 2005 4:58 pm
- Forum: Off Topic
- Topic: What is your age?
- Replies: 28
- Views: 6976