Click here to Skip to main content
15,923,376 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: free a char[ ] Pin
Jonas Larsson15-Oct-03 23:01
Jonas Larsson15-Oct-03 23:01 
GeneralRe: free a char[ ] Pin
slomoman16-Oct-03 0:00
slomoman16-Oct-03 0:00 
GeneralRe: free a char[ ] Pin
Jonas Larsson16-Oct-03 1:02
Jonas Larsson16-Oct-03 1:02 
GeneralRe: free a char[ ] Pin
Jonas Larsson16-Oct-03 1:28
Jonas Larsson16-Oct-03 1:28 
GeneralDetecting Power Off Pin
Atlantys14-Oct-03 12:47
Atlantys14-Oct-03 12:47 
GeneralRe: Detecting Power Off Pin
João Paulo Figueira14-Oct-03 23:03
professionalJoão Paulo Figueira14-Oct-03 23:03 
GeneralRe: Detecting Power Off Pin
Atlantys15-Oct-03 6:04
Atlantys15-Oct-03 6:04 
QuestionHow to get the redirected URL or Curent URL from the HTML Viwer/Container Pin
AKSIVAKUMAR14-Oct-03 5:41
AKSIVAKUMAR14-Oct-03 5:41 
Hello All,

How to get the redirected URL or Curent URL from the HTML Viwer/Container ?

Suggestions are most welcome!!!


Thanks & Regards
AKS

//------------------------------------------//
Note: FYI : Sample Code
//------------------------------------------//


void CSTHtmlDialog::CreateHtmlWindow()
{
if (m_HtmlViewInstance == 0) {
m_HtmlViewInstance = ::LoadLibrary(L"htmlview.dll");
}

VERIFY(InitHTMLControl(AfxGetInstanceHandle()));

DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS;
RECT rect;
GetClientRect(&rect);
m_hwndHtml = ::CreateWindow (DISPLAYCLASS,
NULL,
dwStyle,
rect.left,
rect.top,
rect.right,
rect.bottom,
m_hWnd,
0,
m_HtmlViewInstance,
NULL);
CString url = "http://www.vision.com";
BSTR bstrURL = SysAllocString(url);
::SendMessage(m_hwndHtml, DTM_NAVIGATE, 0, (LPARAM)bstrURL);
SysFreeString(bstrURL);
}
AnswerRe: How to get the redirected URL or Curent URL from the HTML Viwer/Container Pin
João Paulo Figueira14-Oct-03 6:38
professionalJoão Paulo Figueira14-Oct-03 6:38 
Generalexport dialog-recource Pin
slomoman13-Oct-03 7:56
slomoman13-Oct-03 7:56 
GeneralRe: export dialog-recource Pin
João Paulo Figueira13-Oct-03 11:06
professionalJoão Paulo Figueira13-Oct-03 11:06 
Generaljpgs in pocketIE look crappy Pin
slomoman13-Oct-03 7:42
slomoman13-Oct-03 7:42 
Generalclose the MainFrame from a Child-Window Pin
slomoman13-Oct-03 7:34
slomoman13-Oct-03 7:34 
GeneralRe: close the MainFrame from a Child-Window Pin
João Paulo Figueira13-Oct-03 10:46
professionalJoão Paulo Figueira13-Oct-03 10:46 
GeneralRe: close the MainFrame from a Child-Window Pin
slomoman15-Oct-03 3:13
slomoman15-Oct-03 3:13 
GeneralRe: close the MainFrame from a Child-Window Pin
João Paulo Figueira15-Oct-03 3:24
professionalJoão Paulo Figueira15-Oct-03 3:24 
GeneralRe: close the MainFrame from a Child-Window Pin
slomoman15-Oct-03 5:37
slomoman15-Oct-03 5:37 
GeneralOn Wakup: Determine if Password and/or User Information Dialog ist closed... Pin
User-37793613-Oct-03 6:56
User-37793613-Oct-03 6:56 
Generalload a html-file from file Pin
slomoman10-Oct-03 7:02
slomoman10-Oct-03 7:02 
GeneralRe: load a html-file from file Pin
João Paulo Figueira10-Oct-03 8:00
professionalJoão Paulo Figueira10-Oct-03 8:00 
GeneralRe: load a html-file from file Pin
slomoman10-Oct-03 8:19
slomoman10-Oct-03 8:19 
GeneralRe: load a html-file from file Pin
João Paulo Figueira10-Oct-03 10:52
professionalJoão Paulo Figueira10-Oct-03 10:52 
GeneralREALLY close an application Pin
slomoman10-Oct-03 3:19
slomoman10-Oct-03 3:19 
GeneralRe: REALLY close an application Pin
João Paulo Figueira10-Oct-03 3:26
professionalJoão Paulo Figueira10-Oct-03 3:26 
GeneralRe: REALLY close an application Pin
slomoman16-Oct-03 6:18
slomoman16-Oct-03 6:18 

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.