Thanks for the pointer, I too was thinking on the same line. To capture region of disabled object and set required tooltip for parent, let me give a shot at it.:) Thanks again! Nilesh
Nilesh K
Posts
-
Tooltip on disabled controls? -
Tooltip on disabled controls?Was wondering if there was any workaround, similar problem is seen with MFC controls as well but there you have the pretranslatemessage which allows you to handle it by sending explict messages to tooltip controler. Is it possible to implement something similar here too:)
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
Tooltip on disabled controls?but again custom controls would also face the same problem! won't they?
-
Tooltip on disabled controls?Thanks! But my application is having too many controls, and having duplicate control underneath each really blots it up :( - Nilesh
-
Tooltip on disabled controls?Hi! Could any one suggest me how I can display tooltips for a disabled controls! It was fairly easy to implement the same in MFC but em not able to find a solution in C# :( Thanks in advance!
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
Want to make my exe as service -
Print dialog notificationHi! Is there any way that I can configure print dialog to inform if printing is done successfully or not.
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
How to Fix error C2105 ?rat.crown wrote:
*(( int __RPC_FAR * )_StubMsg.Buffer)++ = *nCount;
Replace above code with
*(( int __RPC_FAR * )_StubMsg->Buffer) = *nCount; _StubMsg->Buffer++;
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
MOUNT POINTS!!Oops! No much idea then :confused:
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
MOUNT POINTS!! -
Dynamic Disk -
conflict in windows focus - float menu involvedHow about creating the topmost dialog with GetCapture!!
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
CD writing in VC -
how to create a DLLTry creating DLL through ATL COM and make each function as interface.
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
NetMessageBufferSendHope you have not missed to link with Netapi32.lib
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
Convert Custom String in to Date Format (mmmm dd, yyyy)CDateTimeCtrl::SetFormat[^] might be able to help you.
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
2 questionsgohappy_1999 wrote: 1.what is top-level window? A top-level window is any window that is not a child window. Top-level windows do not have the WS_CHILD style. gohappy_1999 wrote: 2.how to enumerates all top-level windows? You can do that by using EnumWindows API
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
How to get System Information??Maybe this API's EnumDevices / EnumPrinters might help.
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
windows passwordWell maybe you can accept user login details and do an impersonate login, if it succeeds then consider that it is a valid user.
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
-
Problem about Drag in TreeCtrl?