Click here to Skip to main content
15,909,953 members
Home / Discussions / C#
   

C#

 
QuestionReference help Pin
eric_tran26-Sep-06 3:53
eric_tran26-Sep-06 3:53 
AnswerRe: Reference help Pin
Not Active26-Sep-06 4:48
mentorNot Active26-Sep-06 4:48 
Questioncomponent for drawing graph Pin
barak16048726-Sep-06 3:53
barak16048726-Sep-06 3:53 
Questionsecond Form may not move... Pin
Schimaera26-Sep-06 3:18
Schimaera26-Sep-06 3:18 
AnswerRe: second Form may not move... Pin
LongRange.Shooter26-Sep-06 3:29
LongRange.Shooter26-Sep-06 3:29 
QuestionElastic control? Pin
LongRange.Shooter26-Sep-06 3:06
LongRange.Shooter26-Sep-06 3:06 
QuestionHow to call other software with C# Pin
alexTCT26-Sep-06 2:41
alexTCT26-Sep-06 2:41 
AnswerRe: How to call other software with C# Pin
LongRange.Shooter26-Sep-06 3:01
LongRange.Shooter26-Sep-06 3:01 
OK...I cannot resist the first opening... You have write this code:
System.Console.Write( 'Hey Software, listen to me!'); Poke tongue | ;-P

Now the serious answer. First you need to talk to the company to see if they have an API for communicating with their software. Let them know you're doing your stuff in C# and ask if they have a .NET wrapper available.

Once you have the info from the company, and you spend half an hour cursing their backward deployment, you need to address things pretty much yourself.

Their interface is probably exposing a COM interface so you need to get the interface extracted from the software. Unfortunately it has been a long time since I had to think about that. So do Google on .NET COM Interop and you should find plenty of articles on
a) bringing the com component into your code
b) gaining access in your code
c) making the calls into the cmoponent.

If you paid alot for the software, you should be able to apply pressure to the vendor to help you with this.
QuestionNew Error for 2005 - DataAdapter.Update Pin
Paul Brower26-Sep-06 2:34
Paul Brower26-Sep-06 2:34 
Questionhow to handle and cancel uninstall event Pin
Alper Camel26-Sep-06 2:04
Alper Camel26-Sep-06 2:04 
AnswerRe: how to handle and cancel uninstall event Pin
LongRange.Shooter26-Sep-06 7:44
LongRange.Shooter26-Sep-06 7:44 
GeneralRe: how to handle and cancel uninstall event Pin
Alper Camel26-Sep-06 20:48
Alper Camel26-Sep-06 20:48 
Questioncreate and modify a PPPOE conenction Pin
allenwfc26-Sep-06 2:02
allenwfc26-Sep-06 2:02 
Questiongive me sample example code for passing array data to other function Pin
premkamalg26-Sep-06 2:01
premkamalg26-Sep-06 2:01 
AnswerRe: give me sample example code for passing array data to other function Pin
Guffa26-Sep-06 2:11
Guffa26-Sep-06 2:11 
GeneralRe: give me sample example code for passing array data to other function Pin
gus_br26-Sep-06 2:29
gus_br26-Sep-06 2:29 
AnswerRe: give me sample example code for passing array data to other function Pin
Guffa26-Sep-06 3:43
Guffa26-Sep-06 3:43 
JokeRe: give me sample example code for passing array data to other function Pin
gus_br26-Sep-06 8:03
gus_br26-Sep-06 8:03 
Generalhi plz help me Pin
premkamalg26-Sep-06 20:13
premkamalg26-Sep-06 20:13 
GeneralRe: hi plz help me Pin
gus_br27-Sep-06 6:16
gus_br27-Sep-06 6:16 
Questionmy URL is to long... Pin
Support12326-Sep-06 1:49
Support12326-Sep-06 1:49 
AnswerRe: my URL is to long... Pin
M LN Rao26-Sep-06 2:25
M LN Rao26-Sep-06 2:25 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:38
Support12326-Sep-06 2:38 
AnswerRe: my URL is to long... Pin
J4amieC26-Sep-06 2:30
J4amieC26-Sep-06 2:30 
GeneralRe: my URL is to long... Pin
Support12326-Sep-06 2:43
Support12326-Sep-06 2:43 

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.