Registering ASP.NET on IIS after installing the .NET Framework
If you install the .NET Framework on a system that has IIS already installed, IIS is automatically configured to handle requests to ASP.NET pages, and to redirect the execution to
If you install the .NET Framework on a system that has IIS already installed, IIS is automatically configured to handle requests to ASP.NET pages, and to redirect the execution to
‘ This function takes in input a base url and an array of parameter names and ‘ values (in the form: param1, value1, param2, value2, etc.),’ and returns the final
If you have a sensitive mouse and/or many objects you need to position carefully on a form, getting everything right can be a real pain?especially when you click on an
Use this tip when developing ActiveX components and testing ActiveX OCXs that require license files. These Registry entries allow you to merge VBL file contents into the Registry. You add
As you probably know, you can open an Explorer window on a directory from VB by using the intrinsic Shell function: Dim TaskId As LongTaskId = Shell(“Explorer c:”, vbNormalFocus) But
I needed to lock a row on a grid to show totals as well as a percentage row that needed to remain read-only to the user. I didn
Microsoft confirms this bug: If an application contains at least two forms, and one of those forms is displayed modally using a PopupMenu on another form, a PopupMenu on the
When you use the Split function from VB6 or VBScript, sometimes you need only a single value and not the whole array. To do this, you can reference the element
This code demonstrates how fast you can zoom into images using VB