Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kuttapan
  • Content: Threads
  • Order by date
  1. kuttapan

    Lock and Queue multiple tasks of Writing to Note Pad

    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.
  2. kuttapan

    Com + Component -- Permission Denied Error -- Error No. 70

    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...
  3. kuttapan

    User Defined Error Code/Numbers in Visual Basic 6.0

    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...
  4. kuttapan

    Retrieve the Attribute value of XML node directly from VB Code

    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" />...
  5. kuttapan

    Visual Basic Error Numbers

    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.
  6. kuttapan

    Invoking Visual Basic Exe from HTML

    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...

Part and Inventory Search

Back
Top