Hello,
In a VisualBasic application, there will be multiple tasks writing to a notepad.
Is there a module in VisualBasic that will queue each task and write them one by one. Please help on the same if there is any suggestion/solution.
Regards,
Kuttapan.
Hello,
I created a dll from a Visual Basic application. I deployed it as a Com+ component in one of the system here.
I exported and created the .msi file and installed it in client system.
The stub application I wrote where I created the object of one of the methods inside the dll worked well...
Hello,
I am trying to get a list of ErrorCode/Numbers that I could use in my program that does not conflict with Visual Basic Error Code.
I did my research and found two sites.
1) http://support.microsoft.com/?kbid=146864
This is a msdn article, but this basically lists the Error Codes for...
I am using a XML file to get data into my VB Application.
Is there a way to create a DOM object, and directly check the attribute value without looping?
Eg: Assume the xml file below
<?xml version="1.0" encoding="utf-8"?>
<ErrorCodes>
<Error Number="1" Action="ResumeNext" Description="D1" />...
Is there a range of Error Numbers that the Visual Basic Application uses. The basic purpose is to find the range of Error Numbers that we can use as our own that will not conflict with the Visual Basic application Errors.
Thanks,
Kuttapan.
Hello All,
I wrote a simple Visual Basic Active X Exe which would be invoked from a normal HTML Page. The idea was to invoke the Visual Basic application with values entered from HTML page.
The process worked fine. The question I have now is when i click on the Button on the html page that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.