Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to update my datagrid using text boxes? Pin
Alireza Loghmani8-Dec-08 22:40
Alireza Loghmani8-Dec-08 22:40 
QuestionThrottling Socket.Send Pin
davidhart8-Dec-08 10:13
davidhart8-Dec-08 10:13 
AnswerRe: Throttling Socket.Send Pin
Jimmanuel8-Dec-08 11:19
Jimmanuel8-Dec-08 11:19 
QuestionDrawing a window overlay Pin
xxxsamixxx8-Dec-08 10:08
xxxsamixxx8-Dec-08 10:08 
QuestionMeasuring reaction time of the user. Pin
Jakob Olsen8-Dec-08 9:49
Jakob Olsen8-Dec-08 9:49 
AnswerRe: Measuring reaction time of the user. Pin
User 66588-Dec-08 9:57
User 66588-Dec-08 9:57 
GeneralRe: Measuring reaction time of the user. Pin
Jakob Olsen8-Dec-08 10:20
Jakob Olsen8-Dec-08 10:20 
QuestionAdd image to spreadsheetml document Pin
GibbleCH8-Dec-08 9:48
GibbleCH8-Dec-08 9:48 
I'm trying to add images dynamically to an open xml spreadsheet.

I can add images to the package easily with
ImagePart imagePart = picturesWorksheet.WorksheetPart.AddImagePart(ImagePartType.Jpeg, imageId);
System.IO.BinaryWriter writer = new System.IO.BinaryWriter(imagePart.GetStream());
writer.Write(System.Convert.FromBase64String(base64Image));

But I can't seem to get them to appear on the worksheet, no matter what I've tried doing with the WorksheetDrawing object it just won't work!

If anyone has some sample code that would be great, as I've been scouring websites for hours with no success.
QuestionAcquiring a thread. Pin
Member 23244838-Dec-08 9:22
Member 23244838-Dec-08 9:22 
AnswerRe: Acquiring a thread. Pin
Christian Graus8-Dec-08 9:45
protectorChristian Graus8-Dec-08 9:45 
GeneralRe: Acquiring a thread. Pin
Member 23244838-Dec-08 10:20
Member 23244838-Dec-08 10:20 
GeneralRe: Acquiring a thread. Pin
N a v a n e e t h8-Dec-08 16:33
N a v a n e e t h8-Dec-08 16:33 
QuestionComunication between form an appl. and a service. Pin
daavena8-Dec-08 9:07
daavena8-Dec-08 9:07 
AnswerRe: Comunication between form an appl. and a service. Pin
Giorgi Dalakishvili8-Dec-08 9:16
mentorGiorgi Dalakishvili8-Dec-08 9:16 
GeneralRe: Comunication between form an appl. and a service. Pin
daavena8-Dec-08 9:28
daavena8-Dec-08 9:28 
GeneralRe: Comunication between form an appl. and a service. Pin
Giorgi Dalakishvili8-Dec-08 19:19
mentorGiorgi Dalakishvili8-Dec-08 19:19 
AnswerRe: Comunication between form an appl. and a service. Pin
PIEBALDconsult8-Dec-08 12:45
mvePIEBALDconsult8-Dec-08 12:45 
QuestionEmbedding Excel in Windows Forms Pin
San248-Dec-08 8:11
San248-Dec-08 8:11 
AnswerRe: Embedding Excel in Windows Forms Pin
Giorgi Dalakishvili8-Dec-08 8:27
mentorGiorgi Dalakishvili8-Dec-08 8:27 
GeneralRe: Embedding Excel in Windows Forms Pin
San248-Dec-08 9:10
San248-Dec-08 9:10 
GeneralRe: Embedding Excel in Windows Forms Pin
Giorgi Dalakishvili8-Dec-08 9:15
mentorGiorgi Dalakishvili8-Dec-08 9:15 
GeneralRe: Embedding Excel in Windows Forms Pin
San2410-Dec-08 5:21
San2410-Dec-08 5:21 
GeneralRe: Embedding Excel in Windows Forms Pin
Giorgi Dalakishvili10-Dec-08 6:23
mentorGiorgi Dalakishvili10-Dec-08 6:23 
QuestionThe "Create GUID" tool is disable in my Visual Studio 2005 IDE. Pin
hdv2128-Dec-08 7:35
hdv2128-Dec-08 7:35 
AnswerRe: The "Create GUID" tool is disable in my Visual Studio 2005 IDE. Pin
Colin Angus Mackay8-Dec-08 8:03
Colin Angus Mackay8-Dec-08 8:03 

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.