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 private assembly?
Explain the difference between vb.net and c#, related to oops concepts?
What is redim keyword and its use?
How to retrieve images in sql server database through vb.net?
how to get dynamic control array position or its index position?
Explain the difference between namespace and assembly?
What are the differences between server-side and client-side code?
What are the shadow variables?
What are the assembly entry points?
What are the various open source tool available for VB.NET?
What is intermediate langauge?
Explain about the feature anonymous type?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What are the differences between vb.net and c#, related to oops concepts
What are the parts of the visual basic control?