Hello,
I am new to web design, I have some free space provided by my ISP. I have uploaded my pages to their server, when I enter the address e.g. freespace.virgin.net/my.username I get a folder tree-type view and not my index page?
How can I fix this, I have look at other people's site also...
Hello,
I am building an application for reading and displaying digital elevation files. The files are created by flood inundation prediction software, programmed in C++.
The file consist of a header and the elevation values, the header consist of five lines, seperated by what I believe to be...
Joe,
Thanks for the suggestion, however this will not work. I mention that the post varies, e.g. NG7 and MK45. Therefore,taking the third character from the left as you suggest, splits MK45 as MK4 5, which is wrong?
Am I missing the point?
Thanks
Hello,
i have a form where the user enters a post code to search for an address. I am trying to ensure the postcode always has a space between in the incode and outcode.
I have achieved some success when the entire postcode is entered (e.g MK452RS becomes MK45 2RS and NG76AS becomes NG7 6AS)...
Hello,
I would like to have a form displaying a map, when the user clicks on this map, a box would be drawn and the maximum x,y values and minimum x,y values would be displayed in either a message box etc.
Any ideas on whether this can be done?? I have programmed something similiar in VB...
Hello,
I have a program that currently displays Digital Elevation Models (DEM) in twenty colours, ranging from dark blue (low elevation RGB(0,0,255) to red (high elevation rgb(255,0,0)).
I now wish to display the DEM in 234 (or 255 replacing black to show the lowest elevations) colours...
Hello,
I would like to create a questionairre to send to various departments in the organisation. This must be done in electronic form, the user will recieve the email from me, open the attachment, complete the questions and send the document back as an attachment.
I have played around using...
Hello,
A friend has recieved an email supposedly from Microsoft, with the subject "Latest Internet Update", with an installation.exe attachment.
Since recieving this email, he has been unable to run system maintance or Norton Antivirus. I guess this is a virus of some kind, any...
vb5prgrmr,
Problem resolved using some code gleaned from various sources using seaches on this site.
I have read FAQ222-2244, thanks for the concern!
Laurence
Hello again,
Another related question....how can I determine the version of the application installed? I have found how to determine the operating system but not the version of a program (e.g. Access 2000 or Access 97).
Thanks again,
Laurence
Hello,
I have a program that copies files from a CD to the users machine and creates a shortcut to an Access database copied from the CD.
How can I determine, firstly that Access is installed on the machine and secondly, what the path is for the Access.exe? (e.g. it could reside on the C:\ or...
Hello,
I am continuing to have problems creating a desktop shortcut, the following code works to the point of /WRKGROUP, however when the shortcut is created on the desktop it appears as \WRKGROUP. Therefore rendering the shortcut useless, any ideas? Code as follows.
objShortCut.TargetPath =...
Hello I am using the following code to create a shortcut to a secured access database:
Dim objShell As WshShell
Dim objShortCut As WshShortcut
'initialize the object wshshell
Set objShell = New WshShell
'initialize the object WshShortcut
Set objShortCut =...
Hello,
I would like to be able to look for a file using code, for example C:\Access.exe, or could be G:\Access.exe. I know the file name but not the path.
I'm pretty new to VB so be kind!
Any ideas, many thanks.
Laurence
Hello,
I wish to have a very basic form with one command button and one text box, when the command button is selected by the user the path (file location) of the database back-end is displayed. Lets assume I have one table called "MyTable".
Is there a easy way of doing this, I have...
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.