Click here to Skip to main content
15,925,781 members
Home / Discussions / C#
   

C#

 
AnswerRe: InvalidComObjectException was unhandled Pin
Nader Elshehabi20-Aug-06 13:36
Nader Elshehabi20-Aug-06 13:36 
AnswerRe: InvalidComObjectException was unhandled Pin
thunderbirdje21-Aug-06 2:56
thunderbirdje21-Aug-06 2:56 
QuestionCatch system keys in a Form Pin
kozu20-Aug-06 8:34
kozu20-Aug-06 8:34 
AnswerRe: Catch system keys in a Form Pin
kozu20-Aug-06 8:52
kozu20-Aug-06 8:52 
Questionopen file as (word , excel , mp3) Pin
TAREQ F ABUZUHRI20-Aug-06 8:17
TAREQ F ABUZUHRI20-Aug-06 8:17 
AnswerRe: open file as (word , excel , mp3) Pin
kozu20-Aug-06 8:40
kozu20-Aug-06 8:40 
GeneralRe: open file as (word , excel , mp3) Pin
TAREQ F ABUZUHRI20-Aug-06 8:55
TAREQ F ABUZUHRI20-Aug-06 8:55 
AnswerRe: open file as (word , excel , mp3) Pin
Christian Graus20-Aug-06 11:09
protectorChristian Graus20-Aug-06 11:09 
To open with the default program, without having to know what it is, use Process.Start("my.doc")

That will find word and use it. If the filename was an mp3, it would find the default media player, etc.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

QuestionError in istalling VS 2003 Pin
data1420-Aug-06 7:22
data1420-Aug-06 7:22 
AnswerRe: Error in istalling VS 2003 Pin
Nader Elshehabi20-Aug-06 9:56
Nader Elshehabi20-Aug-06 9:56 
GeneralRe: Error in istalling VS 2003 Pin
data1420-Aug-06 13:24
data1420-Aug-06 13:24 
QuestionProblem sending mail with attachments using smtp server Pin
MarcoPan20-Aug-06 7:12
MarcoPan20-Aug-06 7:12 
AnswerRe: Problem sending mail with attachments using smtp server Pin
Guffa20-Aug-06 7:57
Guffa20-Aug-06 7:57 
GeneralRe: Problem sending mail with attachments using smtp server Pin
MarcoPan20-Aug-06 11:03
MarcoPan20-Aug-06 11:03 
AnswerRe: Problem sending mail with attachments using smtp server Pin
Guffa20-Aug-06 11:10
Guffa20-Aug-06 11:10 
QuestionHow to remove a character from a string - help required Pin
James1984198420-Aug-06 4:45
James1984198420-Aug-06 4:45 
GeneralRe: How to remove a character from a string - help required Pin
Vitaliy Tsvayer20-Aug-06 5:15
Vitaliy Tsvayer20-Aug-06 5:15 
AnswerRe: How to remove a character from a string - help required Pin
Nader Elshehabi20-Aug-06 5:15
Nader Elshehabi20-Aug-06 5:15 
AnswerRe: How to remove a character from a string - help required Pin
Coding C#20-Aug-06 23:16
Coding C#20-Aug-06 23:16 
GeneralRe: How to remove a character from a string - help required Pin
James1984198420-Aug-06 6:00
James1984198420-Aug-06 6:00 
GeneralRe: How to remove a character from a string - help required Pin
Colin Angus Mackay20-Aug-06 6:45
Colin Angus Mackay20-Aug-06 6:45 
GeneralRe: How to remove a character from a string - help required Pin
Nader Elshehabi20-Aug-06 10:06
Nader Elshehabi20-Aug-06 10:06 
QuestionThreading issue Pin
theonewithtom20-Aug-06 4:26
theonewithtom20-Aug-06 4:26 
AnswerRe: Threading issue Pin
Nader Elshehabi20-Aug-06 5:03
Nader Elshehabi20-Aug-06 5:03 
GeneralRe: Threading issue Pin
theonewithtom20-Aug-06 5:46
theonewithtom20-Aug-06 5:46 

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.