First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
Application priveleges on Win 7 and Win Vista
Hi, I want to invoke a driver installation from within my MFC application, and for which I plan to use APIs like SetupCopyOEMInf() et al. My question is to do this on Win 7 and Win Vista, how do I raise the permission levels to permit me to do this? I've had a brief look at the UAC documentation in MSDN, b... 22 Jan 2010 16:22
How to find if a path is network or local
Hi All, Are there any API's or system calls through which we can differentiate between 'local paths" (like hard disk/ attached USB drive) and "network paths" (e.g. mapped drives on windows/ shared directories etc.) Thanks in advance Rahul ... 22 Jan 2010 12:58
mfc debugging
Sometimes in WATCH window of VS.NET (MFC) value of object is dispalyed 0x00000081 {unused=???} What is the meaning of "{unused=???}" in watch window. Also what is the meaning of CX0030 error:(expression can not be evaluated) ... 21 Jan 2010 13:29
use "template" in C
can "template" be used in .C file? I wanted to write a arameterized function, but "template" would not compile. I am thinking that the template keyword is not supported in .C file, but I just want to confirm. Thanks. WJ ... 22 Jan 2010 14:06
How can I get a MFC DLL with NO own CWinApp/AfxGetApp() ?
On Jan 19, 11:25 am, w...(a)newsgroups.nospam <weknewsgroupsnos...(a)discussions.microsoft.com> wrote: I have a DLL which uses MFC and is compiled with /clr (because it contains classes which must be callable from C#). That works well when being used from a C# application by calling : if (!AfxWinInit(::GetModu... 20 Jan 2010 10:40
Getting notifications working on a CStatic
I was having the same trouble with a static control. By default, when they're created, static controls don't have the Notify style flag set to true, so don't get these notifications. Set it to true in appstudio and you'll be sorted. This is actually mentioned above but I almost missed it - thanks whoever pointed it ... 19 Jan 2010 05:46
MFC Dialog no comunication help please
OK, something very strange is going on. First, here is what DOES work. I put a button on a “main dialog” box, and add an event so that a function is executed when the button is clicked. So Visual Studio puts an association between the button and the event handler function in the Message Map, adds the event ... 19 Jan 2010 00:21
SDI MAX/MIN childframe?
In an SDI application (NOT MDI), is it possible to HIDE/SHOW the child frame, or max/min the child frame? Thanks in advance ... 20 Jan 2010 16:20
Error C2440 cannot convert from void
I got this error a few days ago and after much searching and still stuck on the problem. Any help given will be greatly appreciated. Error 1 error C2440: 'static_cast' : cannot convert from 'void (__thiscall CPage1::* )(void)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' The error occurred in this code... 18 Jan 2010 22:10
How to - SDI
Hi, all: All my experience on MFC is dialog based application. And now I try to learn the SDI and MDI based application. I create a sample SDI application, but then I have no idea what is the next step I need to do. Like if I want use can enter some data in a CEdit control, how should I do that. Do I need to cre... 2 Feb 2010 17:36
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61