Hi
I have used this example when exporting data to powerpoint:
I have modified the GenerateSlidesFromDB() method:
public void GenerateSlidesFromDB()
{
string slideName = @"C:\Users\x\Desktop\output.pptx";
File.Copy(@"C:\Users\x\Desktop\Test.pptx", slideName, true);
using (PresentationDocument presentatio...
A friend described a website that aggregated a bunch of low-level bugs for open source projects. I was hoping someone here knew the name of it, I tried googling it to no avail. Thanks.
...
Hi,
I have a postscript font in my local language. Now to avoid errors in webpages i need them converted to EOT. How should i do this?
...
I have an application that has one service and 2 activities.One activity (the main one) is a preferences activity and the other one is a dialog themed activity. The service from time to time needs to open only the dialog themed activity (using FLAG_ACTIVITY_NEW_TASK).
The problem is that when the preferences activity is opened in backgro...
Hi
Im am generating a ppt-file using this tutorial here
Step 4 describes how to swap out the image placeholder.
My images has different dimensions, which makes some images look a little bit too funny.
Is there any way to resize the placeholder so it can keep the dimensions?
Thanks/
Edit: Ok, a better explanation: users can upload im...
I realize that most browsers block window resizing but was wondering that since I am the parents of this newly opened window, would I have any priveleges over sizing it not just on the Open but after?
I am not trying to annoy users either :)
I specifically need to keep 2 windows in sync (Same size).
thanks!
...
hi,
can anyone tell me how i open a file in c# .
I don't mean reading it by textreader and readline()
I mean open it as an independent file in notepad ??
thanks in advance....
thanks to you all for your effort
...