First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
Tab Focus at Runtime
Hi, When I create a child control in an window at runtime, it does not have tab focus. I set WS_TABSTOP style in CreateWindow parameter. But it is not working. After searching the web, I used SetWindowPos. Still not working. Can any one tell me how to make a child control, which is being created at runtime, to h... 9 Jun 2008 11:24
scrollbar display issue
hi, all the scrallbar is a member of listbox. and i use hook(detours 1.5 version) to process scrollbar's message for special style. it is normal when run in windows xp but scrollbar dont display when run in window vista. why and how to solve? ... 8 Jun 2008 01:05
Tree Ctrl and Icon
Hi, I am using tree ctrl which has icons for each item and depending on some condition I need to make some tree items disabled. I could do almost everything with NM_CUSTOMDRAW _except for images_. From research I have done so far, I know that I need to use an operation which gives the same effect as CImageList... 4 Jun 2008 11:17
Can boost be used in VC6?
Can boost be used in vc6? ... 4 Jun 2008 07:21
How to specify which monitor to launch an application on
Hey guys, Anyone know how how to specify which monitor to launch any old application* on? I know how to do everything except how to get the app to launch upon a specific monitor (presently I think it launches on whichever monitor is specified as being primary). * Assuming that the application does not save it... 4 Jun 2008 00:13
Accessing Version Info
Does my MFC application have access to its own VS_VERSION_INFO resource, or does it have to use GetFileVersionInfo(), like it would have to for any other file? ... 5 Jun 2008 12:43
CreateNewFrame
Hi I have a simple question about CreateNewFrame: virtual CFrameWnd* CreateNewFrame( CDocument* pDoc, CFrameWnd* pOther ); If we pass a Document pointer to that function like that: pDocument = pActiveChild->GetActiveDocument() CFrameWnd* pFrame = pTemplate->CreateNewFrame(pDocument, NULL); I cop... 4 Jun 2008 11:17
Opening large XML files.
Hi guys, I'm writing xml output, and the file is about 90Mbs. I open it with IE and it tells me that there are errors. So I'm trying to open it with Visual Studio 2003 and it is taking a very long time (over 30 minutes so far). Does anyone know of a tool that would open the file faster and let me jump to a l... 13 Jun 2008 15:23
Using SetLayeredWindowAttributes for CWnd object.
Hi, I want set transperacy for CWnd object. if I use SetLayeredWindowAttributes it works fine for CDialog but its not working for CWnd object. Which styles I need to set for this work? ... 8 Jun 2008 14:55
Paste operation on CRichEditCtrl
Hi, How do I block a paste operation in CRichEditCtrl ? Yoav. ... 5 Jun 2008 23:29
First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143