Click here to Skip to main content
15,919,893 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Char String to String ^ - Help Needed Pin
Nilesh G Umaretiya26-May-11 23:40
professionalNilesh G Umaretiya26-May-11 23:40 
QuestionSSRS 2008 Generating PDF from Report programmatically Pin
Hampden Tech19-May-11 7:11
Hampden Tech19-May-11 7:11 
AnswerRe: SSRS 2008 Generating PDF from Report programmatically Pin
thatraja26-May-11 17:54
professionalthatraja26-May-11 17:54 
QuestionProblem with horizantaly scrolling need headers movable as datarows Pin
Member 452945219-May-11 3:27
Member 452945219-May-11 3:27 
AnswerRe: Problem with horizantaly scrolling need headers movable as datarows Pin
thatraja29-May-11 5:39
professionalthatraja29-May-11 5:39 
QuestionRegarding Gridview header problem while scrolling Pin
Member 793401119-May-11 3:03
Member 793401119-May-11 3:03 
AnswerRe: Regarding Gridview header problem while scrolling Pin
Pete O'Hanlon19-May-11 3:34
mvePete O'Hanlon19-May-11 3:34 
QuestionException when accessing IHTMLDocument2::frames property Pin
Member 70956418-May-11 20:51
Member 70956418-May-11 20:51 
I am now trying to get the frames from the document.


IHTMLDocument2 document=null;
int lngMsg = RegisterWindowMessage("WM_HTML_GETOBJECT");
int SMTO_ABORTIFHUNG = 0x2;
int lRes;
HWND windowhandle=functofindbrowserwindow();

SendMessageTimeout(windowhandle, lngMsg, 0, 0, SMTO_ABORTIFHUNG, 1000, out lRes);

 if (!(bool)(lRes == 0))
 {
    int hr = ObjectFromLresult(lRes, ref IID_IHTMLDocument, 0, ref document);
    if ((bool)(document == null))
    {
         //Console.WriteLine("No IHTMLDocument Found!");
    }
    else
    {
        FramesCollection fc=document.frames; //Exception here
    }
}


How do i get the frames from the document?
QuestionIHTML2DOCUMENT2 COM exception Pin
Member 70956418-May-11 18:40
Member 70956418-May-11 18:40 
AnswerRe: IHTML2DOCUMENT2 COM exception Pin
Shameel20-May-11 0:33
professionalShameel20-May-11 0:33 
QuestionCreate business objects from XML Pin
Jean-Louis Leroy17-May-11 23:24
Jean-Louis Leroy17-May-11 23:24 
QuestionInstalling .NET 3.5 SP1 issue Pin
Bernhard Hiller17-May-11 22:03
Bernhard Hiller17-May-11 22:03 
Questioncontrol z-order without z-index? Pin
Defender-NF17-May-11 1:58
Defender-NF17-May-11 1:58 
AnswerRe: control z-order without z-index? Pin
Ian Shlasko17-May-11 3:38
Ian Shlasko17-May-11 3:38 
GeneralRe: control z-order without z-index? Pin
Defender-NF17-May-11 21:41
Defender-NF17-May-11 21:41 
Questionajax Pin
chandan maurya15-May-11 8:21
chandan maurya15-May-11 8:21 
AnswerRe: ajax Pin
Pete O'Hanlon15-May-11 9:07
mvePete O'Hanlon15-May-11 9:07 
GeneralRe: ajax Pin
AspDotNetDev15-May-11 9:13
protectorAspDotNetDev15-May-11 9:13 
GeneralRe: ajax Pin
Pete O'Hanlon15-May-11 9:18
mvePete O'Hanlon15-May-11 9:18 
AnswerRe: ajax Pin
Abhinav S17-May-11 20:19
Abhinav S17-May-11 20:19 
AnswerRe: ajax Pin
rp_suman2-Jun-11 1:37
rp_suman2-Jun-11 1:37 
Question.Net Framework 1.1 not Installing in Windows Server 2003 Pin
Robymon11-May-11 4:22
Robymon11-May-11 4:22 
AnswerRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Dave Kreskowiak11-May-11 4:30
mveDave Kreskowiak11-May-11 4:30 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Robymon11-May-11 4:37
Robymon11-May-11 4:37 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Dave Kreskowiak11-May-11 4:43
mveDave Kreskowiak11-May-11 4:43 

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.