First  |  Prev |  Next  |  Last
Pages: 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
Add a CEditView into view (runtime error)
Hi I just tried to add view new views into another view if possible. OnInitialUpdate: CRect clientRect; GetClientRect(&clientRect); clientRect.SetRect(clientRect.right -110, clientRect.top+10, clientRect.right-10, clientRect.top +110); m_View.Create(NULL, L"View", WS_CHILDWINDOW | WS_VISIBLE, clie... 24 May 2008 22:18
detecting a memory leak...
I don't remember the exact way to do this in VS 6.0 because the DLL names have changed. But... If you press F10 to start your application, then add the following to your watch window (DLL name may be different): {,,msvcrtd.dll}_crtBreakAlloc and {,,msvcrtd.dll}_lRequestCurr _lRequestCurr is the next alloc... 23 May 2008 21:11
CPropertySheet in a CDialogBar?
Hi, I have a CMyDlgBar CDialogBar-derived object (created by following the steps in http://support.microsoft.com/kb/185672/en-us). Now I want to add a CPropertySheet-derived object into it. If I simply create a CMyPropertySheet class derived from CPropertySheet and add a m_pMyPropertySheet pointer to this clas... 27 May 2008 11:13
jamba handylogo editor jamba logos fur handy jamba handylogo ohne abo jamba handylogo samsung bmw jamba handylogo jamba handylogo s
jamba handylogo editor jamba logos fur handy jamba handylogo ohne abo jamba handylogo samsung bmw jamba handylogo jamba handylogo s + + + + + + JAMBA HANDY LOGO + + + JAMBA HANDY LOGO + + + http://WWW.JAMBA-HANDY-LOGO.DE/ http://WWW.JAMBA-HANDY-LOGO.DE/ http://WWW.JAMBA-HANDY-LOGO.DE/ + + + + + JAM... 23 May 2008 02:40
Debug symbol for mfc80u.dll, version 8.00.50727.922
I'm looking for symbol for this dll. I tried http://msdl.microsoft.com/download/symbols but no avail. ... 26 May 2008 06:35
how to organize several class and their instance in windows programming
Hi, everyone, I'm designing a project which could do some image processing, motion control and networking using MFC. nowadays I'm puzzled how to organize so many class and their instances. Though I think the "design pattern" could solve my problem, but what I only want is to get a simple method or a belief un... 24 May 2008 09:45
From UNC pathname to driveletter
Hello, How do get the driveletter from an UNC pathname. I am trying to read keys in a .ini file using GetPrivateProfileString(). I selected the .ini file with CFileDialog, which returns the UNC pathname. I cant read it using UNC, if replace the UNC with the driveletter/ pathname it works. Could not find any e... 28 May 2008 17:24
How to get messages returned by strerror() in any language?
Hello all, I am using MS VC++ 6.0 and Vista. How can I get the error strings returned by strerror() in any language other than English ? Thanks Phil ... 23 May 2008 10:54
CreateProcess created Process does not take Command Line Params,...
Hi, i have a situation here i really dont understand. I have a little application that Creates a Process via CreateProcess and one with Creation Flags "DEBUG_ONLY_THIS_PROCESS | CREATE_NEW_CONSOLE". As it implies it works as a debugger. But the Debuggee does not get the Parameters given with CreateProcess's 2nd... 23 May 2008 10:54
How to Set/Change Transparency to CEdit control?
Hi, How to set/change Transparency to Custom Edit control. Can I use SetLayeredWindowAttributes() to set alpha factor for CEdit control? Can I use WS_EX_LAYERED style to child (CEdit) controls? Or should I use GDI+ library feature (Gdiplus::SolidBrush(Gdiplus::Color()). At present both ways are not working for me... 26 May 2008 09:57
First  |  Prev |  Next  |  Last
Pages: 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192