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

    Problems with Replace

    I am having problems with the following bit of code: Function FormatMessage(strSource) strNewSource = strSource 'FormatMessage = strNewSource 'Exit Function 'Response.Write "Raw message is:<blockquote>" & strNewSource & "</blockquote>" Set rs_format =...
  2. exodus300

    IIS Application

    Would somebody please point me to a decent tutorial/example of how to create an IIS Application? I've searched and searched and I can't find anything relevant. [Thanks in advance|Hope I helped you] Exodus300 [pc3]
  3. exodus300

    Instr

    Running Microsoft-IIS/5.1 on XP Pro I'm trying to use Instr and Replace to replace each occurrence of a particular string from a message, like this: Function FormatMessage(strSource) Set rs_format = Server.CreateObject("ADODB.RecordSet") rs_format.Open "SELECT * FROM Smileys", db Do While...
  4. exodus300

    this don't work

    Microsoft OLE DB Provider for ODBC Drivers error '80040e10' [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. /cokeandrumisyum/menu.asp, line 59 this is line59: 59 rs2.Open &quot;SELECT UserName, RegisteredDate FROM Users WHERE RegisteredDate = &quot; & _ 60...
  5. exodus300

    forum code

    Hi, I'm trying to make a message forum using ASP. I have two tables in my database: Threads (ThreadID, Title, StartedBy, StartedDate, StartedTime) Posts (PostID, ThreadID, PostedBy, PostedDate, PostedTime, Content) ThreadID (Threads table) and PostID (Posts table) are the primary keys; both...
  6. exodus300

    Operation must use an updeateable query

    Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. Set conn = Server.CreateObject(&quot;ADODB.Connection&quot;) conn.Open &quot;DRIVER=Microsoft Access Driver (*.mdb);DBQ=&quot; &...
  7. exodus300

    image dragging

    Hmmm haven't been here for a while... I'm playing around with a little proggy that has a kind of board (ie a panel) on which images can be dragged around. I worked out how to create the images at run-time but how do I achieve the dragging them around bit? Thx for ur help. I haven't been here...
  8. exodus300

    Cable Dialer

    I've been trying to set up a switch and router to share our Telstra Bigpond cable internet connection. I have just managed to get the net working on 2 computers by using the Bigpond Advance software which connects the computer to the internet. But I was under the impression that using a router...
  9. exodus300

    Network drive in DOS?

    I NEED to format my puter. But my CD drives aren't working, so I cant use the CD to reinstall windows after Format. I've been using my network to access CD's thru a shared CD drive on another puter. Is it possible to do this in native DOS, so I can format and reinstall Windows from the network...
  10. exodus300

    List files alphabetically

    How to sort alphabetically the results of the following code? (Currently they are sorted in some other order, most probably date last accessed/modified) <ul> <% Dim oFSO Set oFSO= Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) Dim rootFolder Set rootFolder =...
  11. exodus300

    ***MY COMPUTER IS SPYING ON ME***

    I was just playing around with my computer, when I found several (over 160) .dat files in the following folders: C:\WINDOWS\SYSTEM\shelldata\cfg\5 C:\WINDOWS\SYSTEM\shelldata\cfg\6 C:\WINDOWS\SYSTEM\shelldata\cfg\8 C:\WINDOWS\SYSTEM\shelldata\cfg\8 The filenames are all obviously the names of...
  12. exodus300

    DESKTOP WONT LOAD

    This morning when I turned on my computer, it won't load the desktop. The &quot;log on&quot; box comes up and I pressed OK, and then nothing happens. Just the blue (desktop colour) screen. I tried in safe mode too, same thing happens. It was working fine last night. [Thanks in advance|Hope I...
  13. exodus300

    Xplain Please

    What does XP actually stand for? I've heard XPensive, Xessory Pack... any more ideas? [Thanks in advance|Hope I helped you] Exodus300 [pc3]
  14. exodus300

    error reporting

    Since when has ME used the new error thingy which sends an error report? I saw this in MSN Messenger, and I also got it in another program (cant remember which) which has never used it before. I havent downloaded any updates recently, so I was just wondering how this new thingy got into my...
  15. exodus300

    Home Networking

    I've read some articles about networking XP and 9x computers in a workgroup situation. I've read about how a 9x machine must log on using a username and password from an XP machine in order to access that computer's network shares. But what's the deal with going the other way (ie an XP machine...
  16. exodus300

    CD Drive won't read CDs

    My CD drive won't read CDs. It shows up in My Computer as not having a CD in the drive. I tried several disks - burnt ones, normal ones - they won't show up. [Thanks in advance|Hope I helped you] Exodus300 [pc3]
  17. exodus300

    What is MDM?

    When I start my computer, I pressed Ctrl+Alt+Delete to check what was running. All that was there was Explorer, Zonealarm, Systray and MSN Messenger (which is good). But I noticed that upon connecting to the internet, a new item &quot;mdm&quot; appeared. I ended that task, and all seems to be...
  18. exodus300

    Internet Explorer is doing strange things

    Occasionally when I'm browsing the net, a box comes up with this message: A runtime error has occurred. Do you wish to Debug? Line: 4 Error: Syntax error [Yes] [No] Also, the first time I open an IE window after connecting to the internet, nothing happens. When I ctrl+alt+delete and end...
  19. exodus300

    insert into database

    I am familiar with using the following code in ASP (vbscript) to put stuff in a database. Now I want to do this in VB. Can somebody please help me change this stuff to work from a VB app? Set db = Server.CreateObject(&quot;ADODB.Connection&quot;) db.Open &quot;MyDatabaseName&quot; sql =...
  20. exodus300

    Coloured lines in a rich text box

    How can I make each line in a Rich Text Box (or a Memo) a different colour, so the contents could look something lke this: Line 1 is RED Line 2 is GREEN Another RED line A BLUE line [Thanks in advance|Hope I helped you] Exodus300 [pc3]

Part and Inventory Search

Back
Top