Hi, I want to create my own border in the client area of a dialog and could freely move it on the parent. Can you plz suggest any refence?
john5632
Posts
-
Own border in client area -
Notes in MFC/Win32 AppI have a window containing some data. I need to add functionality to add notes anywhere in window. Please guide.
-
Zonal Idno, this will return result in DWORD, I am looking for zone name in a string.
-
Zonal IdHi, How can I get zonal id like "America/New_York" in c++?
-
Microsoft Office Object LibraryHi, I am trying to use Ribbon control in my outlook addin but could not find "Microsoft Office xx.x Object Library" in available type library. I am using Microsoft Office 365 ProPlus. Please help.
-
CEditCtrl in FrameWndHi I need to create edit control on frame window. please suggest to do so?
-
CEditCtrl in FrameWndHi I need to create edit control on frame window. please suggest to do so?
-
Custome title barHello, I need to create some control on title bar of title bar but thought it better to remove title bar and create our own custom title bar. Please suggest how to create own title bar which could move the windows and add other options as well.
-
installed appsThere are many keys. Is there any straight way of doing this?
-
installed appsThank you but this is manual way. Can I same using C++ / MFC?
-
installed appsIs there any way to get information about installed anti-virus in system?
-
Get Supported File SystemThanks for reply. Is there any api for Windows OS?
-
Get Supported File SystemIs there any way to get supported file system for particular OS?
-
current userHi, I have created a system level service which needs APPDATA folder path which is different for each user. Is there anyway through which I can get the logged in user APPDATA folder path?
-
send notification to srviceHi, I have a windows service (system level) and a user level MFC app (non admin rights). I need to send some notification to service from MFC app on some instance. Is there any way to do it?
-
user name in system serviceHi, I am developing a service which will install on system level (not on user level). I need the name of current user logged in. Please suggest to get it.
-
USB eject notificationThanks Jochen, Your approach worked well with MFC application but same approach not working with windows service. Any clue?
-
USB eject notificationThanks Jochen, WM_DEVICECHANGE message is to handle device removal and insertion event. But my requirement is something different. I want to handle a notification when user click on "eject" option from system tray. This event should occur before WM_DEVICECHANGE I think. Please help me to do so.
-
USB eject notificationI have USB drive inserted in computer. My application should be notified when user click in eject button from system tray. Is there any way to get notification?
-
free memory when constructor throw exceptionIf constructor is throwing any execpetion after allocating some memory (using new) on heap then how can we free that allocated memory.