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?



hi dear ? MY problem is that i m developing software for Library. and i want to connect a third..

Answer / 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

More VB.NET Interview Questions

What is an arraylist?

0 Answers  


Can you please explain the difference between dataset and datareader?

0 Answers  


How to store decimal data in .net?

0 Answers  


Tell me which namespace are used for accessing the data?

0 Answers  


Name some of the features of C# which are not present in VB.NET?

0 Answers  


What is the Advantage of vb.net over vb

0 Answers   Digital GlobalSoft,


Described strong typing

0 Answers  


What are the types of generations in garbage collector?

0 Answers  


What is the Difference between Web User Control and Web Custom Control?

6 Answers   Benchmark,


How does vb.net achieve polymorphism?

0 Answers  


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

0 Answers  


What is vb.net used for?

0 Answers  


Categories