Click here to Skip to main content
15,896,269 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEfficient method to convert decimal string to hex string and vice versa. Pin
George221-Apr-03 4:18
George221-Apr-03 4:18 
GeneralRe: Efficient method to convert decimal string to hex string and vice versa. Pin
David Crow21-Apr-03 8:13
David Crow21-Apr-03 8:13 
GeneralRe: Efficient method to convert decimal string to hex string and vice versa. Pin
George221-Apr-03 16:26
George221-Apr-03 16:26 
GeneralRe: Efficient method to convert decimal string to hex string and vice versa. Pin
George221-Apr-03 17:05
George221-Apr-03 17:05 
GeneralRe: Efficient method to convert decimal string to hex string and vice versa. Pin
David Crow22-Apr-03 2:26
David Crow22-Apr-03 2:26 
GeneralRe: Efficient method to convert decimal string to hex string and vice versa. Pin
George222-Apr-03 19:41
George222-Apr-03 19:41 
GeneralUsing VS.NET help with VS 6.0 Pin
dabs21-Apr-03 4:11
dabs21-Apr-03 4:11 
GeneralIE: Check if GoBack and GoForward is possible Pin
Dominik Reichl21-Apr-03 4:11
Dominik Reichl21-Apr-03 4:11 
Hello,

I am currently programming an application which embeds the Internet Explorer to display HTML pages.

I want to provide the users buttons like 'Go Back' and 'Go Forward'. It is easy to make the Internet Explorer do this (member functions .GoBack() and .GoForward()), but an error messagebox pops up if I call GoBack and am on the start page (so there is no previous page).

Is it possible to supress these messageboxes
-or-
How can I check if a previous/next page is available?

Confused | :confused:
-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

GeneralRe: IE: Check if GoBack and GoForward is possible Pin
dabs21-Apr-03 4:47
dabs21-Apr-03 4:47 
GeneralRe: IE: Check if GoBack and GoForward is possible Pin
Dominik Reichl21-Apr-03 5:08
Dominik Reichl21-Apr-03 5:08 
GeneralRe: IE: Check if GoBack and GoForward is possible Pin
dabs21-Apr-03 5:38
dabs21-Apr-03 5:38 
GeneralRe: IE: Check if GoBack and GoForward is possible Pin
Dominik Reichl21-Apr-03 6:18
Dominik Reichl21-Apr-03 6:18 
GeneralGDI+, MFC and Print Preview Pin
bensabat21-Apr-03 3:49
bensabat21-Apr-03 3:49 
GeneralFew questions. Pin
Anonymous21-Apr-03 2:38
Anonymous21-Apr-03 2:38 
GeneralRe: Few questions. Pin
User 665821-Apr-03 4:25
User 665821-Apr-03 4:25 
GeneralCString Vs std::string Pin
John-theKing21-Apr-03 2:31
John-theKing21-Apr-03 2:31 
GeneralRe: CString Vs std::string Pin
Jim Crafton21-Apr-03 6:37
Jim Crafton21-Apr-03 6:37 
GeneralRe: CString Vs std::string Pin
Anonymous21-Apr-03 8:26
Anonymous21-Apr-03 8:26 
GeneralRe: CString Vs std::string Pin
Jim Crafton21-Apr-03 13:26
Jim Crafton21-Apr-03 13:26 
QuestionHow to access to String table of DLL Pin
super21-Apr-03 1:29
professionalsuper21-Apr-03 1:29 
AnswerRe: How to access to String table of DLL Pin
David Crow21-Apr-03 3:11
David Crow21-Apr-03 3:11 
GeneralDirectX 8 debug symbols Pin
John Seo21-Apr-03 1:25
John Seo21-Apr-03 1:25 
GeneralDDK from Windows2K Pin
y_seval21-Apr-03 1:10
y_seval21-Apr-03 1:10 
GeneralRe: DDK from Windows2K Pin
Bartosz Bien21-Apr-03 2:37
Bartosz Bien21-Apr-03 2:37 
QuestionHow to add a scrollbar in popup menu Pin
FT pere21-Apr-03 0:29
sussFT pere21-Apr-03 0:29 

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.