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

    Nvidia issue

    Hi Guys Hope someone can help as I am baffled I have a packard bell iXtreme X6620 UK PC All was well but yesterday while using the PC to my monitor would suddenly display "No Signal" and the only option is to hold down power and force shutdown. when reboot all is fine for a while until No...
  2. dwlerwill

    Popup issue

    Hi All I am having an issue with random popups (only happens when I have IE or firefox open) I am using Microsoft onecare and Ad Aware so not sure how this happened. My Hijack this report is below Anyone any suggestions Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 15:01:37, on...
  3. dwlerwill

    Invalid serial number. Please consult the Installation Instructions.

    Hi We have installed informix on a new server and when we try and run any informix commands (I.E. onstat) we get the error Invalid serial number. Please consult the Installation Instructions. I have spoken to the unix admin who installed the software and he said it did not ask for for serial...
  4. dwlerwill

    Onecare/win32RpcDcom.gen

    Hi All I made the mistake and subscribed to Microsoft onecase :( The problem, every day I get a warning that win32RpcDcom.gen has been found and quarantined now the question(S) 1/ How do I get rid of this as full scans etc are run and the next day it is back again. 2/ When I check the virus...
  5. dwlerwill

    Game - Problems with movement

    Hi All I am making a game in VB and it is 90% completed but I am stuck on one aspect. The movement, I want to move the players position from one square to another square on the board each square has a grid reference and they enter the square they want to move from and to and it moves them one...
  6. dwlerwill

    Can not delete certain files

    Hi All I have been trying to delete certain files from my PC and get the error Access is denied you do not have permission. I am set as Admin and still can not delete various files if it helps the files are settings for norton live update that there support forum tells you to delete if...
  7. dwlerwill

    detect server time

    Hi All I have an online game in PHP I made but my webhost has decided to suddenly disable scedualed tasks to save server load so I need a bit of help. Until I move to a new server I was thinking of changing the game login script to check a mysql table to see the date the last update took place...
  8. dwlerwill

    autorefresh problem

    Hi guys I have a page that auto refreshes every 5 seconds to display any new data in the database however when the refresh happens it overwrites what the user has/is typing in a textbox. Is it possible to refresh part of the page IE the mysql query and the php chunk that displays the data. The...
  9. dwlerwill

    display top 20 records using id as DESC

    hi all trying to make an online php chat system and I would like to display the last 20 records I have the following $chattext="SELECT user, chat_line FROM gamechat ORDER BY id DESC LIMIT 20 "; $chattext2=mysql_query($chattext) or die("Could not get user stats")...
  10. dwlerwill

    PHP and explorer address bar

    Hi all I'm making a project in PHP and it is all going well except one small problem I am getting. I have various buttons on my pages and when there are clicked the button code is shown in the address bar like this http://www.xxxxxxxxx.co.uk/npccombatresult.php?ID=$userstats3[character_name]...
  11. dwlerwill

    Processor usage comparison

    Hi All On our Unix platform we have a problem with users sat in some form queries and leaving themselves logged in when they go home. (Which is causing a few problems on our backend database) Me being new to scripting am having a few problems working out where to start What we need is to take...
  12. dwlerwill

    Job Interview Questions

    Hi All Hope this is the right place to post this but I'm looking for some suggestions. I work for a large company as a VB programmer and I am moving to another team in the business. My current role is being advertised and as I manager does not know anything about VB they have tasked me to...
  13. dwlerwill

    VB with Excel problem.

    Hi All I have a VB program that opens up several excel spread sheets one at a time and looks for specific data. The program takes about 10 minutes to run (There is loads of data every day) but the problem I have is if while the program is running the user opens another spread sheet (Any even a...
  14. dwlerwill

    Save Listbox as a JPG

    Hi All This is an interesting one, I have been asked to save a list box (Or the contence of) as a JPG on a network drive. I have no idea why they want it this way (Rather than save the data in a text file) but does any one know if this is possible. Nice purple star for anyone that can help...
  15. dwlerwill

    Magnify Screen

    Hi All Hope this is the right section (As looking for a program for win XP) A collique in our office has difficulty seeing her display due to an eye condition. What we would like is a program that upon key press enlarges the entire screen by at lease 4 times. Any ideas ? David Lerwill...
  16. dwlerwill

    BSOD

    Hi all I have been getting the BSOD recently with the following error IRQL_NOT_LESS_OR_EQUAL and at the bottom it says USB.sys under device fault. I was thinking I may need to update my Mother board driver (But can not find one for my board) anyone any suggestions? Attached are my spec CPU...
  17. dwlerwill

    Could Not Lock File

    Hi All I know this problem has probably been addressed numerious times but I can not find a solution. I have a database with about 50 users (there is a VB front end and a access 97 data store) I am constantly getting "Could not lock file" error messages. I have downloaded a LDB viewer but it...
  18. dwlerwill

    Movie file

    I am not sure if this is the right forum but her goes :) I have downloaded a game trailer and it is on my C drive, I can not delete this file now as it says it is in use by another program. I have closed down all my non critical programs and processes and tried and did the same in safe mode but...
  19. dwlerwill

    External DVD RW

    Hi All Wondering if you could help. I have a Iomega Super DVD RW drive (External USB) and when I first got it it worked perfect now I can not seem to copy DVD's (Though it will read DVD OK) I have the following 2 main problems 1> In Nero 7 (Or any other copy program I have tried) I can read...
  20. dwlerwill

    VB Email - From Address

    Hi I'm using the following code With objMailMessage .To = sendTo .Body = emlBody .Subject = dave '.Attachments.Add wkbook, olByValue '.Display .Send End With End Sub How do you change the From address on email? David Lerwill "If at first you don't succeed go...

Part and Inventory Search

Back
Top