First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
CRepeatButton
In the code below in the RepeatButton.cpp of the test app I see it sends the BN_CLICKED message to the button function which is connected to CRepeatButton. Is it possible to call another function within the main dialog from here? void CRepeatButton::OnTimer(UINT nIDEvent) { if (nIDEvent == 100) { Kill... 13 Sep 2009 05:15
A serializable view for writing line delimited text?
I need a view class for outputting lines of text, in vertical sequence, as if separated by carriage returns. It would be nice if the class could be serialized as a text document. A brief description of the app: It is a physical simulation. In one or more windows, physical values are represented in false color.... 15 Sep 2009 13:32
_set_se_translator
I inherited a program and I am trying to fix a couple of things. One item is kinda wild and I will explain it here. When the program is terminated it logs an error message in the program's log. I want to understand the error message and figure out how to stop it. Typically the program is terminated by a master... 14 Sep 2009 03:05
List of Code Pages API
I want to present a list of windows code pages to the user, much like in internet explorer when you select the encoding from the context menu. Is there an API to return the list of windows code pages? The alternative is I create my own table, but feel this should not be necessary. Thanks. ... 11 Sep 2009 08:26
VS 2005 - Kann keinen Datenbreakpoint anlegen
Hallo, bei einem Visual-C++-Projekt (unmanaged, dialogbasiert) kann ich keine Datenhaltepunkte anlegen. Der entsprechende Men�punkt ist nicht anw�hlbar (grau). Beim gleichen Projekt mit den gleichen Einstellungen ist das unter VS 2003 m�glich. Habt ihr Ideen, woran das liegen k�nnte? Freundliche Gr��e, Chr... 10 Sep 2009 05:51
FreeImage
hey, i have a question to anyone that has used this library before i need to display an image in fullscreen or the actual size of the shot (the actual size of shot is fullscreen anyway). but i am getting a few errors, could someone help me figure it out? this is done in Visual Studio 6 C++ C:\...: error C2... 10 Sep 2009 23:40
SetTimer not calling OnTimer?
studio 2005 vc8 my code : ------------------------------------------- UINT nHandle = StartTimer(5000); UINT CMainFrame::StartTimer(int nInterval) { UINT nTimer = SetTimer(1, nInterval, NULL); return nTimer; } void CMainFrame::OnTimer(UINT_PTR nIDEvent) { DoStuff(); //default handling CFrame... 9 Sep 2009 15:25
How to convert 2 WCHAR to 1 WCHAR
My application is compiled in UNICODE. I am downloading webpages using cyrillic characters for their content. Although these files themselves are ASCII. --- Based on the encoding setting within the webpage or the users browser determines how the content is to be interpreted and then displayed when used w... 11 Sep 2009 08:26
063770 M3i Zero , Ezflash Dsi , R4i Dsi 68210
Consigue tu M3i Zero , Ezflash Dsi , R4i Dsi M3i Zero www.R4spain.com/tienda Puedes comprar M3i Zero , Ezflash Dsi , R4i Dsi hiQF.Jasx=KU>eyeXaIwWYtFj ... 8 Sep 2009 10:19
optimization Off but still get compiler error message
I'm trying to compile with full debug information In the optimisation I've set Optimisation Disabled (/Od) debug info set to Program Database for Edit & Continue (/ZI) But the compiler complains '/O2' and '/ZI' command-line options are incompatible Any help will be Much appreciated Phil ... 9 Sep 2009 05:17
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74