We have developed MDI application on 17 inch monitor in VC++ 2010 MFC.
But now management wants application to run on 10 inch laptop.
Application does not fit,it goes out of screen.
Please tell me...
My MDI Project(VC++2010 Professional) is unable to catch errors ,though I return ,try catch block.
So I developed simple dialog based application .Placed one button on Dialog
and on its click...
Dear Sir, I am using ODBC,CRecordset(MFC class) connectivity to connect to ODBC DSN.I create DSN at runtime using SQLConfigDataSource command.
Will you please able to tell me name Of "Some...
Thats what I want to know What is VC++ syntax for "RESTORE DATABASE" command.If Trial.bak is my database backup what code I should write code in VC++(MFC) to restore it.
I have created simple database connectivity using Visual C++ 2010 professional and SQL server 2008. I want to deploy the project to other machine. I am keeping database backup file in setup.But ...
I have developed two dialog based application One for reading from COM1 port and other
to write on COM1 port.Read application waits for com event.Problem is write application able to open com port...
I have two different machines on one I have VC++ 6.0 and on other VC++ 2010.
I developed a full server MDI application on both (very same). I am able to
see my object in Microsoft word 2007 in...
Will you please tell me how to add code tag?you are right,though my code is well indented as soon as i save it becomes unindented.
The exact problem I am facing is that Deletion is not taking place...
I have created user DSN using odbcad32.exe. As it seems only connection with
office 2007 32 bit available drivers.But when for DataSource( while adding CRecordSet) class ,I mention this DSN,VC++...
I have read the documentation,I have set control on my dialog
WORD dw = 'D';
m_hot.SetHotKey(dw,HOTKEYF_CONTROL);
when I run program it displays the key "ctrl+D " in hotkey control.
But what does...
I am about to purchase Visual Studio 2010 Professional because I want
to use MFC library of VC++ which is not with express edition. But when I gone
on microsoft site for purchase ,no where Visual...
I draged and droped an added registered activex control FPCapX on simple dialog in dialog based application used to display image from hardware attached.
When I start using any of its method which...