Click here to Skip to main content
15,928,983 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory leak Pin
Derek Waters28-Aug-01 14:08
Derek Waters28-Aug-01 14:08 
GeneralTwo simple questions ... Pin
Hadi Rezaee28-Aug-01 1:12
Hadi Rezaee28-Aug-01 1:12 
GeneralRe: Two simple questions ... Pin
Anders Molin28-Aug-01 2:20
professionalAnders Molin28-Aug-01 2:20 
GeneralRe: Two simple questions ... Pin
Hadi Rezaee28-Aug-01 19:12
Hadi Rezaee28-Aug-01 19:12 
GeneralRe: Two simple questions ... Pin
Anders Molin28-Aug-01 22:09
professionalAnders Molin28-Aug-01 22:09 
GeneralRe: Two simple questions ... Pin
KingsGambit28-Aug-01 21:22
KingsGambit28-Aug-01 21:22 
Questionhow to capture active window background's screen? Pin
boyhill28-Aug-01 1:02
boyhill28-Aug-01 1:02 
Questionwhy not using GetWindowInfo funtion? Pin
boyhill28-Aug-01 0:37
boyhill28-Aug-01 0:37 
sytem environment:vc6 sp6,win2000 sp2Rose | [Rose]

WINDOWINFO wi;
::GetWindowInfo(m_hWnd,&wi);

error:
C2065: 'WINDOWINFO' : undeclared identifier

C2146: syntax error : missing ';' before dentifier 'wi'
C2065: 'wi' : undeclared identifier
C2039: 'GetWindowInfo' : is not a member of '`global namespace''
C2065: 'GetWindowInfo' : undeclared identifier

AnswerRe: why not using GetWindowInfo funtion? Pin
Christian Graus28-Aug-01 0:53
protectorChristian Graus28-Aug-01 0:53 
AnswerRe: why not using GetWindowInfo funtion? Pin
Michael Dunn28-Aug-01 17:29
sitebuilderMichael Dunn28-Aug-01 17:29 
GeneralRe: why not using GetWindowInfo funtion? Pin
boyhill28-Aug-01 21:45
boyhill28-Aug-01 21:45 
GeneralPrint question Pin
28-Aug-01 0:24
suss28-Aug-01 0:24 
GeneralCreating a variable grid. Pin
28-Aug-01 0:11
suss28-Aug-01 0:11 
GeneralRe: Creating a variable grid. Pin
Michael P Butler28-Aug-01 0:20
Michael P Butler28-Aug-01 0:20 
QuestionHow to toggled the Numlock key on Windows 98? Pin
Maer72728-Aug-01 0:01
Maer72728-Aug-01 0:01 
AnswerRe: How to toggled the Numlock key on Windows 98? Pin
Paul M Watt23-Feb-02 16:25
mentorPaul M Watt23-Feb-02 16:25 
GeneralAbout "EnableCompoundFile" Pin
Maer72728-Aug-01 0:00
Maer72728-Aug-01 0:00 
Generalasynchronous property Pin
Maer72727-Aug-01 23:59
Maer72727-Aug-01 23:59 
Questionhow to show line numbers in the Text Editor in VC IDE? Pin
haozl27-Aug-01 23:22
haozl27-Aug-01 23:22 
AnswerRe: how to show line numbers in the Text Editor in VC IDE? Pin
Christian Graus27-Aug-01 23:35
protectorChristian Graus27-Aug-01 23:35 
QuestionHow to create child window from dialog? Pin
27-Aug-01 23:15
suss27-Aug-01 23:15 
AnswerRe: How to create child window from dialog? Pin
Christian Graus27-Aug-01 23:28
protectorChristian Graus27-Aug-01 23:28 
GeneralRe: How to create child window from dialog? Pin
27-Aug-01 23:50
suss27-Aug-01 23:50 
GeneralRe: How to create child window from dialog? Pin
Christian Graus28-Aug-01 13:30
protectorChristian Graus28-Aug-01 13:30 
Generaldrawing rectangle when moving a window Pin
27-Aug-01 23:13
suss27-Aug-01 23:13 

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.