Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding items to TableLayoutPanel Pin
dealon2-Apr-09 20:31
dealon2-Apr-09 20:31 
QuestionDate Time Picker Pin
Sajjad Leo2-Apr-09 19:03
Sajjad Leo2-Apr-09 19:03 
AnswerRe: Date Time Picker Pin
BlitzPackage2-Apr-09 19:31
BlitzPackage2-Apr-09 19:31 
QuestionHow to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:01
12Code2-Apr-09 19:01 
AnswerRe: How to extract a list of substrings from a string which match specified format using Regex Pin
Christian Graus2-Apr-09 19:09
protectorChristian Graus2-Apr-09 19:09 
QuestionRe: How to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:24
12Code2-Apr-09 19:24 
AnswerRe: How to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:57
12Code2-Apr-09 19:57 
QuestionMs word file solution Pin
Sajjad Leo2-Apr-09 18:39
Sajjad Leo2-Apr-09 18:39 
Why Not.....


I solved it as i add COM reference Microsoft word 12.0 Object Library.

Then i code this..

try
{
string Msfilename = System.Windows.Forms.Application.StartupPath;
Msfilename = Msfilename + "\\File\\Test.doc";
System.Diagnostics.Process.Start(Msfilename);
}
catch (Win32Exception ex)
{
MessageBox.Show(ex.Message);
}

I got the solution.
QuestionReading a file under vista Pin
Christian Graus2-Apr-09 18:34
protectorChristian Graus2-Apr-09 18:34 
AnswerRe: Reading a file under vista Pin
N a v a n e e t h2-Apr-09 18:57
N a v a n e e t h2-Apr-09 18:57 
GeneralRe: Reading a file under vista Pin
Christian Graus2-Apr-09 19:08
protectorChristian Graus2-Apr-09 19:08 
GeneralRe: Reading a file under vista Pin
N a v a n e e t h2-Apr-09 19:16
N a v a n e e t h2-Apr-09 19:16 
GeneralRe: Reading a file under vista Pin
DaveyM692-Apr-09 22:06
professionalDaveyM692-Apr-09 22:06 
GeneralRe: Reading a file under vista Pin
Xmen Real 2-Apr-09 23:12
professional Xmen Real 2-Apr-09 23:12 
AnswerRe: Reading a file under vista Pin
Luc Pattyn2-Apr-09 19:32
sitebuilderLuc Pattyn2-Apr-09 19:32 
QuestionHow to modify windows media player SDK using c# code Pin
ravi9222-Apr-09 16:46
ravi9222-Apr-09 16:46 
AnswerRe: How to modify windows media player SDK using c# code Pin
Christian Graus2-Apr-09 17:45
protectorChristian Graus2-Apr-09 17:45 
QuestionShow dynamics images in ListView.Colum Pin
saku692-Apr-09 13:19
saku692-Apr-09 13:19 
AnswerRe: Show dynamics images in ListView.Colum Pin
Xmen Real 2-Apr-09 15:54
professional Xmen Real 2-Apr-09 15:54 
GeneralRe: Show dynamics images in ListView.Colum Pin
saku692-Apr-09 19:33
saku692-Apr-09 19:33 
QuestionWebPage within a Windows Form! Pin
Rajdeep.NET is BACK2-Apr-09 11:00
Rajdeep.NET is BACK2-Apr-09 11:00 
AnswerRe: WebPage within a Windows Form! Pin
Adam Maras2-Apr-09 11:10
Adam Maras2-Apr-09 11:10 
QuestionDataset for customizable project settings?? Pin
agent00zelda2-Apr-09 9:57
agent00zelda2-Apr-09 9:57 
AnswerRe: Dataset for customizable project settings?? Pin
Alok Sharma ji2-Apr-09 12:30
Alok Sharma ji2-Apr-09 12:30 
AnswerRe: Dataset for customizable project settings?? Pin
Henry Minute2-Apr-09 15:01
Henry Minute2-Apr-09 15:01 

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.