Click here to Skip to main content
15,902,786 members
Home / Discussions / C#
   

C#

 
GeneralRe: Application Properties? Pin
max2929727-Jun-07 13:31
max2929727-Jun-07 13:31 
GeneralRe: Application Properties? Pin
Luc Pattyn27-Jun-07 14:28
sitebuilderLuc Pattyn27-Jun-07 14:28 
AnswerRe: Application Properties? Pin
Luc Pattyn27-Jun-07 14:37
sitebuilderLuc Pattyn27-Jun-07 14:37 
QuestionInfo about sound from microphone Pin
Joseph133727-Jun-07 12:13
Joseph133727-Jun-07 12:13 
AnswerRe: Info about sound from microphone Pin
Christian Graus27-Jun-07 14:03
protectorChristian Graus27-Jun-07 14:03 
AnswerRe: Info about sound from microphone Pin
Luc Pattyn27-Jun-07 14:53
sitebuilderLuc Pattyn27-Jun-07 14:53 
AnswerRe: Info about sound from microphone Pin
Leslie Sanford27-Jun-07 16:39
Leslie Sanford27-Jun-07 16:39 
QuestionOWC Excel Problem Pin
TheMajorRager27-Jun-07 11:38
TheMajorRager27-Jun-07 11:38 
I am trying to use the OWC11 to edit an Excel template. the code below creates a NEW file instead of just changing the cells. Does anyone know how to make it so that it edits a cell in a file instead of creating a new file? Also, how much memory does OWC11 use on the server?



private void EditSpreadSheet()
{



spread = new OWC.SpreadsheetClass();
spread.ActiveSheet.Cells[1,1] = "HELLO";
spread.get_Range("A2:A2",Type.Missing);
spread.Export(Server.MapPath(".") + "\\" + "PR.xls",OWC.SheetExportActionEnum.ssExportActionNone,
OWC.SheetExportFormat.ssExportHTML);






}




Sincerely,
The Major Rager

AnswerRe: OWC Excel Problem Pin
Dave Kreskowiak27-Jun-07 12:01
mveDave Kreskowiak27-Jun-07 12:01 
QuestionCan I change the Opacity of control units in a form? Pin
Khoramdin27-Jun-07 10:35
Khoramdin27-Jun-07 10:35 
AnswerRe: Can I change the Opacity of control units in a form? Pin
Ed.Poore27-Jun-07 10:43
Ed.Poore27-Jun-07 10:43 
AnswerRe: Can I change the Opacity of control units in a form? Pin
Dave Kreskowiak27-Jun-07 11:57
mveDave Kreskowiak27-Jun-07 11:57 
QuestionImage Processing: Redraw the outline of any image (sketching) in C#.Net, but How?? Pin
zeeShan anSari27-Jun-07 9:44
zeeShan anSari27-Jun-07 9:44 
AnswerRe: Image Processing: Redraw the outline of any image (sketching) in C#.Net, but How?? Pin
Luc Pattyn27-Jun-07 10:16
sitebuilderLuc Pattyn27-Jun-07 10:16 
AnswerRe: Image Processing: Redraw the outline of any image (sketching) in C#.Net, but How?? Pin
Christian Graus27-Jun-07 10:47
protectorChristian Graus27-Jun-07 10:47 
GeneralRe: Image Processing: Redraw the outline of any image (sketching) in C#.Net, but How?? Pin
Luc Pattyn27-Jun-07 11:04
sitebuilderLuc Pattyn27-Jun-07 11:04 
GeneralRe: Image Processing: Redraw the outline of any image (sketching) in C#.Net, but How?? Pin
Christian Graus27-Jun-07 11:53
protectorChristian Graus27-Jun-07 11:53 
QuestionStruct in designer Pin
Stevo Z27-Jun-07 9:10
Stevo Z27-Jun-07 9:10 
AnswerRe: Struct in designer Pin
J. Dunlap27-Jun-07 10:09
J. Dunlap27-Jun-07 10:09 
GeneralRe: Struct in designer Pin
Stevo Z27-Jun-07 10:14
Stevo Z27-Jun-07 10:14 
GeneralRe: Struct in designer Pin
Stevo Z27-Jun-07 11:36
Stevo Z27-Jun-07 11:36 
QuestionOWC Excel Components Pin
TheMajorRager27-Jun-07 8:51
TheMajorRager27-Jun-07 8:51 
AnswerRe: OWC Excel Components Pin
Dave Kreskowiak27-Jun-07 9:08
mveDave Kreskowiak27-Jun-07 9:08 
GeneralRe: OWC Excel Components [modified] Pin
TheMajorRager27-Jun-07 10:23
TheMajorRager27-Jun-07 10:23 
GeneralRe: OWC Excel Components Pin
Dave Kreskowiak27-Jun-07 11:56
mveDave Kreskowiak27-Jun-07 11: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.