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: *

  1. kuttapan

    Lock and Queue multiple tasks of Writing to Note Pad

    Hello. I am sorry if my question was vague. Ok here is my scenario. I have a Server(Com + ) in which I am handling errors by writing the error number and description to a error log. There are a number of clients that hit the server. Now there could be a possibility that there could be...
  2. 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.
  3. 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...
  4. kuttapan

    User Defined Error Code/Numbers in Visual Basic 6.0

    Sheco, In my program I am not trying to create a external error file which will be a xml file. Ok this is what i am trying to do. I am creating an external xml file that will list all the errors that can result from my application (not Visual Basic Errors) and also all the possible Visual...
  5. 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...
  6. kuttapan

    Visual Basic Error Numbers

    Thanks Sheco and vladk. I found a useful link http://support.microsoft.com/?kbid=146864 which has a list of errors. I just wanted to confirm if this is a valide set or if there could be more down.
  7. 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" />...
  8. 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.
  9. kuttapan

    Invoking Visual Basic Exe from HTML

    Hello, Yeah Hypetia, you really need a star! That was really good solution as compared to disabling the browser that would meddle with other pages. Sheco, you spoke of a .reg file. I am not sure how to create a .reg file that would automatically update the registry contents for each user. Could...
  10. kuttapan

    Invoking Visual Basic Exe from HTML

    Thanks Hypetia. I edited the Registry and it worked just fine! I will try this out in the real world and let know if all went well. Thanks Again!
  11. 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