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 wOOdy-Soft 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: CompCop911
  • Content: Threads
  • Order by date
  1. CompCop911

    Newbie Migrating from Classic ASP

    Hi all, I am an ASP Developer, and I manage a website for a friend that uses classic ASP and an Access DB. He wants me to upgrade it to ASP.NET 2.0, so now I've gotta learn it lol... I've started reading the QuickStart at www.asp.net (http://www.asp.net/QuickStart/aspnet/), and am learning the...
  2. CompCop911

    SIMPLE question

    How do you take ALL the contents of a text file (like a text file containing sample ASP code) and store it into a variable? Also, will dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("output.asp",true) work to create ASP files or no? ComputerCop911...
  3. CompCop911

    Connecting to an Access Database

    Hi, I am trying to connect to an Access database and retrieve records. I got it working for a LOCAL DB, but the actual DB is on my web server and when I put the Data Source as "http://.... etc" then it says invalid file name or something like that... How do you connect to a REMOTE Access DB?
  4. CompCop911

    Easy question about multiple forms

    Hi, I am making a Windows app, and i have different forms, and I was wondering how to switch between them using a menu (menu as in a menu below the title bar, like File, Edit, etc) I tried the following... If Me.menuItem2.Checked = True Then MainForm.Form.Visible = False Form1.Visible = True...
  5. CompCop911

    Web Browse or Access?

    I want to make an application that will open my website in the main program window so users do not have to open my website, wait for it all to load etc. Its just a client application to show a Lo-Fi version of the website for users to straight login with their password easily... Is this easier...
  6. CompCop911

    Starting out with Win32 API, need help

    I am starting out programming in C++, using Dev-C++ (bloodshed.net). I want to make a Win32 application that will open my website in the main program window (using CHTMLView I assume...?) so users do not have to open my website, wait for it all to load etc. Its just a client application to show...
  7. CompCop911

    Developing an Access app

    Does anyone have a tutorial or know how to create an applicaiton on Office XP Developer to run ASP scripts that are on a remote server? My father's business have licenses for Office XP Developer and I was given one for my laptop. I have a website with ASP scripts that mostly modify, add, and...
  8. CompCop911

    Microsoft Office XP Developer Edition

    I'm not sure if this is the right forum for this, but... Does anyone have a tutorial or know how to create an applicaiton on Office XP Developer to run ASP scripts that are on a remote server? My father's business have licenses for Office XP Developer and I was given one for my laptop. I have a...
  9. CompCop911

    Get field value in ASP

    I have an MS Access database with peoples names in it, but on the website, I want to just show the persons INITIALS, and when authorized people login, show the full names. My question is how do I grab a specific character from a value of a database field, such as the first character, 7th...
  10. CompCop911

    URGENT--SMC Wireless Router

    I have an SMC Barricade Turbo Wireless Router, model SMC2404WBR. I have 3 computers networked on it, my IBM NetVista A30P (MDL 8311-A1U) desktop with Windows XP Home, connected to the router via CAT5, an IBM ThinkPad R series (I think R31) laptop with built-in wireless LAN with WinXP Pro, and...
  11. CompCop911

    Flight Distance Calculator

    Anyone know of a script that can calculate the flying distance between two airports in the world, and/or where to get a database (hopefully MSAccess) with most/all world airports and their latitude/longitude locations which the script would use to calculate the distance?? I know of some sites...
  12. CompCop911

    URGENT QUESTION: VIDEO CARD/PSU ISSUE

    I currently run an IBM NetVista A30p 8311-A1U P4 3.06GHz 512mb RAM 80GB HDD WinXP Home 185W PSU NVIDIA GeForce MX 420 64mb (came with computer) I want to upgrade to an NVIDIA FX 5700 or 5900, or ATI 9600 or 9800...the trouble is, its only a 185W PSU... However, someone told me that I should...

Part and Inventory Search

Back
Top