HighTechTalks DotNet Forums  

VS 2008 hangs when using axFramerControl1.Open()

Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss VS 2008 hangs when using axFramerControl1.Open() in the Dotnet Framework (Interop) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
menorca
 
Posts: n/a

Default VS 2008 hangs when using axFramerControl1.Open() - 03-30-2010 , 12:06 AM






from a form i open other which hosts a AxFramerControl. my code looks like:
formExc=new Form();
formExc.axFramerControl1.BeforeDocumentClosed += new
AxDSOFramer._DFramerCtlEvents_BeforeDocumentClosed EventHandler(ax.....);
string file="myExcel.xls";
object missingValue=Missing.Value;
formExc.axFramerControl1.Open(file, false,"Excel.Sheet",
missingValue,missingValue); //here it hangs

some one can help?

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.