Click here to Skip to main content
15,906,569 members
Home / Discussions / C#
   

C#

 
AnswerRe: Putting a line of numbers (from a text file) into an array Pin
Not Active16-Jun-09 15:56
mentorNot Active16-Jun-09 15:56 
Question"Out of memory exception when loading image with bitmap Pin
Casper Hansen16-Jun-09 10:11
Casper Hansen16-Jun-09 10:11 
AnswerRe: "Out of memory exception when loading image with bitmap Pin
Luc Pattyn16-Jun-09 11:20
sitebuilderLuc Pattyn16-Jun-09 11:20 
GeneralRe: "Out of memory exception when loading image with bitmap Pin
Casper Hansen17-Jun-09 9:13
Casper Hansen17-Jun-09 9:13 
GeneralRe: "Out of memory exception when loading image with bitmap Pin
Luc Pattyn17-Jun-09 9:33
sitebuilderLuc Pattyn17-Jun-09 9:33 
GeneralRe: "Out of memory exception when loading image with bitmap Pin
Casper Hansen19-Jun-09 3:54
Casper Hansen19-Jun-09 3:54 
GeneralRe: "Out of memory exception when loading image with bitmap Pin
Luc Pattyn19-Jun-09 4:18
sitebuilderLuc Pattyn19-Jun-09 4:18 
GeneralRe: "Out of memory exception when loading image with bitmap Pin
Revathij25-Jun-09 22:28
Revathij25-Jun-09 22:28 
GeneralRe: "Out of memory exception when loading image with bitmap Pin
Luc Pattyn25-Jun-09 23:39
sitebuilderLuc Pattyn25-Jun-09 23:39 
QuestionGetting all the nodes in a treeview Pin
Quake2Player16-Jun-09 7:16
Quake2Player16-Jun-09 7:16 
AnswerRe: Getting all the nodes in a treeview Pin
Dave Kreskowiak16-Jun-09 8:16
mveDave Kreskowiak16-Jun-09 8:16 
AnswerRe: Getting all the nodes in a treeview Pin
Eslam Afifi16-Jun-09 8:26
Eslam Afifi16-Jun-09 8:26 
AnswerRe: Getting all the nodes in a treeview Pin
I Believe In GOD16-Jun-09 11:07
I Believe In GOD16-Jun-09 11:07 
GeneralRe: Getting all the nodes in a treeview Pin
Quake2Player16-Jun-09 11:23
Quake2Player16-Jun-09 11:23 
GeneralRe: Getting all the nodes in a treeview Pin
Dave Kreskowiak16-Jun-09 12:06
mveDave Kreskowiak16-Jun-09 12:06 
QuestionDynamically applying font values to the label control from the database. Pin
praveenkumar_vittaboina16-Jun-09 6:26
praveenkumar_vittaboina16-Jun-09 6:26 
AnswerRe: Dynamically applying font values to the label control from the database. Pin
Henry Minute16-Jun-09 6:31
Henry Minute16-Jun-09 6:31 
Question[Message Deleted] Pin
mypicturefaded16-Jun-09 6:00
mypicturefaded16-Jun-09 6:00 
QuestionHow to Interop 2D char in c# Pin
platso_58816-Jun-09 4:42
platso_58816-Jun-09 4:42 
AnswerRe: How to Interop 2D char in c# Pin
Moim Hossain16-Jun-09 9:07
Moim Hossain16-Jun-09 9:07 
GeneralRe: How to Interop 2D char in c# Pin
platso_58816-Jun-09 18:34
platso_58816-Jun-09 18:34 
QuestionHow to get the document which is associated with a process having specific Guid value? Pin
svt gdwl16-Jun-09 4:31
svt gdwl16-Jun-09 4:31 
when a PDF file is opened, AcroRd32.exe is started automatically, and we get the GUID value of that adobe reader.
In c#, can't we get the document associated with the GUID value, I mean the total PDF file which is opened in adobe reader at runtime.
Here I'm struck up in code, can anyone suggest how to where I was missing something.
Acrobat.CAcroAVDoc AcroAvDoc;
Type AcrobatCAcroType;
 AcrobatCAcroType = Type.GetTypeFromCLSID(new Guid("{CA8A9780-280D-11CF-A24D-444553540000}"));  // This CLSID is of adobe reader's.
             
///////Here I think I'm missing something

Object obj = Activator.CreateInstance(AcrobatCAcroType);
AcroAvDoc = (Acrobat.CAcroAVDoc)obj;

I think I can get the full PDF document with AcroAvDoc.GetPDDoc();

Thank you...
QuestionIPicture to byte[] Pin
Sander123432116-Jun-09 4:24
Sander123432116-Jun-09 4:24 
AnswerRe: IPicture to byte[] Pin
Rob Philpott16-Jun-09 4:47
Rob Philpott16-Jun-09 4:47 
GeneralRe: IPicture to byte[] Pin
Sander123432116-Jun-09 4:50
Sander123432116-Jun-09 4:50 

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.