Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Network/Internet : Catching file-requests ..? Pin
valikac4-Nov-03 5:39
valikac4-Nov-03 5:39 
GeneralStored procedures and CRecordSet Pin
pankajdaga4-Nov-03 3:15
pankajdaga4-Nov-03 3:15 
GeneralRe: Stored procedures and CRecordSet Pin
Chris Meech4-Nov-03 3:43
Chris Meech4-Nov-03 3:43 
GeneralRe: Stored procedures and CRecordSet Pin
pankajdaga4-Nov-03 4:06
pankajdaga4-Nov-03 4:06 
GeneralRe: Stored procedures and CRecordSet Pin
Michael P Butler4-Nov-03 5:34
Michael P Butler4-Nov-03 5:34 
GeneralRe: Stored procedures and CRecordSet Pin
pankajdaga4-Nov-03 6:14
pankajdaga4-Nov-03 6:14 
GeneralAppwizard Project Settings Pin
Eran4-Nov-03 2:49
Eran4-Nov-03 2:49 
GeneralCScrollBar SB codes Pin
ns4-Nov-03 2:46
ns4-Nov-03 2:46 
I find that when I drag the thumbtrack to the extereme left, I step into the SB_THUMBPOSITION: case, not SB_LEFT. So what action do i have to take to make the SB_LEFT triggger?
After that I hope to figure out what makes SB_PAGELEFT trigger.
Thanks,
ns
case SB_THUMBPOSITION: // Scroll to absolute position. nPos is the position
    {
        m_nScrollPos = nPos;

        bRecalc = TRUE;

        break;
    }
case SB_LEFT: // Scroll to far left.
    {
        m_nScrollPos = minpos;

        bRecalc = TRUE;

        break;
    }

Questionhow to delete, or rewrite Pin
don7cry4-Nov-03 2:43
don7cry4-Nov-03 2:43 
AnswerRe: how to delete, or rewrite Pin
valikac4-Nov-03 5:42
valikac4-Nov-03 5:42 
GeneralStretchBlt function Pin
El'Cachubrey4-Nov-03 2:14
El'Cachubrey4-Nov-03 2:14 
GeneralRe: StretchBlt function Pin
Terry O'Nolley4-Nov-03 8:47
Terry O'Nolley4-Nov-03 8:47 
GeneralEncryption by A5/3 of GSM for voice Pin
engahmadm4-Nov-03 2:10
engahmadm4-Nov-03 2:10 
GeneralRe: Encryption by A5/3 of GSM for voice Pin
Dominik Reichl4-Nov-03 9:41
Dominik Reichl4-Nov-03 9:41 
QuestionHow to write text to desktop Pin
Emis4-Nov-03 0:47
Emis4-Nov-03 0:47 
AnswerRe: How to write text to desktop Pin
Alexander M.,4-Nov-03 2:28
Alexander M.,4-Nov-03 2:28 
GeneralRe: How to write text to desktop Pin
Emis4-Nov-03 14:25
Emis4-Nov-03 14:25 
AnswerRe: How to write text to desktop Pin
Mil104-Nov-03 2:38
Mil104-Nov-03 2:38 
GeneralRe: How to write text to desktop Pin
Emis4-Nov-03 15:06
Emis4-Nov-03 15:06 
GeneralLook for help!! About NTDLL.DLL problem~~ Pin
ymmace4-Nov-03 0:37
ymmace4-Nov-03 0:37 
GeneralHTMLEncode in Visual C++ 6.0 Pin
BadJerry4-Nov-03 0:26
BadJerry4-Nov-03 0:26 
GeneralRe: HTMLEncode in Visual C++ 6.0 Pin
murali_utr4-Nov-03 1:04
murali_utr4-Nov-03 1:04 
GeneralRe: HTMLEncode in Visual C++ 6.0 Pin
BadJerry4-Nov-03 1:50
BadJerry4-Nov-03 1:50 
QuestionPlease help me,what operation will cause buffer overrun? Pin
520013144-Nov-03 0:18
520013144-Nov-03 0:18 
AnswerRe: Please help me,what operation will cause buffer overrun? Pin
Steve S4-Nov-03 0:51
Steve S4-Nov-03 0:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.