Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to do a multi task on a single button click Pin
DaveyM6928-Jan-09 0:04
professionalDaveyM6928-Jan-09 0:04 
GeneralRe: how to do a multi task on a single button click Pin
sandhya1428-Jan-09 0:18
sandhya1428-Jan-09 0:18 
GeneralRe: how to do a multi task on a single button click Pin
DaveyM6928-Jan-09 0:32
professionalDaveyM6928-Jan-09 0:32 
Questionhow can i send file name to desktop application Pin
ahmedhassan9627-Jan-09 23:51
ahmedhassan9627-Jan-09 23:51 
AnswerRe: how can i send file name to desktop application Pin
Michael Bookatz28-Jan-09 0:17
Michael Bookatz28-Jan-09 0:17 
GeneralRe: how can i send file name to desktop application Pin
ahmedhassan9628-Jan-09 0:42
ahmedhassan9628-Jan-09 0:42 
GeneralRe: how can i send file name to desktop application Pin
Michael Bookatz28-Jan-09 0:52
Michael Bookatz28-Jan-09 0:52 
QuestionLoading vjslib dynamically Pin
Gareth H27-Jan-09 22:49
Gareth H27-Jan-09 22:49 
I am using a 3rd party DLL that uses the J# runtime. If J# isnt installed, i get a FileIO exception. I want to be able to check when my program starts up if J# is installed, I think the best way is to load the assembly, if its found, then carry on, if not, notify the user.

I tried:

Assembly.Load("vjslib"); and Assembly.Load("vjslib.dll"); but both throw not found exceptions.

The below works fine, but that means the path is hard coded. Is it possible to get the DLL's location dynamically?

string path = "C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\vjslib.dll";
Assembly assembly = Assembly.LoadFile(path);


Regards,
Gareth.

(FKA gareth111)

AnswerRe: Loading vjslib dynamically Pin
Karmendra Suthar27-Jan-09 23:34
Karmendra Suthar27-Jan-09 23:34 
GeneralRe: Loading vjslib dynamically Pin
Gareth H28-Jan-09 0:46
Gareth H28-Jan-09 0:46 
Question[Message Deleted] Pin
arkiboys27-Jan-09 22:29
arkiboys27-Jan-09 22:29 
AnswerRe: read xml contents Pin
N a v a n e e t h27-Jan-09 23:15
N a v a n e e t h27-Jan-09 23:15 
GeneralRe: read xml contents Pin
arkiboys27-Jan-09 23:46
arkiboys27-Jan-09 23:46 
AnswerRe: read xml contents Pin
Karmendra Suthar27-Jan-09 23:23
Karmendra Suthar27-Jan-09 23:23 
QuestionC# .NET Control Transparency Problem Pin
Hristiyan27-Jan-09 21:43
Hristiyan27-Jan-09 21:43 
AnswerRe: C# .NET Control Transparency Problem Pin
Phil J Pearson28-Jan-09 3:59
Phil J Pearson28-Jan-09 3:59 
Questionget subreport of .rdl report Pin
bhaumikdv27-Jan-09 21:41
bhaumikdv27-Jan-09 21:41 
QuestionOracle/MySQL - byte[] and varbinary? Pin
devvvy27-Jan-09 21:39
devvvy27-Jan-09 21:39 
AnswerRe: Oracle/MySQL - byte[] and varbinary? Pin
Wendelius27-Jan-09 22:40
mentorWendelius27-Jan-09 22:40 
QuestionProgrammatic saving of an existing excel file Pin
Nikhil Wason27-Jan-09 21:06
Nikhil Wason27-Jan-09 21:06 
AnswerRe: Programmatic saving of an existing excel file Pin
MadArtSoft27-Jan-09 23:53
MadArtSoft27-Jan-09 23:53 
GeneralRe: Programmatic saving of an existing excel file Pin
Nikhil Wason28-Jan-09 0:14
Nikhil Wason28-Jan-09 0:14 
QuestionI want to get row index of datagridview Pin
M Riaz Bashir27-Jan-09 19:50
M Riaz Bashir27-Jan-09 19:50 
AnswerRe: I want to get row index of datagridview Pin
Wendelius27-Jan-09 20:38
mentorWendelius27-Jan-09 20:38 
AnswerRe: I want to get row index of datagridview Pin
MadArtSoft27-Jan-09 23:55
MadArtSoft27-Jan-09 23:55 

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.