Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
QuestionDatagridview userdefined unbound column properties [modified] Pin
TheCardinal22-Nov-09 17:09
TheCardinal22-Nov-09 17:09 
AnswerRe: Datagridview userdefined unbound column properties Pin
dojohansen23-Nov-09 1:25
dojohansen23-Nov-09 1:25 
GeneralRe: Datagridview userdefined unbound column properties Pin
TheCardinal23-Nov-09 16:00
TheCardinal23-Nov-09 16:00 
QuestionHow can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 17:04
mohant$.net22-Nov-09 17:04 
AnswerRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:13
professionalAbhijit Jana22-Nov-09 18:13 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:34
mohant$.net22-Nov-09 18:34 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:36
professionalAbhijit Jana22-Nov-09 18:36 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:48
mohant$.net22-Nov-09 18:48 
Excel.Application XlApp;
Excel._Workbook XlWB;

string workbookPath = "c:/test.xls";
XlWB = XlApp.Workbooks.Open(workbookPath,0,false, 5, "", "", false, Excel.XlPlatform.xlWindows, "", true, false, 0, true, false, false);

Mohan

GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:51
professionalAbhijit Jana22-Nov-09 18:51 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:54
mohant$.net22-Nov-09 18:54 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 19:14
professionalAbhijit Jana22-Nov-09 19:14 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 19:37
mohant$.net22-Nov-09 19:37 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 19:49
professionalAbhijit Jana22-Nov-09 19:49 
GeneralRe: How can i open existing excel sheet using C# Pin
dojohansen23-Nov-09 7:56
dojohansen23-Nov-09 7:56 
Questionfile viewer Pin
User 663428922-Nov-09 13:52
User 663428922-Nov-09 13:52 
AnswerRe: file viewer Pin
User 663428922-Nov-09 19:41
User 663428922-Nov-09 19:41 
GeneralRe: file viewer Pin
Ashfield22-Nov-09 21:36
Ashfield22-Nov-09 21:36 
GeneralRe: file viewer Pin
User 663428923-Nov-09 1:15
User 663428923-Nov-09 1:15 
GeneralRe: file viewer Pin
Ashfield23-Nov-09 1:22
Ashfield23-Nov-09 1:22 
AnswerRe: file viewer Pin
dojohansen23-Nov-09 1:30
dojohansen23-Nov-09 1:30 
QuestionNeed help-How to add Bing Maps in a C# Pin
ashz100022-Nov-09 11:18
ashz100022-Nov-09 11:18 
AnswerRe: Need help-How to add Bing Maps in a C# Pin
Blue_Boy22-Nov-09 11:59
Blue_Boy22-Nov-09 11:59 
JokeRe: Need help-How to add Bing Maps in a C# Pin
Luc Pattyn22-Nov-09 13:47
sitebuilderLuc Pattyn22-Nov-09 13:47 
QuestionGetting application config directory folder path Pin
Jordanwb22-Nov-09 10:50
Jordanwb22-Nov-09 10:50 
AnswerRe: Getting application config directory folder path Pin
Dave Kreskowiak22-Nov-09 18:32
mveDave Kreskowiak22-Nov-09 18:32 

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.