Click here to Skip to main content
15,881,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
valikac29-Oct-02 13:16
valikac29-Oct-02 13:16 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
Shog929-Oct-02 13:24
sitebuilderShog929-Oct-02 13:24 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
valikac29-Oct-02 13:27
valikac29-Oct-02 13:27 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
Shog929-Oct-02 13:29
sitebuilderShog929-Oct-02 13:29 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
Paul M Watt29-Oct-02 14:59
mentorPaul M Watt29-Oct-02 14:59 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
valikac29-Oct-02 16:37
valikac29-Oct-02 16:37 
GeneralRe: Minimum Windows Size (CFormView) :: MFC Pin
valikac29-Oct-02 17:47
valikac29-Oct-02 17:47 
Generalmodifiy IHTMLTable via IHTMLCollection Pin
Member 5194329-Oct-02 10:21
Member 5194329-Oct-02 10:21 
After getting the IHTMLCollection, and doing get_all etc,
and modifiying the element, the changes to the IHTMLTable
don't appear on the CHtmlEditView.

Any ideas?

<br />
IDispatch... GetHtmlDocument();<br />
...QueryInterface on IHTMLDocument2<br />
pDoc->get_all(&pCollect); <br />
pCollect->item(varID,varIdx, &pDocDisp );<br />
pDocDisp->QueryInterface(IID_IHTMLTable, (void**) &pElem);<br />
<br />
pElem->put_cols(cols);<br />


Thanks



Art
GeneralRe: modifiy IHTMLTable via IHTMLCollection Pin
eXplodus29-Oct-02 10:56
eXplodus29-Oct-02 10:56 
GeneralSelection in CListCtrl Pin
Le centriste29-Oct-02 9:50
Le centriste29-Oct-02 9:50 
GeneralRe: Selection in CListCtrl Pin
Atlantys29-Oct-02 9:57
Atlantys29-Oct-02 9:57 
GeneralRe: Selection in CListCtrl Pin
Joaquín M López Muñoz29-Oct-02 9:58
Joaquín M López Muñoz29-Oct-02 9:58 
GeneralRe: Selection in CListCtrl Pin
Le centriste29-Oct-02 10:01
Le centriste29-Oct-02 10:01 
GeneralRe: Selection in CListCtrl Pin
Joaquín M López Muñoz29-Oct-02 10:03
Joaquín M López Muñoz29-Oct-02 10:03 
GeneralRe: Selection in CListCtrl Pin
Le centriste29-Oct-02 10:20
Le centriste29-Oct-02 10:20 
GeneralSimple/Dumb Question! Pin
Anonymous29-Oct-02 9:13
Anonymous29-Oct-02 9:13 
GeneralRe: Simple/Dumb Question! Pin
User 665829-Oct-02 9:15
User 665829-Oct-02 9:15 
GeneralRe: Simple/Dumb Question! Pin
Anonymous29-Oct-02 22:17
Anonymous29-Oct-02 22:17 
GeneralRe: Simple/Dumb Question! Pin
User 665830-Oct-02 1:56
User 665830-Oct-02 1:56 
GeneralRe: Simple/Dumb Question! Pin
Anonymous30-Oct-02 23:21
Anonymous30-Oct-02 23:21 
GeneralRe: Simple/Dumb Question! Pin
Michael P Butler29-Oct-02 9:26
Michael P Butler29-Oct-02 9:26 
GeneralRe: Simple/Dumb Question! Pin
Navin29-Oct-02 10:53
Navin29-Oct-02 10:53 
GeneralBOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) Pin
Happy_Dog29-Oct-02 8:06
Happy_Dog29-Oct-02 8:06 
GeneralRe: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) Pin
Ravi Bhavnani29-Oct-02 8:13
professionalRavi Bhavnani29-Oct-02 8:13 
GeneralRe: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) Pin
Joaquín M López Muñoz29-Oct-02 8:13
Joaquín M López Muñoz29-Oct-02 8:13 

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.