Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
AnswerRe: WebBrowser won't change focus to Excel Pin
Ed.Poore15-Mar-06 6:49
Ed.Poore15-Mar-06 6:49 
GeneralRe: WebBrowser won't change focus to Excel Pin
__gus16-Mar-06 4:43
__gus16-Mar-06 4:43 
GeneralRe: WebBrowser won't change focus to Excel Pin
Ed.Poore16-Mar-06 5:49
Ed.Poore16-Mar-06 5:49 
GeneralRe: WebBrowser won't change focus to Excel Pin
__gus16-Mar-06 5:58
__gus16-Mar-06 5:58 
GeneralRe: WebBrowser won't change focus to Excel Pin
Ed.Poore16-Mar-06 11:51
Ed.Poore16-Mar-06 11:51 
GeneralRe: WebBrowser won't change focus to Excel Pin
__gus16-Mar-06 20:33
__gus16-Mar-06 20:33 
GeneralRe: WebBrowser won't change focus to Excel Pin
Ed.Poore17-Mar-06 6:40
Ed.Poore17-Mar-06 6:40 
GeneralRe: WebBrowser won't change focus to Excel Pin
__gus19-Mar-06 22:07
__gus19-Mar-06 22:07 
If you:
1. Start a new c# windows app project.
2. drag a webbrowser onto the form.
3. drag a openfiledialog onto it.
4. at the end of the constructor, put:
openFileDialog1.Filter = "Excel Files (*.xls)|*.xls";
if (DialogResult.OK == openFileDialog1.ShowDialog())
{
axWebBrowser1.Navigate(openFileDialog1.FileName);
}
5. open excel and start a workbook.
6. run your app and open a workbook.
7. try to activate (5).
Cheers.

GeneralRe: WebBrowser won't change focus to Excel Pin
Ed.Poore20-Mar-06 5:44
Ed.Poore20-Mar-06 5:44 
GeneralRe: WebBrowser won't change focus to Excel Pin
__gus20-Mar-06 5:48
__gus20-Mar-06 5:48 
GeneralRe: WebBrowser won't change focus to Excel Pin
Ed.Poore20-Mar-06 6:06
Ed.Poore20-Mar-06 6:06 
GeneralRe: WebBrowser won't change focus to Excel Pin
sqrt1neg20-Sep-06 4:50
sqrt1neg20-Sep-06 4:50 
GeneralRe: WebBrowser won't change focus to Excel Pin
Ed.Poore20-Sep-06 9:42
Ed.Poore20-Sep-06 9:42 
Questioncreate excel graph from C# Pin
kingmas14-Mar-06 23:29
kingmas14-Mar-06 23:29 
QuestionSendKeys in C# Pin
conrado714-Mar-06 23:23
conrado714-Mar-06 23:23 
AnswerRe: SendKeys in C# Pin
CWIZO15-Mar-06 2:40
CWIZO15-Mar-06 2:40 
GeneralRe: SendKeys in C# Pin
conrado715-Mar-06 5:05
conrado715-Mar-06 5:05 
Questionworking with excel Pin
kingmas14-Mar-06 23:05
kingmas14-Mar-06 23:05 
AnswerRe: working with excel Pin
albCode14-Mar-06 23:12
albCode14-Mar-06 23:12 
GeneralRe: working with excel Pin
kingmas14-Mar-06 23:28
kingmas14-Mar-06 23:28 
GeneralRe: working with excel Pin
prrusa15-Mar-06 3:23
prrusa15-Mar-06 3:23 
GeneralRe: working with excel Pin
mcljava15-Mar-06 12:41
mcljava15-Mar-06 12:41 
QuestionHow to use settimeout property in C# Pin
Neelam Ravi14-Mar-06 23:04
Neelam Ravi14-Mar-06 23:04 
AnswerRe: How to use settimeout property in C# Pin
Neelam Ravi14-Mar-06 23:08
Neelam Ravi14-Mar-06 23:08 
Questiondownloaded application in a quite mode Pin
psmukil14-Mar-06 22:49
psmukil14-Mar-06 22:49 

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.