Click here to Skip to main content
15,909,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsomething wrong with faxcomex.h ??? Pin
nvhoang29-Jan-02 6:38
nvhoang29-Jan-02 6:38 
AnswerRe: something wrong with faxcomex.h ??? Pin
Joaquín M López Muñoz29-Jan-02 12:30
Joaquín M López Muñoz29-Jan-02 12:30 
Generalreading data from bitmaps Pin
Rajveer29-Jan-02 6:21
Rajveer29-Jan-02 6:21 
GeneralRe: reading data from bitmaps Pin
Michael A. Barnhart29-Jan-02 16:26
Michael A. Barnhart29-Jan-02 16:26 
GeneralDynamic/Custom arrays, filestorage (databases) Pin
Peter Pearson29-Jan-02 6:12
Peter Pearson29-Jan-02 6:12 
GeneralNon-MFC dialog hyperlinks Pin
IGx8929-Jan-02 5:53
IGx8929-Jan-02 5:53 
GeneralRe: Non-MFC dialog hyperlinks Pin
Not Active29-Jan-02 6:12
mentorNot Active29-Jan-02 6:12 
GeneralRe: Non-MFC dialog hyperlinks Pin
IGx8929-Jan-02 6:28
IGx8929-Jan-02 6:28 
The ATL declarations in stdafx.h:
// the following lines are required for ATL support
#include "atlbase.h"
extern CComModule _Module;
//#include "atlcom.h"
#include "atlapp.h"
#include "atlwin.h"
#include "atlctrls.h"
#include "shellapi.h"
#include "atlctrlx.h"

The usage of CHyperLink:
CHyperLink MyLink;
// Mesage handler for about box.
LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message)
{
case WM_INITDIALOG:
MyLink.SubclassWindow(GetDlgItem(hDlg,IDC_MYEMAIL));
return TRUE;

The error:
C:\WINDOWS\Desktop\WP\WulframPoller.cpp(1173) : warning C4003: not enough actual parameters for macro 'SubclassWindow'
C:\WINDOWS\Desktop\WP\WulframPoller.cpp(1173) : error C2059: syntax error : '('
QuestionNon-MFC property sheets? Pin
IGx8929-Jan-02 5:51
IGx8929-Jan-02 5:51 
AnswerRe: Non-MFC property sheets? Pin
Ravi Bhavnani29-Jan-02 6:20
professionalRavi Bhavnani29-Jan-02 6:20 
GeneralRe: Non-MFC property sheets? Pin
IGx8929-Jan-02 6:20
IGx8929-Jan-02 6:20 
GeneralRe: Non-MFC property sheets? Pin
Ravi Bhavnani29-Jan-02 6:37
professionalRavi Bhavnani29-Jan-02 6:37 
GeneralRe: Non-MFC property sheets? Pin
IGx8929-Jan-02 6:36
IGx8929-Jan-02 6:36 
GeneralRe: Non-MFC property sheets? Pin
Ravi Bhavnani29-Jan-02 6:54
professionalRavi Bhavnani29-Jan-02 6:54 
GeneralCFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 5:20
Jamie Hale29-Jan-02 5:20 
GeneralRe: CFile::GetFileTitle() broken. Pin
Joaquín M López Muñoz29-Jan-02 6:01
Joaquín M López Muñoz29-Jan-02 6:01 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 6:16
Jamie Hale29-Jan-02 6:16 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jon Hulatt29-Jan-02 6:45
Jon Hulatt29-Jan-02 6:45 
GeneralRe: CFile::GetFileTitle() broken. Pin
Ravi Bhavnani29-Jan-02 6:57
professionalRavi Bhavnani29-Jan-02 6:57 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 7:30
Jamie Hale29-Jan-02 7:30 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 13:45
sitebuilderMichael Dunn29-Jan-02 13:45 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 8:40
sitebuilderMichael Dunn29-Jan-02 8:40 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 10:00
Jamie Hale29-Jan-02 10:00 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 10:16
sitebuilderMichael Dunn29-Jan-02 10:16 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 11:09
Jamie Hale29-Jan-02 11:09 

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.