0
votes
0answers
11 views
To generate a PDF page from an MFC MDI CView
My c++ MFC MDI application displays engineering drawings in its views. What is a good way to dump a CView derived object into a PDF file? What libraries could you suggest (not nesesery free)?
I've …
0
votes
2answers
15 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
15 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 …
1
vote
1answer
27 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
18 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
3answers
45 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 …
3
votes
4answers
73 views
How can we use .NET dll in VC++?
Please suggest me the best way to use .NET dll in VC++ project.
0
votes
0answers
23 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
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
18 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
…
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
2answers
46 views
Unicode RTF text in RichEdit
I'm having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are wchar_t strings.
If I create the control as "RichEdit20A" I can use e.g. …
0
votes
2answers
18 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
2answers
36 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
vote
2answers
49 views
Switching threads for MFC application cleanup
I'm trying to clean up specific memory objects created by a specific thread (hence only accessible to that thread). The only way for me to achieve that is to switch to that particular thread when …
