Click here to Skip to main content
16,012,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
Wizard_015-Mar-02 11:16
Wizard_015-Mar-02 11:16 
AnswerRe: CWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
Joaquín M López Muñoz5-Mar-02 11:27
Joaquín M López Muñoz5-Mar-02 11:27 
GeneralRe: CWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
alex.barylski5-Mar-02 11:38
alex.barylski5-Mar-02 11:38 
GeneralRe: CWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
Tomasz Sowinski5-Mar-02 11:58
Tomasz Sowinski5-Mar-02 11:58 
GeneralRe: CWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
alex.barylski5-Mar-02 13:31
alex.barylski5-Mar-02 13:31 
GeneralRe: CWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
Jon Hulatt6-Mar-02 5:45
Jon Hulatt6-Mar-02 5:45 
AnswerRe: CWnd::OnNCPaint - how can i draw scrollbar myself ?? Pin
alex.barylski5-Mar-02 11:32
alex.barylski5-Mar-02 11:32 
GeneralFunction Call Prob Pin
Peter Liddle5-Mar-02 11:11
Peter Liddle5-Mar-02 11:11 
Hey guys

The function below is being called by rundll32.exe but whenever i run it i get a memory violation saying :-

The instruction at "0x77f52ff9c" referenced memory at "0x002e2afd. The Memory could not be "read"

// DLLVerifySignature - Allows Verification on double click
bool DLLVerifySignature(HWND hwnd, HINSTANCE hinst, LPTSTR sFileNameAndPath, int nCmdShow)
{
CFullCryptFunc FullCrypt;

FullCrypt.FullVerifySignature(sFileNameAndPath);

FullCrypt.~CFullCryptFunc();

return TRUE;
}

The funtion i call in the FullCrypt class works fine as when i call it from another part of the program i have no problems im guessing that teh problem occurs because the software is not properly initalised when it trys to call this.

Peter
GeneralRe: Function Call Prob Pin
Tomasz Sowinski5-Mar-02 11:23
Tomasz Sowinski5-Mar-02 11:23 
Generalanother quickie Pin
tbbooher5-Mar-02 9:43
tbbooher5-Mar-02 9:43 
GeneralRe: another quickie Pin
Tomasz Sowinski5-Mar-02 9:50
Tomasz Sowinski5-Mar-02 9:50 
GeneralRe: another quickie Pin
tbbooher5-Mar-02 9:50
tbbooher5-Mar-02 9:50 
GeneralRe: another quickie Pin
Tomasz Sowinski5-Mar-02 9:59
Tomasz Sowinski5-Mar-02 9:59 
GeneralRe: another quickie Pin
tbbooher5-Mar-02 10:16
tbbooher5-Mar-02 10:16 
GeneralRe: another quickie Pin
Tim Smith5-Mar-02 10:21
Tim Smith5-Mar-02 10:21 
GeneralALMOST THERE Pin
tbbooher5-Mar-02 10:30
tbbooher5-Mar-02 10:30 
GeneralRe: ALMOST THERE Pin
Joaquín M López Muñoz5-Mar-02 11:24
Joaquín M López Muñoz5-Mar-02 11:24 
GeneralRe: ALMOST THERE Pin
tbbooher5-Mar-02 12:53
tbbooher5-Mar-02 12:53 
GeneralHELP Pin
sardinka5-Mar-02 9:04
sardinka5-Mar-02 9:04 
GeneralRe: HELP Pin
Joaquín M López Muñoz5-Mar-02 9:18
Joaquín M López Muñoz5-Mar-02 9:18 
GeneralRe: HELP Pin
Mazdak5-Mar-02 9:15
Mazdak5-Mar-02 9:15 
GeneralRe: HELP Pin
Bill Wilson5-Mar-02 9:17
Bill Wilson5-Mar-02 9:17 
QuestionCookies in Winsock - How? Pin
5-Mar-02 8:35
suss5-Mar-02 8:35 
AnswerRe: Cookies in Winsock - How? Pin
Joaquín M López Muñoz5-Mar-02 8:56
Joaquín M López Muñoz5-Mar-02 8:56 
GeneralRe: Cookies in Winsock - How? Pin
5-Mar-02 9:15
suss5-Mar-02 9:15 

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.