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
What are the shadow variables?
Define cls?
Using VB, how can you change the Mouse Pointer?
Write a program to find all text files in a logical drive and return the count of the number of files?
What is tracing?
What do you mean by deserialization?
Write a VB.Net console program to check whether a number is perfect or not.
How to achieve Polymorphism in VB.Net?
Explain some of the exclusive features which are present in vb?
Explain the advantage of option strict on?
Explain about Visual basic.NET culture?
What is datatype conversion?
What are all the differences between dispose and finalize()?
So you know which dll is used for microsoft .net run time?
Explain the difference between web.config and machine.config and where it will be ?