Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing CDatabase * in dll Pin
gabriel dina28-Dec-03 23:13
gabriel dina28-Dec-03 23:13 
GeneralRe: Using CDatabase * in dll Pin
David Crow29-Dec-03 3:02
David Crow29-Dec-03 3:02 
GeneralRe: Using CDatabase * in dll Pin
gabriel dina29-Dec-03 3:08
gabriel dina29-Dec-03 3:08 
GeneralRe: Using CDatabase * in dll Pin
gabriel dina29-Dec-03 3:34
gabriel dina29-Dec-03 3:34 
GeneralRe: Using CDatabase * in dll Pin
gabriel dina29-Dec-03 4:05
gabriel dina29-Dec-03 4:05 
Generalmsout headers Pin
BaldwinMartin28-Dec-03 23:05
BaldwinMartin28-Dec-03 23:05 
GeneralOnDraw with CHtmlView Pin
Anonymous28-Dec-03 21:56
Anonymous28-Dec-03 21:56 
GeneralRe: OnDraw with CHtmlView Pin
Shog929-Dec-03 9:44
sitebuilderShog929-Dec-03 9:44 
As i understand it, CHtmlView hosts whatever OLE ("Active") documents necessary to display what is navigated to. So, if a particular machine is not configured with appropriate viewers for a given file type, it will open externally. Think of it as having IE embedded in your app - there's surprisingly little difference.

As for drawing over it - n'uhuh. Don't be trying to do that. First, it won't work. Second, even if it did, it would be quite wasteful. If you are going to be drawing the view yourself, then you don't have any use for CHtmlView anyway - CScrollView will work just fine. There's no reason you can't use whichever view is most appropriate for a given file at runtime.

Z
no one puts flowers
on a flower's grave

Questionatof conversion in unicode available?? Pin
FASTian28-Dec-03 21:53
FASTian28-Dec-03 21:53 
AnswerRe: atof conversion in unicode available?? Pin
dan o28-Dec-03 22:09
dan o28-Dec-03 22:09 
AnswerRe: atof conversion in unicode available?? Pin
PJ Arends28-Dec-03 22:17
professionalPJ Arends28-Dec-03 22:17 
GeneralRe: atof conversion in unicode available?? Pin
FASTian28-Dec-03 23:17
FASTian28-Dec-03 23:17 
AnswerRe: atof conversion in unicode available?? Pin
Joe Woodbury29-Dec-03 6:40
professionalJoe Woodbury29-Dec-03 6:40 
Questionhow i read and write to com port inVC++ Pin
Tahir12328-Dec-03 21:35
Tahir12328-Dec-03 21:35 
AnswerRe: how i read and write to com port inVC++ Pin
benben28-Dec-03 21:46
benben28-Dec-03 21:46 
AnswerRe: how i read and write to com port inVC++ Pin
Monty228-Dec-03 21:47
Monty228-Dec-03 21:47 
AnswerRe: how i read and write to com port inVC++ Pin
YaronNir29-Dec-03 4:44
YaronNir29-Dec-03 4:44 
Generala problem about how to use a class in dll Pin
benben28-Dec-03 21:11
benben28-Dec-03 21:11 
GeneralRe: a problem about how to use a class in dll Pin
ashxly28-Dec-03 21:19
ashxly28-Dec-03 21:19 
GeneralRe: a problem about how to use a class in dll Pin
benben28-Dec-03 21:38
benben28-Dec-03 21:38 
GeneralRe: a problem about how to use a class in dll Pin
benben29-Dec-03 2:53
benben29-Dec-03 2:53 
GeneralActiveX problem Pin
FASTian28-Dec-03 20:41
FASTian28-Dec-03 20:41 
Generalget the more than one IP address in one PC Pin
Tripey28-Dec-03 20:06
Tripey28-Dec-03 20:06 
GeneralRe: get the more than one IP address in one PC Pin
Monty228-Dec-03 20:29
Monty228-Dec-03 20:29 
GeneralIcon on Pushbuttons Pin
Best Friend28-Dec-03 17:31
Best Friend28-Dec-03 17:31 

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.