Tagged Questions

0
votes
2answers
12 views

CMFCRibbonEdit does not get focus.

I just added a CMFCRibbonEdit to my ribbon but it seems it does not get the focus. It appears disabled. I even copy/pasted an implementation of the creation of this control from a Microsoft sample …
0
votes
1answer
6 views

Not able to Print the folder path in EditBox- MFC

I am using the following function ..instead of CFolderDialog.. to get the folder path...check my code below....am getting a run time error when i try toprint the folder path name in a edit box.. …
1
vote
1answer
25 views

Controlling WriteProfileString

Is it possible to specify the application name which is used by CWinApp::WriteProfileString()? If I use CWinApp::SetRegistryKey to set the name of my company to "MyCompany", and I call …
0
votes
1answer
16 views

Databinding in MFC

I have an application that is in mfc with a very rich domain object, but I am not sure how to setup the databinding with the cformview. How do you deal with databinding? Are you ussing the DDX and …
0
votes
0answers
20 views

ShellExecute + runas with quotes (”) in parametees, fails to call the executable/batch

I have tried calling a batch file with elevated permissions. For that I have called fallowing function: (ref - http://msdn.microsoft.com/en-us/library/bb762153%28VS.85%29.aspx) …
0
votes
3answers
43 views

How To Track No Sound Area In A Wav File?

Hello, everyone. How to track sections without sounds in a wav file? a small software what I want to develop is deviding a wav file, and it consider a no volume area as a deviding point. how can a …
0
votes
1answer
14 views

MFC Active-X control in a winforms window on Vista 64bit; “Class not registered Exception”

In an attempt to try to confirm another SO posters suggestion for key handling in an ActiveX control hosted on a winforms window, I tried making a bare-bones MFC ActiveX control, then placing it on a …
0
votes
0answers
17 views

mfc42u exception

I got a crash in one of my MFC based windows service. When I analyzed the crash dump using windbg.exe, I got the following on the top of my stack trace. What is this error? 0094fad8 0040d18c …
0
votes
1answer
26 views

Vertical Scrollbar in CListCtrl

I'm using a CListCtrl in Icon view, but it scrolls horizontally: 1 3 5 7 --> 2 4 6 8 --> I'd rather it scroll horizontally: 1 2 3 4 5 6 | | V V Is there a way to do this?
0
votes
0answers
10 views

COleDropTarget not working for an MFC control

I have 2 MFC controls that I've created derived from a common base. They appear in the same place in my dialog and by clicking a button it swaps between the 2 controls. I do dynamically create the …
3
votes
4answers
71 views

How can we use .NET dll in VC++?

Please suggest me the best way to use .NET dll in VC++ project.
0
votes
2answers
17 views

Finding file size windows MFC application

Hey guys, I Am working on windows MFC application C...I am preparing a report list in my design using CListCtrl were i can list the name,size,type and modified date of the file..I dont know …
1
vote
1answer
23 views

How to Run(launch) elevated command promt programmiticaly in Vista

Hi, I'm trying to install some files from a batch file (through code). However the command should only run as "elevated command" in Vista and Windows 7 Is there any way this can be done …
1
vote
1answer
18 views

MFC Automation how to implement RemoveDocument OnCloseDocument

I have an MFC MDI Application and I am trying to implement Automation with it. I am trying to create a RemoveDocument. How is that done? OnCloseDocument is causing problems. Is there a "standard" for …
1
vote
2answers
35 views

Changing vista file permissions programmatically

Hi, I want to add some files to C:\windows\XXX (windows protected folder, in Vista), under the "TrustedInstaller" for my application. I do not want to replace any file so no issues on Windows …

1 2 3 4 5 62 next
15 30 50 per page