First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Newcomer's CAsyncSocket example: trouble connecting with other clients
stephen park wrote: I don't know what Joe's program is, but the above is correct when you are talking to a telnet-like like server. I have no reason to question Joe's CAsyncServer, but I have not try it to see what it suppose to do for you. What part are you trying to make work? What are you l... 13 May 2010 18:18
Blocking mouse clicks
I have an application which when you click one button it goes into a closed loop routine which updates a graph until it finishes its action. I want to disable any mouse clicks during this time because when the operator inadvertently clicks something before the routine finsihes, the display stops updating and an ho... 14 May 2010 06:16
Is this Regular Expression for UTF-8 Correct??
Is this Regular Expression for UTF-8 Correct?? The solution is based on the GREEN portions of the first chart shown on this link: http://www.w3.org/2005/03/23-lex-U A semantically identical regular expression is also found on the above link underValidating lex Template 1 ['\u0000'-'\u007F'] 2 | (['... 2 Jun 2010 17:37
Where to handle CSliderCtl messages in
VS2008, 32 Bit Win XP In a class derived from CFrameWnd, I have an object of CDialogBar that needs to have certain controls on it. Among these controls would be 2 sliders, whose event handling is to be done in CFrameWnd derived class. How shall I go about this? class CFrameWndCustom : public CFrameWnd { ... 14 May 2010 09:31
MiniDumpWriteDump(...) now showing 'local' variables
Hi, One of our app creates a crash dump file. What we have is: - VS2008 Pro - /DEBUG, (Generate Debug Info) - No private symbols. - /Ox, (Full Optimization) - /OPT:REF, (Eliminate Unreferenced data). - No map file. The dump itself is created using - MiniDumpWriteDump(GetCurrentProcess(), ... 14 May 2010 05:11
General Question: CString vs LPTSTR & LPCTSTR
As I get back into MFC Coding, I'm reminded of the different data types that can be used for proper & efficient coding. Generally, I see functions that use LPTSTR & LPCTSTR. I'm wondering why the CString is not used as much as a parameter. If you pass "CString &", of course, it would be efficient as compared... 17 May 2010 01:36
Expand max. status bar pane text length?
Hello. As I found, maximal status bar pane text length is 127 characters. Is it possible to expand it? Thanks. ... 13 May 2010 02:54
Custom control with a scrollbar and converting dialog box units to pixels in a CWnd derived class
Hello, Lets first state the problem I need to solve: Our application has a protocol debug view, which graphically displays the last round of some UHF reader commands done in a device attached via a serial port (some UHF reader). This display consists of several rows (one per time slot) and each row has severl ... 18 May 2010 12:35
cannot execute C preprocessor cl.exe
Looks like your VC environment is not set. Try calling following command then compile your program vcvars32 Haiping wrote: cannot execute C preprocessor cl.exe 23-Feb-10 Hello, I got the following compiler error: command line error MIDL1004 : cannot execute C preprocessor cl.exe midl Output: 20>Creat... 12 May 2010 02:40
Newcomer's CAsyncSocket example: trouble connecting with other clients
See below... On Tue, 11 May 2010 17:44:36 -0700 (PDT), stephen park <steebu(a)gmail.com> wrote: Hiya, I'm using the AsyncServer portion from Dr. Newcomer's code found here: http://www.flounder.com/kb192570.htm I'm writing various clients using mfc and .net to see if I can send messages to it. Sinc... 14 May 2010 00:52
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30