hello, im building a web browser in visual c# (vs2005) and while it works fine i cant do it to open new windows in my application, it opens them using external ie windows, any idea how i can force it to pen them in new windows of my application instead of ie windows? D.M
D
dimx2
@dimx2
Posts
-
web browser -
Prevent Multiple Formsthanx a lot both of u :) D.M
-
Prevent Multiple FormsHello, i have this code and i would like to prevent multipe new forms from opening [quote] private void View_Click(object sender, EventArgs e) { Export export = new Export(); export.Show(); } [/quote] Any Idea of how i can implement this? :confused: D.M -- modified at 11:01 Monday 16th January, 2006
-
excel outputty for ur reply but my output its a litle complicated to outut such way, i pass multi sized lists etc D.M
-
excel outputHello i would like to create an excel file from my application that could include chart or images, is there any free component, or any other way to do it without using excel.interop(i want to run it even in a pc without excel installed) D.M