Balloon Labels
Question: How you to make balloon labels show when the user moves the mouse over an object? Answer: In VB6, most objects have a ToolTipText property that gives you that
Question: How you to make balloon labels show when the user moves the mouse over an object? Answer: In VB6, most objects have a ToolTipText property that gives you that
Many programs access files either to read, write, or append data. For this the program needs to know where the physical file is located, besides the name of the file.
You can rename files through the use of the FileSystem object. The problem is that you would expect to find it in the document under a name like Rename. Actually,
One common problem with typing into Web forms is dealing with input fields and having your words go right off the right edge of the box into infinity as you
You can generate a GUID using SQL Server. All you need to do is open SQL Server Query Analyzer and execute following T-SQL statement: SELECT newid() This statement generates a
Question: To show my SQL query results in paged fashion, I used your article as reference. This error message appeared: ADODB.Recordset error ‘800a0cb3’ The operation requested by the application is
Question: We have ASP pages on a Web server with VB6 components that produce the majority of the HTML. These components run on the same machine as the the Web
Question: I read the article ‘Obtaining Recordset From Middle-Tier COM Component’ and now am wondering why one would want to do this. As I understand it, this is only a
Question: I have a website that uses ASP to access a database and display information in a table format based on information the user selects on the screen. My ASP