First  |  Prev |  Next  |  Last
Pages: 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771
Modeless Dialog Issues.
Okay, I created a modeless dialog and didn't like that it was forced to be in front of my main app. So... I used GetDesktopWindow() as the parent. I know, this is bad. Perhaps someone can recommend and alternative that gives me the same functionality. I've also added in my application MainFrm class in PreTran... 3 Oct 2005 11:33
Help with ReadDirectoryChangesW
All, I am trying to monitor a few directories for changes. I am able to detect the change but I am unable to get the directory name the change was in. Can someone please take a look at my code and let me know what I am doing wrong. Thanks in advance. test.txt [Directories] c:\download\ c:\DRIVERS\ c:\F... 28 Sep 2005 11:15
AfxGetInstanceHandle() fails in DLL
I have a DLL in which I have an exported function that creates a window :- BOOL bOK = CWnd::CreateEx( dwExStyle, AfxRegisterWndClass( NULL ), _T("Title"), WS_POPUP, CRect( ... ) , pWnd, 0, NULL ) ; If I write an MFC test app to call this function everything is fine. If a... 26 Sep 2005 07:18
testing for existence of file
Where do I look in MFC for help in testing whether or not a file name (e.g., shirt.wav, shirt.emf) actually exists, before I actually (try to) open it? ... 26 Sep 2005 10:26
Resource Editor Question
Hi to all, I'm using Microsoft Visual Studio .NET 2003. From the dialog resource editor, when I double click on a button to add its message handler, I get the following error message: "Add/Remove of the function is impossible, because the parent class code is read only." I checked the properties of my .cpp... 24 Sep 2005 13:06
CWebBrowser2 question
Hello, I am having trouble loading current .svg document when my OnInitDialog() is called. I have a line: m_explore.Navigate("c:\\Data\\SVG\\web\\standalone.html", NULL, NULL, NULL, NULL); standalone.html file uses 1 frame: main.html, main.html uses 2 frames: left.html and maps.svg, maps.svg uses xlink:... 23 Sep 2005 16:38
Invalid memory access using regsvr32.exe
Hi, I am using Win2000 with SP4. I am registering an OCX through regsvr32.exe. It is showing an error. LoadLibrary Failed - Invalid Access to Memory Location. This is error is coming when I am building my project after this popup OCX is registered. Regards, Vibhor Mahajan ... 21 Sep 2005 12:03
CreateProcess
I'm attempting to create a process that runs an echo command and pipes it to another application. I can run the application, but I can't run the echo command. Here's the code that is failing: BOOL rVal = TRUE; int err = 0; PROCESS_INFORMATION pi; STARTUPINFO si; err = GetLastError();... 20 Sep 2005 23:40
linker error
I started my mfc solution today and it started giving the below errors:- Linking... uafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2(a)YAPAXI@Z) already defined in libcpmtd.lib(newop.obj) uafxcwd.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??... 16 Sep 2005 12:35
MFC Application start problem
I'm having a problem running a MFC app. It works when I launch it from VS2003 in Release and Debug mode but if I browse through Explorer to it's location on disk and just launch it from there it gives me the following error: AppName: picture interface.exe AppVer: 0.0.5.1 ModName: ntdll.dll ModVer: 5.1.2600... 15 Sep 2005 19:06
First  |  Prev |  Next  |  Last
Pages: 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771