Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: emergencyplan
  • Content: Threads
  • Order by date
  1. emergencyplan

    Index page

    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...
  2. emergencyplan

    Carriage Return or Not?

    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...
  3. emergencyplan

    Postcode woes

    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)...
  4. emergencyplan

    Determine Mouse Location

    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...
  5. emergencyplan

    Determin 256 Colour values

    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...
  6. emergencyplan

    Questionairre

    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...
  7. emergencyplan

    Virus Problem

    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...
  8. emergencyplan

    Determine whether an applications is installed

    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...
  9. emergencyplan

    Code Changes / to \

    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 =...
  10. emergencyplan

    Creating a Shortcut Problem

    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 =...
  11. emergencyplan

    Find a file

    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
  12. emergencyplan

    Backend Path

    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...
  13. emergencyplan

    Create a bitmap

    Hello, I have a program that reads an ASCII grid of altitudes and displays a coloured grid (depending on the altitude) in a picture box on the form, each grid square is drawn using picdisplay.line (x,y)-(x,y),vbColor,BF. Is there a way of saving this picture box as a bitmap, I have...
  14. emergencyplan

    IE problem....why?

    Hello I recieve the following message when opening some pages(not all) I'm using IE 6.0 SP2: "Internet Explorer Cannot open the Internet Site: http:\\www.whatever.com Operation Aborted" This seems to be a problem that has developed recently as I could view the pages previously...
  15. emergencyplan

    Insert Picture into Record

    Hello, I have a form which is used to display products with a description of the product, pricing etc. This works fine until a new product is produced. I am happy with adding the text details of the product, but I do not know how to add a product picture (*.bmp or *.jpg) from the form...
  16. emergencyplan

    Copy files from CD

    Hello, I am writing a small program to copy a folder from a cd to the users PC (a small installer package). The user inserts the CD, this autoruns to the program and the user specifies a location and clicks install. I need to be able to specify the path for the files on the CD, however the...
  17. emergencyplan

    Extract a number from string

    Hello everyone, I've looked but cannot find.....I have a string of numbers in the following format 10,12,13,200. In this example I would like to use the 13 .i.e. the third integer in the string. Also, this integer could range from 0-15000 and therefore I need to be flexible when extracting...
  18. emergencyplan

    Fatal Exception 06

    Hello, I am trying to install Windows XP from an Upgrade disc and get the following blue screen: A fatal exception 06 has occurred at 0028:00000017. The Current Application will be terminated. Any ideas how to cope with this? Thanks
  19. emergencyplan

    Check boxes and printing reports

    Hello, I have a form containing five check boxes with a description of the reports available for printing. The user selects the required reports and clicks a 'print' button. Either all or a select of the forms(depending on the users selection) should be printed. However, I cannot get his to...
  20. emergencyplan

    Search for Backend

    Hello, I have a database that sits on a number of laptops that are connected to provide a network during an incident. One machine acts as the 'server' and contains the backend of the database to which all of the information is written from the front ends. I install a front end onto each of...

Part and Inventory Search

Back
Top