My task is to write small parts of data to file frequently and guaranteed. It\'s a some type of logging system, that must provide a guaranteed safety and speed of saving data to disk. I found that bra
I want to get the user name who has launche开发者_StackOverflow社区d the given application. For Example ifOutlook or IE is launched I need to get the Name of the user who has launched it. This should
I\'m using a CMFCLinkCtrl in my custom dialog that inherits from CDialog. The CMFCLinkCtrl is set dynamically using data that is set by the user in anoth开发者_如何转开发er part of the application, so
I am using FindWindow in an mfc application. HWND hWnd = ::FindWindow(NULL, _T(\"foobar v5\")开发者_JAVA技巧);
I am created a 开发者_开发知识库custom window and want to handle arrow keys ... But i don\'t know why they don\'t generate wm_keydown message ??I think for child windows wm_getdlgcode is necessary fo
I\'ve made two screen shots in order t开发者_开发技巧o make the problem specified. The normal style:
thers is event onchngeedit for edit control but how to how to track the event when us开发者_StackOverflower click on edit control in mfc but doesn\'t change anything.?Have you tried using onFocus() ha
I\'m building ActiveX component in MFC. The problem is that all properties automatically added to miscellan开发者_运维问答eous section. I want to unite some new properties with new category.
In unix I know the routine: between fork() and exec() in the child I close everything except stdin/out/err, so that all the open ports or files are not passed to the program I want to run.
Hi i have to read a binary file from the disk and i have to transfer the file o开发者_StackOverflow社区ver serial port, i am using mscomm in vc++ 6.0 .