hi dear ?
MY problem is that i m developing software for Library.
and i want to connect a third party software with my VB.net
program in order to calculate DDC number.I dont know how to
do this if any body can help me please?
Answer Posted / ashok goel
Hi Dear,
If you have an single executable file, than you can add
this exe to Your menu item by using shell command.
Dim stemp As String
stemp = "path of your executable file"
Shell(stemp)
Now It will work fine.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain about jagged arrarys ?
How to run a dos command in vb.net?
What is normal jit?
What is internal keyword in .net framework?
what is commom language runtime?
Explain about garbage collection?
What is the difference between .dll extension and .exe extension files?
What is the use of assembly?
What does assert() method do In VB.NET
Why should you use delegate?
What is the difference between readonly variable and constant variable?
Explain the use of console application?
Name some of the keywords used in vb.net?
Explain how does the xmlserializer work?
How do you use two datareaders at the same time in a vb.net windows application ?