Click here to Skip to main content
15,881,794 members
Home / Discussions / C#
   

C#

 
AnswerRe: Javascript variable from WebBrowser control Pin
tarasn30-Jan-06 22:35
tarasn30-Jan-06 22:35 
QuestionHashcodes Pin
Beringer30-Jan-06 10:01
Beringer30-Jan-06 10:01 
AnswerRe: Hashcodes Pin
Guffa30-Jan-06 10:17
Guffa30-Jan-06 10:17 
AnswerRe: Hashcodes Pin
Dan Neely30-Jan-06 10:19
Dan Neely30-Jan-06 10:19 
AnswerRe: Hashcodes Pin
Ingo30-Jan-06 22:59
Ingo30-Jan-06 22:59 
AnswerRe: Hashcodes Pin
Le centriste31-Jan-06 1:52
Le centriste31-Jan-06 1:52 
AnswerRe: Hashcodes Pin
Beringer31-Jan-06 12:23
Beringer31-Jan-06 12:23 
QuestionQuestion on running Excel when multiple versions of Excel are installed Pin
Flack30-Jan-06 9:13
Flack30-Jan-06 9:13 
Hello,

Lets say I built my app on a machine that has Excel 2003 installed. So, the interop assembly created was built off of 2003.

Now, I have a few questions on what would happen if I ran the following code on a machine that had, lets say, both Excel 2000 and Excel 2003 installed.

using Microsoft.Office.Interop.Excel;
...
ApplicationClass app = new ApplicationClass();
MessageBox.Show(app.Version);
app.Quit();
...

1. If the user has both Excel 2000 and Excel 2003 installed, which one will be started? Will it always start the latest version?

2. If no Excel is installed at all, would app be null after the call to new ApplicationClass() or would that call not even be able to run?

Thanks.
QuestionI need a csc switch Pin
likefood30-Jan-06 9:12
likefood30-Jan-06 9:12 
AnswerRe: I need a csc switch Pin
Guffa30-Jan-06 9:18
Guffa30-Jan-06 9:18 
GeneralRe: I need a csc switch Pin
likefood30-Jan-06 9:26
likefood30-Jan-06 9:26 
GeneralRe: I need a csc switch Pin
likefood30-Jan-06 9:30
likefood30-Jan-06 9:30 
QuestionControlling the listView's scrollbar with another control. Pin
galinace30-Jan-06 8:17
galinace30-Jan-06 8:17 
QuestionHow to close opened TCP connection? Pin
Petrus_Alex30-Jan-06 7:13
Petrus_Alex30-Jan-06 7:13 
AnswerRe: How to close opened TCP connection? Pin
Judah Gabriel Himango30-Jan-06 7:19
sponsorJudah Gabriel Himango30-Jan-06 7:19 
GeneralRe: How to close opened TCP connection? Pin
leppie30-Jan-06 8:20
leppie30-Jan-06 8:20 
QuestionShortcut keys Pin
Sled Dog30-Jan-06 6:37
Sled Dog30-Jan-06 6:37 
QuestionMenubar like Skype ... ? Pin
Skoder30-Jan-06 6:29
Skoder30-Jan-06 6:29 
AnswerRe: Menubar like IE, Outlook, Skype more... ? Pin
Skoder31-Jan-06 4:07
Skoder31-Jan-06 4:07 
QuestionHOW TO USE TIMESTAMP Pin
ventomito30-Jan-06 6:15
ventomito30-Jan-06 6:15 
QuestionData Adapter ?? Pin
VPMahank30-Jan-06 5:29
VPMahank30-Jan-06 5:29 
QuestionMessage Box in C# Pin
idreesbadshah30-Jan-06 4:27
idreesbadshah30-Jan-06 4:27 
AnswerRe: Message Box in C# Pin
Alvaro Mendez30-Jan-06 5:46
Alvaro Mendez30-Jan-06 5:46 
GeneralRe: Message Box in C# Pin
ventomito30-Jan-06 9:46
ventomito30-Jan-06 9:46 
GeneralRe: Message Box in C# Pin
Dave Kreskowiak30-Jan-06 13:56
mveDave Kreskowiak30-Jan-06 13:56 

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.