I know this sounds crazy but we have to demo an internet app at a location that does not have phone line or network connection. Thus our app needs to be "self contained" for this demo. I am running win2000 with IIS so the app will run if I can set up and ip address without actually...
I have installed a new font file via the control panel...fonts. However, I am unable to view them with the truetype font viewer nor can I use them in software. I have admin privileges on this box. Any ideas/suggestions?
I am trying to add a font file to be distributed with my application. However, when I click 'Add' and navigate to the file I am unable to select it. I can only double-click the file which displays all of the individual characters. How can I get this font file included in the package so that...
This is a rather interesting one...I have a page with a map on it. One of the functions I have written on the server is to allow them to zoom in or zoom out the map (so for instance if there is a map of the US they can zoom in to a particular state.) Right now I use the onClick event to...
I am trying to connect to a dbase file via ADO using the code below. If I drop the WHERE portion of strQuery then it works. However, I don't see anything wrong the WHERE portion of the query. The error I receive is "too few parameters. Expected 1." Any ideas please? Thanks...
I am developing a map legend that can be used in a number of programs but the text keeps coming up looking terrible. What is the best way to add text into an image and having it appear smooth and crisp? Thanks.
During long processing operations, I want to change the mouse pointer to an hourglass.
screen.mousepointer = vbhourglass
When the processing is finished set the mouse back to the default.
screen.mousepointer = vbdefault
However, the mouse icon does not change as anticipated(the processing...
I am trying to have a hit counter for my website but the following code will not write the text file to hold the counter. I am fairly new to this so I am shooting from the hip and any help would be greatly appreciated. This was originally a frontpage web (I don't know if this could possibly have...
Can you code a combo box to behave similarly to IE where as the user types in the name of say, a street, the combo box attempts to complete the entry? THanks.
Does anyone have a bit of code that modifies what is returned with the filename property of the common dialog control? It is so close to the weekend and I am having trouble concentrating!!! :-)
For ex:
control returns "c:\ice\cold\beer\rats.txt" and I want...
Can someone give me some insight as to how to edit and then update a dbase file?
The error "Operation is not supported for this type of object" is generated when I try to execute the update statement in the following code:
Code:
strFileName = InputBox("Enter path to...
I have an image with four labels across the top. Right now the labels are horizontal across the image. However, the length for the text for the labels forces me to position the labels such that the last one on the right extends far beyond the right side of the image. What I want to do is...
What would be the correct way to use relative path names to reference files used in an image map? Right now I have them hard coded.
<img src="file:///x:\path">
The html page containing the image map is in the "GIS" directory. The directory containing the images used in the...
What about this...
You have your fxn that runs the window.open statement.
Establish an array referencing the three popup windows.
When the user clicks the link, test to see if the window is already open, and then set the focus to the appropriate one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.