Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralRe: Resizing 2 dimensional array Pin
Spacix One5-Feb-08 5:23
Spacix One5-Feb-08 5:23 
GeneralRe: Resizing 2 dimensional array Pin
Nadia Monalisa5-Feb-08 5:37
Nadia Monalisa5-Feb-08 5:37 
GeneralRe: Resizing 2 dimensional array Pin
RichardM15-Feb-08 5:43
RichardM15-Feb-08 5:43 
GeneralRe: Resizing 2 dimensional array Pin
Spacix One5-Feb-08 6:00
Spacix One5-Feb-08 6:00 
AnswerRe: Resizing 2 dimensional array Pin
Guffa5-Feb-08 7:26
Guffa5-Feb-08 7:26 
GeneralCreateProcess as user error 1314. Pin
PhrankBooth5-Feb-08 4:07
PhrankBooth5-Feb-08 4:07 
GeneralRe: CreateProcess as user error 1314. Pin
TJoe5-Feb-08 4:14
TJoe5-Feb-08 4:14 
Generalopen excel with addins Pin
arkiboys5-Feb-08 3:52
arkiboys5-Feb-08 3:52 
Hi,
This is how I am opening an excel spreadsheet.
But when it is opened, I do not see the addins
Is there a parameter to set to leave the addins as it is?

Microsoft.Office.Interop.Excel.Application EApp = new Microsoft.Office.Interop.Excel.Application();
Microsoft.Office.Interop.Excel.Worksheet WS = ((Microsoft.Office.Interop.Excel.Worksheet)(EApp.Workbooks.Open(@"C:\Data.xls",
Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing).ActiveSheet));

EApp.Visible = true;
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:47
gottimukkala5-Feb-08 3:47 
GeneralRe: reading HTML file and Append text Pin
TJoe5-Feb-08 4:36
TJoe5-Feb-08 4:36 
GeneralRe: reading HTML file and Append text Pin
gottimukkala5-Feb-08 4:51
gottimukkala5-Feb-08 4:51 
GeneralRe: reading HTML file and Append text Pin
TJoe5-Feb-08 4:56
TJoe5-Feb-08 4:56 
GeneralRe: reading HTML file and Append text Pin
gottimukkala5-Feb-08 5:20
gottimukkala5-Feb-08 5:20 
GeneralInteger Arithmetic Registers Pin
Skippums5-Feb-08 3:45
Skippums5-Feb-08 3:45 
GeneralRe: Integer Arithmetic Registers Pin
TJoe5-Feb-08 4:29
TJoe5-Feb-08 4:29 
GeneralRe: Integer Arithmetic Registers Pin
Skippums5-Feb-08 8:22
Skippums5-Feb-08 8:22 
GeneralRe: Integer Arithmetic Registers Pin
Ennis Ray Lynch, Jr.5-Feb-08 9:55
Ennis Ray Lynch, Jr.5-Feb-08 9:55 
GeneralPlease advice control which maps two lists Pin
vgrigor15-Feb-08 2:50
vgrigor15-Feb-08 2:50 
AnswerRe: Please advice control which maps two lists Pin
TJoe5-Feb-08 3:19
TJoe5-Feb-08 3:19 
GeneralRe: Please advice control which maps two lists Pin
vgrigor15-Feb-08 4:42
vgrigor15-Feb-08 4:42 
GeneralRe: Please advice control which maps two lists Pin
TJoe5-Feb-08 5:02
TJoe5-Feb-08 5:02 
GeneralRe: Please advice control which maps two lists Pin
vgrigor16-Feb-08 22:36
vgrigor16-Feb-08 22:36 
QuestionCode for Displaying Word document in my aspx page. Pin
Bhavesh Patel5-Feb-08 2:44
Bhavesh Patel5-Feb-08 2:44 
GeneralRe: Code for Displaying Word document in my aspx page. Pin
Not Active5-Feb-08 3:30
mentorNot Active5-Feb-08 3:30 
Generalinstall Pin
arkiboys5-Feb-08 2:08
arkiboys5-Feb-08 2:08 

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.