Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .net and windows forms and why use them? Pin
ns22-Apr-03 9:15
ns22-Apr-03 9:15 
AnswerRe: .net and windows forms and why use them? Pin
Ravi Bhavnani22-Apr-03 12:46
professionalRavi Bhavnani22-Apr-03 12:46 
Generaleasy question about convertion Pin
Martin_Viet22-Apr-03 8:17
Martin_Viet22-Apr-03 8:17 
GeneralRe: easy question about convertion Pin
Emiliano22-Apr-03 12:15
Emiliano22-Apr-03 12:15 
GeneralRe: easy question about convertion Pin
anju22-Apr-03 17:38
anju22-Apr-03 17:38 
GeneralWrite array to file Pin
Dominik Reichl22-Apr-03 7:53
Dominik Reichl22-Apr-03 7:53 
GeneralRe: Write array to file Pin
David Crow22-Apr-03 8:00
David Crow22-Apr-03 8:00 
GeneralRe: Write array to file Pin
Ryan_Roberts22-Apr-03 8:07
Ryan_Roberts22-Apr-03 8:07 
GeneralRe: Write array to file Pin
Dominik Reichl22-Apr-03 8:14
Dominik Reichl22-Apr-03 8:14 
GeneralRe: Write array to file Pin
Dominik Reichl22-Apr-03 8:11
Dominik Reichl22-Apr-03 8:11 
GeneralBasic Question. Pin
73Zeppelin22-Apr-03 7:48
73Zeppelin22-Apr-03 7:48 
GeneralRe: Basic Question. Pin
David Crow22-Apr-03 7:54
David Crow22-Apr-03 7:54 
It provides a means for Windows to communicate with your program. For example, the EnumFonts() API enumerates the fonts available on a specified device. The third parameter is a function pointer that you supply that EnumFonts() will call for each font found. Inside your callback function, you'd receive information about the font (e.g., name, height, quality, character set).
GeneralRe: Basic Question. Pin
Le centriste22-Apr-03 10:47
Le centriste22-Apr-03 10:47 
Generalsocket tutorial Pin
Emiliano22-Apr-03 7:35
Emiliano22-Apr-03 7:35 
GeneralRe: socket tutorial Pin
Mike Zinni22-Apr-03 7:44
Mike Zinni22-Apr-03 7:44 
GeneralRe: socket tutorial Pin
valikac22-Apr-03 8:51
valikac22-Apr-03 8:51 
QuestionHow to change size of window. Pin
gmlnd22-Apr-03 7:19
gmlnd22-Apr-03 7:19 
AnswerRe: How to change size of window. Pin
eXplodus22-Apr-03 8:00
eXplodus22-Apr-03 8:00 
AnswerRe: How to change size of window. Pin
David Crow22-Apr-03 8:08
David Crow22-Apr-03 8:08 
GeneralThe Window button Pin
Demian Panello22-Apr-03 7:15
Demian Panello22-Apr-03 7:15 
GeneralRe: The Window button Pin
valikac22-Apr-03 9:02
valikac22-Apr-03 9:02 
GeneralRe: The Window button Pin
basementman24-Apr-03 8:29
basementman24-Apr-03 8:29 
Generalproblem with CIPAddressCtrl Pin
dudic22-Apr-03 6:30
dudic22-Apr-03 6:30 
GeneralRe: problem with CIPAddressCtrl Pin
David Crow22-Apr-03 7:50
David Crow22-Apr-03 7:50 
Generalchanging the desktop theme Pin
Mahesh Perumal22-Apr-03 6:14
Mahesh Perumal22-Apr-03 6:14 

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.