|
highlight the tab in tabcontrol hi, i have created a tabcontrol in a SDI based project, by creating an dialog box . i placed diffent control on various tab. i want highlight specifed tab when i need. i mean that ," when i click an option from, i want tabconrol by hightlighting specifed tab". so, please tell me how,can i... 28 Feb 2005 10:58
using SetTimer I use extensively the timers in my View mfc application but I find the documentation is not absolutely clear. I use the version with 3 paramteres - the last one is NULL which indicates using the View OnTimer routine. In the documentation it says to use KillTimer with the first parameter being used in the SetTimer f... 28 Feb 2005 17:18
CDaoDatabase ::unable to initialize dao/jet db engine. Hi Group That the error message i am getting when i try to do database opreation at my client's pc. But it works im my pc where i develop it. All dll in use is present at both system but this one thing i find lacking at my clients pc. in the Data Link Properties i dont find "Microsoft Jet 3.51 OLE DB Provider" ... 28 Feb 2005 04:45
How to integrate an MFC 7.0 DLL into a standard C++ application Hi How to integrate an MFC 7.0 DLL into a standard C++ application. I'm going to use an OPC Toolkit for C++ and have to interface my MFC DLLs. How do I do this? Any recommendations? Links? Regards Kjell Arne Johansen ... 27 Feb 2005 18:03
thank you very much,Joseph M. Newcomer (OpenService(h, _T("NameOfServiceHere"), ...);) can solve some of my problem. DeviceIoControl(hFile, IOCTL_ENUM_ADAPTERS, NULL, 0, Buffer, sizeof(Buffer), &bytesReturned, NULL ) I do not want to have any unicode problem.but the "Buffer" return... 27 Feb 2005 18:34
CSocket pump message error again and again ... Hi, I have a serious probleme with my CSocket. I have a thread that is using a CSocket to send and receive data. I use the Attach/detach function to put my socket in the thread. All works wonderfully .... 97% of the time. Sometimes, when i really try to make my application crash (by sending many datas with Send... 5 Mar 2005 17:29
CHtmlView and OnChar I created an SDI app with CHtmlView as my view class, but cannot recieve WM_CHAR messages, or any keyboard or mouse messages for that matter. I tried routing them thru both the View and Main Frame class but it still doesn't work. Could someone please tell me if there is a way to use these messages with CHtmlV... 2 Mar 2005 06:24
Creating dialog controls at run-time I've been researching how to do this, but whenever I try what other people do, I get very bad results. But my challenge doesn't end there. The number of controls I want to create is only known at run-time. The problems I face are manifold: 1. The code most people use fails badly. Not only is the font unconventio... 27 Feb 2005 18:03
BUG in LockWindowUpdate & UnlockWindowUpdate Hi Everyone, I have found an intersting bug, and I am not sure where to look for a solution. I have a form view with a list contrl that gets updated every 5 seconds or so using a Timer. In the code that updates the List control I use LockWindowUpdate and UnlockWindowUpdate because the list control draws very sl... 25 Feb 2005 01:46
ScrollWindow and ScrollWindowEX question Hello, The contents of a window's client area gets garbled by scrolling when 'ScrollWindow' or 'ScrollWindowEx' followed by UpdateWindowis used to scroll the contents of a window's client area. Does anyone know what is an easiest way to overcome this problem. Thank You! ... 24 Feb 2005 09:46 |