how to check a file is audio/video file or not in mfc
hi, Please help me to find out for video/audio file.CFileFindand CFile classes are tried but not succeeded .Thanks, Sarath s Please remember to mark the replies as answers if they help and unmark them...
View ArticleRestore file of Linux file system from WIndows using C++
Hi everyone,I want to write a program that can restore files from hard drive ( ext2/ext3/ext4 linux file system). I don't know where to start from. What should be the starting point of this? What...
View Articlehow to get IRQ information with vc++
hi i want to get irq information with using of vc++ like providing in this image..which function/property should i use for getting this informaiton.
View Articlehow to get software services information with vc++
hi i want to get information of services which are running with its path like this image.
View ArticleMFC: Multiple rows of CMFCToolBar
Hi, in my MFC application i am using 9 CMFCToolBars, I want them to appear in two rows, what should i do? What i did on my application is attaching below, the output of the program is such that all...
View ArticleReusing custom styles to controls in C++
Hi,I am trying to have customized look for few of the default controls like button, progress bar, etc. I created them in one resource file. But this is limiting me to have this customization to only...
View Articlei want to get information of all my hardware devices
hi i want to get information about all my hardware devices with using c++ like this
View ArticleExceptionExecuteHandler in excpt.h?
I've been trying to get the Julia programming language (http://www.julialang.org/) to compile using the Visual C++ compiler. In 32 bit I've gotten most things to compile, there are still some run-time...
View ArticlePass a struct from c++ to c# CLI
I have a C++ SDK where I'm passing information as a struct to a C# CLI wrapper.The C++ struct is as follows:typedef struct SDK_API tag_PDP_SystemInfo { char siteName[MAX_TITLE_LENGTH + 1]; UINT32...
View Articlehow to get event name from Win32_NTLogEvent in vc++
hi i am getting information about Win32_NTLogEvent. i got apis from msdn. my output is like as below..i want name of particular event in details not its id..in this output it shows only ids of...
View ArticleDevelopment desktop app using WPF and C++
Hi, Is it possible to develop desktop applications using WPF with C++ in Windows 7 using Visual Studio 2010 or Visual Studio 2012?--Kind regards,Alexey Kisliy
View ArticleQuick Access Toolbar (QAT) doesn't shown in Ribbon MFC
Hi,I'm converting an existing application to use ribbon. I'm using visual studio 2012. I tried to add buttons through QAT properties editor in the ribbon designer. The QAT shown in the Test Ribbon...
View ArticleCaption bar buttons are not visible in win 8 and windows 2012 server
Hi,We have developed desktop based application and its been in market for long time(Many years). We have placed one button in windows caption bar(Title bar), we can see that button in XP, win 7...
View Articleone more question on CAsync socket
i am writing a protocol for one special app it works fine except for one case in some cases my packet are 2kB long , when this happens they get split in two parts one of fixed length 1430 and one...
View ArticleConsole application automaticly quitting
Im trying to create a hello world! console application using C and got Visual Studio Express 2012 to be able to compile it. When I add in my code: #include <stdio.h> void main() {printf("Hello...
View ArticleDebug information for 'xxx.exe' cannot be found or does not match
I am using Visual Studio 2010 Pro. and compiling under x64 platform building 64 bit binary. My specific Visual Studio version is "10.0.40219.1 SP1Rel"My program (C++) is very simple:#include...
View ArticleV.S 2008 dll that depnds on MFC42
Hello,I have a V.S 2008 project that creates a dll. According to "dependency walker" this dll depends on MFC42D.dll How this is possible ?V.S 2008 uses a newer MFC (MFC90 ?).MFC42 is used in the old...
View ArticleVIsual C++ 2012: Can you compile MFC DLL/Library from source code?
I am curious if it's possible to compile the MFC source code to DLL/Library from what is provided with the Visual C++ 2012 install.If so, where would I find this information?Hoody Hoo!
View ArticleCFolderPickerDialog - zip files with folders
Hi guysPlease help.In brief, in a project, when a certain button is clicked, it is supposed to open a folder dialog, so I used the CFolderPickerDialog class. But It shows only folders. I want it to...
View ArticleVS2013 command line devenv build or clean hangs
I could reproduce this command line hang using following steps:1. Create C++ win32 console application2. Add x64 solution + platform configuration3. start developer command prompt VS2013 and run cmd:...
View Article