Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionString manipulation. Pin
Comp_Users8-Jul-09 0:32
Comp_Users8-Jul-09 0:32 
AnswerRe: String manipulation. Pin
«_Superman_»8-Jul-09 0:49
professional«_Superman_»8-Jul-09 0:49 
GeneralRe: String manipulation. Pin
Comp_Users8-Jul-09 1:14
Comp_Users8-Jul-09 1:14 
GeneralRe: String manipulation. Pin
Stuart Dootson8-Jul-09 1:14
professionalStuart Dootson8-Jul-09 1:14 
AnswerRe: String manipulation. Pin
Stuart Dootson8-Jul-09 1:10
professionalStuart Dootson8-Jul-09 1:10 
QuestionCHtmlEditCtrl problem :( Pin
bosfan8-Jul-09 0:10
bosfan8-Jul-09 0:10 
QuestionRe: CHtmlEditCtrl problem :( Pin
«_Superman_»8-Jul-09 0:22
professional«_Superman_»8-Jul-09 0:22 
AnswerRe: CHtmlEditCtrl problem :( Pin
bosfan8-Jul-09 0:44
bosfan8-Jul-09 0:44 
Hi,
the return code is S_OK, and then i try with this very simple code, and the result is the same, nothing is shown! Frown | :(
CString str_html = L"<html><head<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">Hello worls!</body></html>";
HRESULT hres;
	
if(S_OK != (hres = m_cBrowserDetails.SetDocumentHTML(str_html)))
	Sleep(10); // i have here a breakpoint


Then i try with COM and SAVEARRAY, but is the same result!


regards
termal
GeneralRe: CHtmlEditCtrl problem :( Pin
«_Superman_»8-Jul-09 0:59
professional«_Superman_»8-Jul-09 0:59 
QuestionHow to get the index number of a Listbox item displayed in a message box Pin
kokilag7-Jul-09 23:30
kokilag7-Jul-09 23:30 
AnswerRe: How to get the index number of a Listbox item displayed in a message box Pin
Cedric Moonen7-Jul-09 23:38
Cedric Moonen7-Jul-09 23:38 
QuestionRe: How to get the index number of a Listbox item displayed in a message box Pin
CPallini8-Jul-09 0:01
mveCPallini8-Jul-09 0:01 
JokeRe: How to get the index number of a Listbox item displayed in a message box Pin
Rajesh R Subramanian8-Jul-09 0:49
professionalRajesh R Subramanian8-Jul-09 0:49 
QuestionDrawFocusRect Pin
kumar sanghvi7-Jul-09 23:04
kumar sanghvi7-Jul-09 23:04 
AnswerRe: DrawFocusRect Pin
Naveen7-Jul-09 23:33
Naveen7-Jul-09 23:33 
GeneralRe: DrawFocusRect Pin
kumar sanghvi8-Jul-09 1:06
kumar sanghvi8-Jul-09 1:06 
GeneralRe: DrawFocusRect Pin
Naveen8-Jul-09 1:23
Naveen8-Jul-09 1:23 
GeneralRe: DrawFocusRect Pin
kumar sanghvi8-Jul-09 1:48
kumar sanghvi8-Jul-09 1:48 
QuestionControlling the folder views from a third party application. Pin
emmmatty17-Jul-09 22:16
emmmatty17-Jul-09 22:16 
AnswerRe: Controlling the folder views from a third party application. Pin
Stuart Dootson7-Jul-09 22:32
professionalStuart Dootson7-Jul-09 22:32 
GeneralRe: Controlling the folder views from a third party application. Pin
emmmatty17-Jul-09 23:35
emmmatty17-Jul-09 23:35 
GeneralRe: Controlling the folder views from a third party application. Pin
Stuart Dootson8-Jul-09 0:48
professionalStuart Dootson8-Jul-09 0:48 
GeneralRe: Controlling the folder views from a third party application. Pin
emmmatty18-Jul-09 1:53
emmmatty18-Jul-09 1:53 
QuestionC C++ Eclipse plugins Pin
Fatbuddha 17-Jul-09 22:12
Fatbuddha 17-Jul-09 22:12 
AnswerRe: C C++ Eclipse plugins Pin
CPallini7-Jul-09 22:38
mveCPallini7-Jul-09 22:38 

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.