|
First
|
Prev |
Next
|
Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
Toolbars in VS2008 ? Having acquired and installed VS2008, changed all my manifests to refer to MFC and CRT version 9, and rebuilt my program, the first obvious problem is the appearance of the tool bars (using common controls 6). The buttons (under Vista) have gone bluey-grey but the grippers are still the flat old grey it looks ... 28 Apr 2008 09:11
CProgressCtrl help needed Hi, I am writing a dialog-based mfc application for a smartphone. There is a dialog in app, which is a login page with username and password field with OK button. When a user clicks OK button, and tries to login, I show a progress bar using CProgressCtrl class. In the background I verify that username and passwo... 29 Apr 2008 11:13
How to write htis code using IFileOperation in Vista Hello, I have this piece of code which i am using in my application developed on VS2003. i have migrated the code to VS2005 and have cleaned the code, but now i have to port it to Vista. The code uses SHFILEOPSTRUCT and SHFileOperation which are nwo deprecated and a new interface IFileOperation ha... 29 Apr 2008 00:51
Exporting functions from my application Hi, I know how to export functions from a DLL And I know how to use WM_COPYDATA to do a very simple IPC. But is it possible to export functions directly from the exe? What I am aiming to do is. 1- Start my main application 2- The main application would then start another exe 3- The 'other' exe would contac... 30 Apr 2008 07:36
How to get enum identifier name as text during runtime? Is there any preprocessor directive to get the text string of the enum identifier name at runtime? For example, assume: enum MyList {Mem1, Mem2}; during runtime my code wants to reference Mem1 and print its source code text name "Mem1" by referencing Mem1, and not its numeric value 0. ... 28 Apr 2008 13:07
Large text files and searching text So far so good. Please see last portion of code for what I still need to do. void CMyDlg::OnLbnSelchangeList1() { int nSelect; nSelect = c_List1.GetCurSel(); CString cSelect; c_List1.GetText( nSelect, cSelect ); CString JobFile; JobFile = _T("C:\\MyFolder\\"); //re-apply main par... 29 Apr 2008 21:25
Porting 32 bit applications to 64 bit in Visual Studio 2005 Hi all, I am trying to convert my 32 bit application in C++ to a 64 bit compatible platform on Visual Studio 2005. I was wondering if you could guide me in this matter. I know that we have to change variables etc appropritely and compile it in x64 mode. If I am working on a 32-bit machine how do i test and bas... 28 Apr 2008 01:12
Porting up to VC++ 2005 Hi, Thanks to everyone for you past help with VC++6 I have been using the code below with VC++6 with no errors and seems to work fine. When I try to do the same in VC++ 2005 I get errors: Line: nSelect=SendDlgItemMessage(IDC_LIST1, LB_GETCURSEL, 0, 0L); warning C4244: '=' : conversion from 'LRESULT' to 'int... 27 Apr 2008 13:29
Programming Discussion Forum Hello All, We have started with a new programming discussion group on Gmail. TechnicalTalk is a group dedicated to computer programming discussion, programming tutorials, programming articles and much more. Feel free to join this group and solve your programming queries while discussing them to other programs ... 27 Apr 2008 07:02 |