I have a VB 6.0 Project having Class (cls) files. When I start (Debug) my project, and try to execute following statement in Classic ASP page,
I want to replicate some functionality from Digg.com whereby when you post a new address it automatically scans the url and finds the page title.
I have a VBScript app calling COM-registered C# objects. I am able to pass in a COM object to开发者_如何学编程 a COM call, as well as receive either a primitive or a COM object back, but I can\'t do b
I\'ve a .txt file which has control characters associated with email address.Some thing line this @ãgmail.com. There might be multiple instances of this and 开发者_运维技巧multiple instances of other
Im trying to change the bahavior in some ads written in javascript and load them after page load is completed.
I am trying to connect to MySql server from my ASP VB application. The connection string i use is : Driver=org.gjt.mm.mysql.Driver;Server=myServerA开发者_开发技巧ddress;Database=myDataBase;Uid=myUse
NOTE:, I don\'t need help with the generic concept of inserting data to a database, just sorting through the contents of an array depending on the content of the \"line\" and how to determine which \"
I\'m making a program in Microsoft Excel using a bunch of VB script macros. One of my macros gets data \"From Web\" and retrieves the table to a sheet in excel.When I say \"From Web\", I just copied a
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I have a drop down but i am unable to get the value of the selected item. If i use request.form(\"PageSelect\") the value is 0 although i know my multidimensional array used to fill the list works.