Click here to Skip to main content
15,913,911 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clipboard CRLF & Control Fonts Pin
NullStream3-Feb-02 9:30
NullStream3-Feb-02 9:30 
Question4*4*4*4=? Pin
3-Feb-02 8:04
suss3-Feb-02 8:04 
AnswerRe: 4*4*4*4=? Pin
NullStream3-Feb-02 8:07
NullStream3-Feb-02 8:07 
AnswerRe: 4*4*4*4=? Pin
Tim Smith3-Feb-02 8:37
Tim Smith3-Feb-02 8:37 
AnswerRe: 4*4*4*4=? Pin
Michael Dunn3-Feb-02 11:34
sitebuilderMichael Dunn3-Feb-02 11:34 
GeneralClient Area Pin
syedhassan43-Feb-02 7:48
syedhassan43-Feb-02 7:48 
GeneralRe: Client Area Pin
PJ Arends3-Feb-02 9:47
professionalPJ Arends3-Feb-02 9:47 
GeneralWTL CHyperLink errors Pin
IGx893-Feb-02 7:45
IGx893-Feb-02 7:45 
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 errors:
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 : '('

Any idea what I'm doing wrong?
GeneralAccess a control from a DLL Pin
NikoTanghe3-Feb-02 7:34
NikoTanghe3-Feb-02 7:34 
GeneralRe: Access a control from a DLL Pin
Joaquín M López Muñoz3-Feb-02 9:01
Joaquín M López Muñoz3-Feb-02 9:01 
GeneralRe: Access a control from a DLL Pin
Mazdak3-Feb-02 10:01
Mazdak3-Feb-02 10:01 
QuestionBest way to use a clipping region? Pin
Jay Beckert3-Feb-02 7:02
Jay Beckert3-Feb-02 7:02 
AnswerRe: Best way to use a clipping region? Pin
Paul M Watt3-Feb-02 14:30
mentorPaul M Watt3-Feb-02 14:30 
GeneralSearch for a certain character in a sentence Pin
3-Feb-02 6:38
suss3-Feb-02 6:38 
GeneralRe: Search for a certain character in a sentence Pin
Vladimir Georgiev3-Feb-02 7:21
Vladimir Georgiev3-Feb-02 7:21 
GeneralRe: Search for a certain character in a sentence Pin
Fredrik Skog4-Feb-02 0:10
Fredrik Skog4-Feb-02 0:10 
QuestionHow can I tab through a MsFlexGrid control? Pin
DanYELL3-Feb-02 6:33
DanYELL3-Feb-02 6:33 
AnswerRe: How can I tab through a MsFlexGrid control? Pin
Mazdak3-Feb-02 6:41
Mazdak3-Feb-02 6:41 
Generalloading icon to mainframe Pin
3-Feb-02 5:58
suss3-Feb-02 5:58 
GeneralRe: loading icon to mainframe Pin
Mazdak3-Feb-02 7:01
Mazdak3-Feb-02 7:01 
GeneralRe: loading icon to mainframe Pin
3-Feb-02 13:41
suss3-Feb-02 13:41 
GeneralRe: loading icon to mainframe Pin
Jay Beckert3-Feb-02 14:57
Jay Beckert3-Feb-02 14:57 
GeneralRe: loading icon to mainframe Pin
Jay Beckert3-Feb-02 15:09
Jay Beckert3-Feb-02 15:09 
GeneralRe: loading icon to mainframe Pin
Fredrik Skog4-Feb-02 0:17
Fredrik Skog4-Feb-02 0:17 
GeneralRe: loading icon to mainframe Pin
5-Feb-02 2:08
suss5-Feb-02 2:08 

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.