Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Automatic macro increment Pin
Alvaro Mendez31-Mar-03 5:44
Alvaro Mendez31-Mar-03 5:44 
Generalstatic control color Pin
Cedric Moonen31-Mar-03 1:20
Cedric Moonen31-Mar-03 1:20 
GeneralRe: static control color Pin
Alin Negru31-Mar-03 1:31
Alin Negru31-Mar-03 1:31 
GeneralRe: static control color Pin
Cedric Moonen31-Mar-03 2:18
Cedric Moonen31-Mar-03 2:18 
GeneralRe: static control color Pin
Gunnar Bolle31-Mar-03 2:40
Gunnar Bolle31-Mar-03 2:40 
GeneralRe: static control color Pin
Cedric Moonen31-Mar-03 2:54
Cedric Moonen31-Mar-03 2:54 
GeneralHelp about appending the latest data to another file. Pin
dxhdxh31-Mar-03 1:09
dxhdxh31-Mar-03 1:09 
GeneralWebBrowser control questions Pin
tinkywinky31-Mar-03 0:50
tinkywinky31-Mar-03 0:50 
Hi,

1. Is it possible to remove the right scrollbar of a WebBrowser control ?

2. In my control I load a page that open a new window with ad every 2 minutes, so i wrote this code to prevent this :

void CBrowserDlg::NewWindow2Explorer(LPDISPATCH* ppDisp, BOOL* Cancel)
{
*Cancel = TRUE;
}

The problem is that if I click on a link, and that link try to open a new window, it will be blocked, so is it possible to intercept the URL of the page that is going to be opened ?
GeneralRe: WebBrowser control questions Pin
Stephane Rodriguez.31-Mar-03 1:10
Stephane Rodriguez.31-Mar-03 1:10 
Generalgetting a file Pin
Jump_Around31-Mar-03 0:42
Jump_Around31-Mar-03 0:42 
GeneralRe: getting a file Pin
MarkusStr31-Mar-03 1:25
MarkusStr31-Mar-03 1:25 
QuestionMonitoring dialling - how? Pin
Mark Otway31-Mar-03 0:08
Mark Otway31-Mar-03 0:08 
AnswerRe: Monitoring dialling - how? Pin
Ted Ferenc31-Mar-03 4:11
Ted Ferenc31-Mar-03 4:11 
GeneralRe: Monitoring dialling - how? Pin
Mark Otway31-Mar-03 4:21
Mark Otway31-Mar-03 4:21 
Generalntddk.h problem Pin
vikramlinux30-Mar-03 23:57
vikramlinux30-Mar-03 23:57 
GeneralPrb with PreCreateWindow Pin
SatyaDY30-Mar-03 23:22
SatyaDY30-Mar-03 23:22 
GeneralRe: Prb with PreCreateWindow Pin
Cedric Moonen31-Mar-03 0:17
Cedric Moonen31-Mar-03 0:17 
GeneralRe: Prb with PreCreateWindow Pin
SatyaDY31-Mar-03 0:49
SatyaDY31-Mar-03 0:49 
QuestionMPEG-1 length how? Pin
Philip Patrick30-Mar-03 22:34
professionalPhilip Patrick30-Mar-03 22:34 
AnswerRe: MPEG-1 length how? Pin
Philip Patrick31-Mar-03 0:08
professionalPhilip Patrick31-Mar-03 0:08 
GeneralRe: MPEG-1 length how? Pin
_Theo_31-Mar-03 0:50
_Theo_31-Mar-03 0:50 
GeneralRe: MPEG-1 length how? Pin
Philip Patrick31-Mar-03 1:09
professionalPhilip Patrick31-Mar-03 1:09 
GeneralVC6 JIT Debug not working Pin
peterchen30-Mar-03 22:05
peterchen30-Mar-03 22:05 
GeneralCScrollView::OnPrepareDC asserts Pin
baggioluo30-Mar-03 21:44
baggioluo30-Mar-03 21:44 
GeneralXML parsing Pin
Jump_Around30-Mar-03 21:16
Jump_Around30-Mar-03 21:16 

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.