How To Change Color Of Particular Region Of Client Area ?
How To Change Color Of Particular Region Of Client Area ? ( Using Win32 API )
View Articlereturn the bool value of an attribute in a xml node
Hi, I have a xml code snippet:<LayoutNode FrameSourceIndex="0" SourceIndex="25" DoC="5" ContainImg="1" IsImg="false" ContainTable="true" ContainP="0" TextLen="22810" LinkTextLen="8695" DOMCldNum="3"...
View ArticleFTP Proxy Authentication
Hi Every one, I have a mini project to download files from FTP server. Currently I'm using WinInet functions. I'm doing an enhancement to support ftp proxy and HTTP proxy with Authentication. As far...
View Articlevisual studio 2010, C++ fatal error C1083: Cannot open source file:
Error:c1xx : fatal error C1083: Cannot open source file: 'E:\DP\mapnik-v2.2.0\include': Permission denied1> Generating Code...1> Compiling...1> agg1>c1xx : fatal error C1083: Cannot open...
View ArticleMeta data of a file in MFC
is it possible to get metadata(like image, is audio or video etc ) of a file in MFCthanks , sarath sPlease remember to mark the replies as answers if they help and unmark them if they provide no help...
View ArticleShader Designer: not present in MSVS 2013
Shader Designer: Can't find it.I attempted to follow the steps to add a DGSL shader editing file to a C++ project... as such...To add a DGSL shader to your projectIn Solution Explorer, open the...
View ArticleURLDownloadToFile hanging, only on one system
HiThe app we're developing works fine on all systems, except for one in which it occasionally hangs.We've narrowed the problem down to the URLDownloadToFile() function in urlmon.lib, which is not...
View ArticleUSB Serial Virtual COM port : Read not working
Hello,I use embedded hardware (by TI : Piccolo Control Stick xxx69) which uses FTDI usb to serial converter hardware.On PC, I have simple VC++ application which tries to communicate to hardware over...
View Articleproblem of updating windows service
I've setted "CanStop" attribute of my service to "False". When I'm using a Process.kill method to terminate this service process in ProjectInstaller_BeforeUninstall() it failed.How can I update this...
View ArticleWhat is this dreaded __missing_type__ actually good for?
Can anybody please explain to me what this dreaded __missing_type__ is actually good for? The compiler inserts this sort of place holder if it could not load a depending type libary before, that...
View Articledetecting DX features
I started with this http://msdn.microsoft.com/library/windows/desktop/dn312084/but the codeHRESULT hr = D3D11CreateDevice( nullptr, // Specify nullptr to use the default adapter....
View Articleerror C2440: 'initializing' : cannot convert from 'int' to 'ATL::CStringT
Hello smart people! :-) I'm kind of new at using Visual Studio but I have code that I need to compile. I have knowledge that it had compiled fine in the older versions of VS but I haven't been able to...
View ArticleSatellite DLL for VC DLL
Hi,I want to localized a VC/MFC based DLL called MyDLL.dll. I read the article about satellite DLL athttp://msdn.microsoft.com/en-us/library/8fkteez0 . However, it seems works for EXE file only. If I...
View ArticleMy Visual Studio C# project executes only on my PC. It does not execute on...
HI! I have developed an application which executes on my own pc but does not executes on any other computer not even giving any of the error. I have make setup.exe file for it which installs the...
View ArticleSample MFC Application with CDockablePane as view?
Is there any example that show CDockablePane with Document / View architecture design? Most of the sample I saw are either SDI or MDI. I want to create MDI example that allow user to move the windows...
View Articleeasy - long to time
I have a simple question regarding time.I'd like to pass a long parameter in a dll function that can be used by the function to represent date & time.Could someone help me understand the issues I...
View ArticleVS2010 re-building unnecessarily
I have a VS2010 solution with five projects. One is a static library. Three are console programs with little besides a main with calls to the library. One is a signficant project with a main and a...
View ArticleReverse Digits in C++
Dear C++ experts,I need help with this program:Write a complete C++ program that reverses the digits of a given positive integer. For example if the user enters a positive number 123456, your program...
View ArticleTurbo C++ "From any base to base 10"
Can anyone help me. The program won't follow the statements that I put that causes the program won't function properly. Help me about this and can anyone know how to put this in character...
View ArticleCStdioFile failes
I am new to MFC. I have wrote following code in MFC and C++ env is the input for my function. 1. const CSource* std = env->GetSource(); 2. const CLoader* lo_source =...
View Article