First  |  Prev |  Next  |  Last
Pages: 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749
Beginner to GUI
HI, a quick question, I am a fairly experienced C++ and Java programmer (console, swing and DirectX). But I have no experience using VC++ to build a GUI. I have created an MFC project, but do not know what to do next. I can see how to create dialogs an d maybe show them, but how do I add something to th... 21 Jun 2005 13:11
File Version without GetFileVersionInfo
Hello, I want to add a function to my DLL to return its file version: Is there a way to retrieve the file version from the string table *without* calling GetFileVersionInfo()? or Is there a way to *set* the file version in the string table using another parameter (which I could then retrieve somehow else)... 22 Jun 2005 01:32
What could cause ::MessageBox to fail?
I've found a very weird MFC glitch, and I'm wondering if anyone can cast any light on it. Repro: VS.Net 2003; start new MFC project, make it a dialog app. Add a handler to OnOK(): void CexittestDlg::OnBnClickedOk() { ::MessageBox(0, "foo", "bar", MB_OK); // works DestroyWindow(); // yes, I ... 20 Jun 2005 11:58
Where to download new RichEd20.dll
Hi everyone, There seems to be a backward compatibility problem between RichEd20.dll version 5.30.23.1215 and version 5.30.23.1221. I use the CRichEditCtrl::FormatRange to draw RTF to a DC. Now everything worked fine until I ran the program on a computer that had Microsoft XP with service pack 1, which includes... 19 Jun 2005 22:28
Dynamic Dialog
I am fairly new to UI programming using VC++. I am looking for ways to modify a dialog box dynamically. In other words, I want to be able to add controls to an exisitng dialog during run time. This is a simple dialog which will be empty initially. Just before it is shown, I want to be able to add rows or colum... 15 Jun 2005 06:54
linker problem
I've just moved to a new machine and everything is OK except that about 20% of the time the linker fails and reports Linking... LINK : error : Internal error during EmitMap ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 0043FA43 NumberParameters ... 7 Jun 2005 01:42
CHtmlView refresh problem
We are using an html view in an SDI splitter window pane and have now found the refresh bug mentioned in many other posts here over the years. When the html has focus and a dialog is launched, when that dialog closes the html view doesn't always refresh. Sometimes it even blanks. Other times just doeswn't updat... 25 Apr 2005 22:37
CStatic & Tooltip
Anynone know of a way to take a class derived from a CStatic and have it add a tooltip? I have tried the EnableToolTip(TRUE) and look for several messages but just can't get it to happen.... Anyideas? ... 13 Apr 2005 17:48
CSocket
Is it possible to use the CSocket class in a Win32 Console application? I tried this below : AfxSocketInit() is OK but : m_hSocket = -1 and Create() is impossible What is wrong ? main() { if (!AfxSocketInit()) printf("init sock not OK\n"); CSocket sock; printf("hsock = %d\n",sock.m_hSo... 30 Mar 2005 16:12
CFtpFileFind messes with CFtpConnection; Error 12003
Hello, I have an vxWorks FTP server running. I want to transfer a file to that server, but before transfering it I want to check if the file already exists, so the user can decide whether he wants to overwrite the file. I use CFtpFileFind to check if the file on the server alredy exists. Then I use CInternetF... 29 Mar 2005 08:01
First  |  Prev |  Next  |  Last
Pages: 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749