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

C#

 
Questionvb.net code to csharp Pin
raj51021-May-07 8:51
raj51021-May-07 8:51 
AnswerRe: vb.net code to csharp Pin
Not Active21-May-07 8:53
mentorNot Active21-May-07 8:53 
GeneralRe: vb.net code to csharp Pin
Dave Kreskowiak21-May-07 9:32
mveDave Kreskowiak21-May-07 9:32 
GeneralRe: vb.net code to csharp Pin
raj51021-May-07 9:42
raj51021-May-07 9:42 
GeneralRe: vb.net code to csharp Pin
Dave Kreskowiak21-May-07 10:06
mveDave Kreskowiak21-May-07 10:06 
GeneralRe: vb.net code to csharp Pin
Not Active21-May-07 9:47
mentorNot Active21-May-07 9:47 
GeneralRe: vb.net code to csharp Pin
raj51021-May-07 9:36
raj51021-May-07 9:36 
GeneralRe: vb.net code to csharp Pin
Dave Kreskowiak21-May-07 9:42
mveDave Kreskowiak21-May-07 9:42 
raj510 wrote:
just need to write code in c#, is it possible to write java script?


Nope. Java is entirely different runtime. The .NET CLR and the Java VM do not talk to each other at all.

Go to the Project Properties, then set a reference the PDFDocScount under the COM tab. After that, you'll be able to import the namespace ("using" statements at the top of your code) and create the objects just like any other .NET class.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionCall to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
DoomedOne21-May-07 8:25
DoomedOne21-May-07 8:25 
AnswerRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
Dave Kreskowiak21-May-07 8:29
mveDave Kreskowiak21-May-07 8:29 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
DoomedOne21-May-07 8:46
DoomedOne21-May-07 8:46 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
Dave Kreskowiak21-May-07 9:17
mveDave Kreskowiak21-May-07 9:17 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
DoomedOne21-May-07 9:40
DoomedOne21-May-07 9:40 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
Dave Kreskowiak21-May-07 10:10
mveDave Kreskowiak21-May-07 10:10 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
DoomedOne21-May-07 10:46
DoomedOne21-May-07 10:46 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
Luc Pattyn21-May-07 12:40
sitebuilderLuc Pattyn21-May-07 12:40 
GeneralRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
DoomedOne22-May-07 3:05
DoomedOne22-May-07 3:05 
AnswerRe: Call to Graphics.DrawString thows invalid argument on call to System.Drawing.Graphics.CheckErrorStatus Pin
DoomedOne22-May-07 7:22
DoomedOne22-May-07 7:22 
QuestionHow to validate decimal value Pin
indiaone21-May-07 7:21
indiaone21-May-07 7:21 
AnswerRe: How to validate decimal value Pin
Sven Cipido21-May-07 7:34
Sven Cipido21-May-07 7:34 
AnswerRe: How to validate decimal value Pin
Are Jay21-May-07 8:00
Are Jay21-May-07 8:00 
QuestionDerived class constructors Pin
~~~Johnny~~~21-May-07 7:08
~~~Johnny~~~21-May-07 7:08 
AnswerRe: Derived class constructors Pin
Not Active21-May-07 7:15
mentorNot Active21-May-07 7:15 
AnswerRe: Derived class constructors Pin
Dave Kreskowiak21-May-07 7:24
mveDave Kreskowiak21-May-07 7:24 
GeneralRe: Derived class constructors Pin
~~~Johnny~~~21-May-07 7:36
~~~Johnny~~~21-May-07 7:36 

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.