Registering DLLs in DHTML Applications
Question: I’ve just started using DHTML in Visual Basic 6.0 and have encountered a few glitches. When using ActiveX DHTML, where does the compiled DLL file have to be stored
Question: I’ve just started using DHTML in Visual Basic 6.0 and have encountered a few glitches. When using ActiveX DHTML, where does the compiled DLL file have to be stored
One of the impressive features of Active Server Pages is the ability to deliver fresh, active content in direct response to user input. In addition to creating responsive text, you
Sometimes it seems like there aren’t enough file extensions to go around
Microsoft’s Visual InterDev 6 is an excellent environment for developing Web applications. The use of Design-Time controls (DTCs) to create script objects has revolutionized HTML coding. However, even server-side DTC-generated
It is good practice to explicitly declare the variables in separate lines. For example, declaring all the variables in one line like, Dim a, aa, aaa As String, will declare
Trying to deliver fresh, active content through Active Server Pages can be a real challenge. Browsers and some proxy server insist on caching older versions of your pages. You made
Although it is usually more efficient to use a Dynamic Link Library (DLL) that meshes well with the Internet Information Server (IIS) and Active Server Pages (ASP) environment, you may
Resource files are a great way to store text strings and images, but beware: Use of a resource file can override the property setting for your application’s icon. When Windows
If you’ve ever wanted to align text on a command button and found you can do it only by using spaces in the caption, there are a couple of constants