Click here to Skip to main content
15,890,438 members

Lim Bio Liong - Professional Profile



Summary

    Blog RSS
64,910
Author
1,663
Authority
588
Debator
112
Organiser
1,019
Participant
0
Editor
0
Enquirer
Lim Bio Liong is a Specialist at a leading Software House in Singapore.

Bio has been in software development for over 10 years. He specialises in C/C++ programming and Windows software development.

Bio has also done device-driver development and enjoys low-level programming. Bio has recently picked up C# programming and has been researching in this area.

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralHappy New Year Pin
Lim Bio Liong30-Dec-04 18:52
Lim Bio Liong30-Dec-04 18:52 
GeneralConcerning coclass's Pin
Lim Bio Liong27-Dec-04 15:11
Lim Bio Liong27-Dec-04 15:11 
GeneralConcerning the Thread that Registers A Class Object in a COM Exe Server Pin
Lim Bio Liong25-Dec-04 20:10
Lim Bio Liong25-Dec-04 20:10 
GeneralInitial Findings on COM EXE Servers and Apartments Pin
Lim Bio Liong25-Dec-04 15:56
Lim Bio Liong25-Dec-04 15:56 
GeneralRe: Initial Findings on COM EXE Servers and Apartments Pin
Lim Bio Liong25-Dec-04 18:43
Lim Bio Liong25-Dec-04 18:43 
GeneralRe: Initial Findings on COM EXE Servers and Apartments Pin
Lim Bio Liong25-Dec-04 18:45
Lim Bio Liong25-Dec-04 18:45 
GeneralAbout DispatchMessage() Pin
Lim Bio Liong18-Dec-04 1:00
Lim Bio Liong18-Dec-04 1:00 
GeneralAbout PostThreadMessage() Pin
Lim Bio Liong18-Dec-04 0:58
Lim Bio Liong18-Dec-04 0:58 
The PostThreadMessage function posts a message to the message queue of the specified thread.

The thread to which the message is posted must have created a message queue, or else the call to PostThreadMessage fails. Use one of the following methods to handle this situation:

* Call PostThreadMessage. If it fails, call the Sleep function and call PostThreadMessage again. Repeat until PostThreadMessage succeeds.

* Create an event object, then create the thread. Use the WaitForSingleObject function to wait for the event to be set to the signaled state before calling PostThreadMessage. In the thread to which the message will be posted, call PeekMessage(&msg, NULL, WM_USER, WM_USER, PM_NOREMOVE) to force the system to create the message queue. Set the event, to indicate that the thread is ready to receive posted messages.

The thread to which the message is posted retrieves the message by calling the GetMessage or PeekMessage function. The hwnd member of the returned MSG structure is NULL.

Messages sent by PostThreadMessage are not associated with a window. Messages that are not associated with a window cannot be dispatched by the DispatchMessage function. Therefore, if the recipient thread is in a modal loop (as used by MessageBox or DialogBox), the messages will be lost. To intercept thread messages while in a modal loop, use a thread-specific hook.


GeneralCOM Event Handling. Pin
Lim Bio Liong9-Dec-04 0:11
Lim Bio Liong9-Dec-04 0:11 
GeneralRe: COM Event Handling. Pin
jekky31-May-05 14:53
jekky31-May-05 14:53 
GeneralDeveloping ASP.NET Applications using Visual Studio .NET Pin
Lim Bio Liong8-Dec-04 16:48
Lim Bio Liong8-Dec-04 16:48 
GeneralThe Importance of The Type Library GUID and Its Version (Part 1) Pin
Lim Bio Liong8-Dec-04 16:44
Lim Bio Liong8-Dec-04 16:44 
GeneralThe Importance of The Type Library GUID and Its Version (Part 2) Pin
Lim Bio Liong8-Dec-04 16:45
Lim Bio Liong8-Dec-04 16:45 
GeneralInlineIsEqualGUID() Problem & How to Resolve. Pin
Lim Bio Liong8-Dec-04 16:41
Lim Bio Liong8-Dec-04 16:41 
GeneralRe: InlineIsEqualGUID() Problem & How to Resolve. Pin
ThatsAlok22-Apr-05 23:08
ThatsAlok22-Apr-05 23:08 
GeneralRe: InlineIsEqualGUID() Problem & How to Resolve. Pin
Lim Bio Liong25-Apr-05 7:44
Lim Bio Liong25-Apr-05 7:44 
GeneralRe: InlineIsEqualGUID() Problem & How to Resolve. Pin
Lim Bio Liong16-Feb-06 19:23
Lim Bio Liong16-Feb-06 19:23 
GeneralRe: InlineIsEqualGUID() Problem & How to Resolve. Pin
ThatsAlok16-Feb-06 19:45
ThatsAlok16-Feb-06 19:45 
GeneralArticle on Debugging Release Mode Programs. Pin
Lim Bio Liong8-Dec-04 16:40
Lim Bio Liong8-Dec-04 16:40 
GeneralStatelessness of MSSOAP Web Services. Pin
Lim Bio Liong8-Dec-04 16:39
Lim Bio Liong8-Dec-04 16:39 
GeneralCOM Spying Software. Looks Cool ! Pin
Lim Bio Liong8-Dec-04 16:37
Lim Bio Liong8-Dec-04 16:37 
GeneralSome Tips on COM Interface Marshalling (Part 1) Pin
Lim Bio Liong8-Dec-04 16:35
Lim Bio Liong8-Dec-04 16:35 
GeneralSome Tips on COM Interface Marshalling (Part 2) Pin
Lim Bio Liong8-Dec-04 16:36
Lim Bio Liong8-Dec-04 16:36 
GeneralArticle on Some Ways Viruses Attack our PCs Pin
Lim Bio Liong8-Dec-04 16:33
Lim Bio Liong8-Dec-04 16:33 
GeneralASP.NET Application and Session Behaviour Pin
Lim Bio Liong7-Dec-04 19:50
Lim Bio Liong7-Dec-04 19:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.