Click here to Skip to main content
15,925,870 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLoading a font from a font file Pin
rotu25-Aug-04 16:05
rotu25-Aug-04 16:05 
GeneralRe: Loading a font from a font file Pin
palbano25-Aug-04 17:57
palbano25-Aug-04 17:57 
GeneralRe: Loading a font from a font file Pin
rotu25-Aug-04 21:09
rotu25-Aug-04 21:09 
GeneralRe: Loading a font from a font file Pin
Chris Losinger26-Aug-04 3:35
professionalChris Losinger26-Aug-04 3:35 
GeneralRe: Loading a font from a font file Pin
rotu27-Aug-04 0:17
rotu27-Aug-04 0:17 
QuestionHow to access an URL from within VC++/VB code( Not .NET) Pin
JM9325-Aug-04 13:45
JM9325-Aug-04 13:45 
AnswerRe: How to access an URL from within VC++/VB code( Not .NET) Pin
l a u r e n25-Aug-04 15:37
l a u r e n25-Aug-04 15:37 
AnswerRe: How to access an URL from within VC++/VB code( Not .NET) Pin
palbano25-Aug-04 17:53
palbano25-Aug-04 17:53 
One of the easiest ways to access web resources is using the MFC WinInet wrapper classes. Take a look at CInternetConnection and related classes. If that does not appeal to you can use the WinInet API directly or even the Winsock2 API to retrieve the web resource.

XML parsers are abundant. To see a large if not complete list of them go to xml.com. Perhaps the most prevalently used parser in Win32 from C++ is the Microsoft MSXML ActiveX control. I have been using it for around 4 years in C++ development. If you are familiar with ATL and _com_ptr_t class using MSXML with the #import directive is a snap.


Watch out! I'm a CPian on the edge!
I have a new Gold rating and I'm not afraid to use it!
-pete

AnswerRe: How to access an URL from within VC++/VB code( Not .NET) Pin
Ravi Bhavnani26-Aug-04 3:18
professionalRavi Bhavnani26-Aug-04 3:18 
GeneralMFC and its BOOL type... Pin
0v3rloader25-Aug-04 13:33
0v3rloader25-Aug-04 13:33 
GeneralRe: MFC and its BOOL type... Pin
Michael Dunn25-Aug-04 14:22
sitebuilderMichael Dunn25-Aug-04 14:22 
GeneralRe: MFC and its BOOL type... Pin
palbano25-Aug-04 17:55
palbano25-Aug-04 17:55 
GeneralRe: MFC and its BOOL type... Pin
Abin26-Aug-04 1:05
Abin26-Aug-04 1:05 
GeneralRe: MFC and its BOOL type... Pin
Antony M Kancidrowski26-Aug-04 2:37
Antony M Kancidrowski26-Aug-04 2:37 
GeneralRe: MFC and its BOOL type... Pin
Tim Smith26-Aug-04 3:01
Tim Smith26-Aug-04 3:01 
GeneralRe: MFC and its BOOL type... Pin
Henry miller26-Aug-04 7:53
Henry miller26-Aug-04 7:53 
GeneralStatically Link ActiveX control Pin
Aaron Schaefer25-Aug-04 13:27
Aaron Schaefer25-Aug-04 13:27 
Generalcscrollview snaps back to zero when you scroll past 32760 pixels Pin
mickelliot25-Aug-04 12:35
mickelliot25-Aug-04 12:35 
GeneralRe: cscrollview snaps back to zero when you scroll past 32760 pixels Pin
mickelliot25-Aug-04 12:41
mickelliot25-Aug-04 12:41 
GeneralRe: cscrollview snaps back to zero when you scroll past 32760 pixels Pin
Joaquín M López Muñoz25-Aug-04 13:03
Joaquín M López Muñoz25-Aug-04 13:03 
GeneralRe: cscrollview snaps back to zero when you scroll past 32760 pixels Pin
mickelliot29-Aug-04 8:44
mickelliot29-Aug-04 8:44 
Generalsolution to this problem Pin
mickelliot31-Aug-04 11:08
mickelliot31-Aug-04 11:08 
GeneralAccessing a Class Variable Using A Void Pointer Pin
Anonymous25-Aug-04 10:47
Anonymous25-Aug-04 10:47 
GeneralRe: Accessing a Class Variable Using A Void Pointer Pin
Doug Mitchell25-Aug-04 11:21
Doug Mitchell25-Aug-04 11:21 
GeneralRe: Accessing a Class Variable Using A Void Pointer Pin
Joaquín M López Muñoz25-Aug-04 12:40
Joaquín M López Muñoz25-Aug-04 12:40 

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.