I have a fairly large VS 2003 C++ project. I want to move it to VS 2008.
I eventually would like it to be complete ported to C#, but I am interested in suggestions on an incremental approac...
I'm trying to slowly convert my MFC code to .NET code. My example works fine until I try and use a CString.
Is there a way to do this?
Thanks
I want to get information about windows user log on.... I know that the function GetUserName I get Windows User Name, but I´d like to get User Id and Session(for example: Console).
Do know ...
Hi All,
I'm stuck trying to figure out how to listen to an event in a managed c++ .net win from, the event is raised within a vb .net app. Any help, sample code, ideas, etc. wold be greatly...
Hi all,
I have a button that can be enable or disable. When it's disabled, only the text color on the button changes from black to grey. But, I want more noticible change when button is dis...
How to move cursor to the point what have coordinate assigned before .
So in my quest to integrate a native C++ dll callback into a managed C++ project, I have now succeeded (with much help!) to import the dll calls including the callback call into the project by...
Hi Experts,
I've opened a VS2003 project and converted it to VS2008. I'm getting the error above - no idea how to fix this. I'm pretty sure it's supposed to be MFC90 for VS2008....
C...
I've been trying to figure this out and well the MSDN library just doesn't seem to help me enough to do it. Which can be found here
http://msdn.microsoft.com/library/default.asp?url=/librar...
I'm trying to learn VC++.net, i got stuck, can you recommned any online tutorial i could do to learn it. I need to ask questions
I am using a desktop 2.8 mghz, 80 hard drive 1 meg. windows x...
I'm wanting to install a couple of windows systemwide hooks:
a)WH_CBT to yield the next window to receive focus, and the last window to have focus and,
b)WH_KEYBOARD to yield when a user has...
I have a VC 6 app, and I want to be able to parse an excel spreadsheet from my app. The data in the spreadsheet will always have the same format. The format is as follows: a double precision...
hi expert
how i convert following c heade to pascal.
i convert but not work.
please convert it into pascal . i dont understand typedef union and into struct how work and how convert to sim...
Hi,
I'd like to create a simple trial period for my app that allows me to hard-code a date in the code past which the app will no longer work.
It doesn't have to be totally hacker proof...
I want to place all my bitmaps in a resource dll which I've already made and loaded into my program.
Now the problem is, I have an existing Bitmap class which can get a bitmap from a file or ...
Hi,
My Requirement:
I'm developing Intranet Application for company internal use. in this one the module (ActiveX) says read and write files from all the terminals in the company.
Devel...
I am writing a C++ program that can be run standalone or as an NT Service.
If the program is running as an NT Service I need to alter its behavior slightly, so I need to write some code to di...
Hey guys ,
I'm trying to access the _int64 MaxValue variable, but I can't figure out the correct syntax. Below are some examples of what I've tried so far that don't seem to work.
Hi Experts,
Our application needs to load a file into a std::ifstream object. The filename contains Slovenian characters - i.e. Latin Small Letter Z with Caron. (U+017E). Assume that I have...
I have a Win32 DLL project which builds perfectly on my VS2005(pro) machine running XP32(pro). On a newer machine with VS2008(standard) running XP64 the same code fails to link with the follo...
I have an VC 6.0 app. In design time, I created a menu on the main dialog. The resource ID is IDR_MAINFRAME. Like many windows programs, this menu has three menus. From left to right, the ...
.
.*
::
?:
#
##
the above c++ operators i know, cannot be overloaded. I am looking for an explanation behind this reasoning.
Hi,
Can any one please let me know what is the syntax for sprintf and strcpy functions in VC++ .NET 2005? I know they are deprecated in VC++ .NET 2005, but quite dont know what their synt...
VS2005 How to delete/remove projects from Recent Projects on Start Page ?
I tried highlighting and then pressing the Del key. Nothing happened.
I tried Right Click for a menu. No menu pop...
Hi,
I have a user that keeps getting the following error, when she logs off or logs on the computer.
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\HP\Pr...