Jump to content

Doggie

Patron
  • Posts

    2,565
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Doggie

  1. err.. how about the site your got this information from http://www.voidix.com/tutorialsphotoshop.php
  2. who are the 2 losers that voted for xp ? lol jk
  3. whats the system specs? need to know whether it run on mine 1.1ghz 256mb of ram Geforce4 Ti4200 128mb 8xagp
  4. lol nice screenies i will buy for pc is there a demo download somewhere?
  5. not bad.. shame sometimes its hard to read as the font is little too transparent
  6. lol well u can do that too pia but there wouldn't be a problem as its just in a key value and just need to remove the value of it to ensure a safe removal
  7. as everyone knows atm, the latest beta is full of juicy bugs and i am no longer participating because i cannot be bothered with a product that will be succeeded as msn messenger 6 is in alpha testing and surely soo we be available to the lucky testers like meh self
  8. have u checked in the hardware manager to check for conflictions with other hardware? does ur bios automatically assign IRQ's to hardware ? sometimes creative software require a certain IRQ as i had problems with one and read the manual and manual moved the IRQ to the suggested one
  9. oh hes had his name changed.. again
  10. well i haven't had a ati 3d card before so i would try that out next..
  11. yeh but he said these files aren't on the hdd so its safe to remove the data from the run key
  12. delete them... it should be safe
  13. lol well crispy, maybe to define it a bit Things outside of the house and pcs
  14. as the title says "Whats your favourite sport" either u like playing, watching or both me, i like all things football(soccer in my country ) especially english, italian, spanish and german
  15. these are not to do with windows xp.. its programs obviously which aren't install on ur pc now by the looks of it.. goto ur registry and look for the specified files/names etc and if found remove them
  16. nice one dude and ur system sounds sweet ..
  17. good buy.. i looking for that one i read an article on that apparently is multiformat + and - compatible.. anyone hear about it and know the model?
  18. nice.. dvd players are going down like crazy i can get them for pc's @ around $40AU and for the home $90.. best time to get out and buy one
  19. xperties.. i 0nly ave 56k so donations are welcome here also
  20. File System Like to know how to do such things as delete file(s) and directory(s)? Even create directories etc? Well, take a look what i'm about to write Directory(s) To create a directory, simply use this code; VBA.FileSystem.MkDir "driveletter:\directoryname" eg VBA.FileSystem.MkDir "C:\dogs" simple huh? Maybe u'd like to remove a specifyed directory? VBA.FileSystem.RmDir "driveletter:\directoryname" same type of method with the drive letter and dir name just a note about this. To avoid errors with this, add the follow to the code; On Error GoTo errLog VBA.FileSystem.RmDir "c:\rabbits" ' This is an example say if it didn't exist so no need to add this :P errLog: If Err.Number = 76 Then MsgBox "Directory doesn't exist" End If Time to use the On Error Goto statement. The example states on an error goto ErrLog What this means if the error number = 76, simply mean if the directory doesn't exist, a msgbox will appear saying so. adding more code soon, please be patient
  21. another victim of the ME epidemic
  22. i stopped.. my 56k connection can't handle
  23. err.. maybe if i had admin powers dude maybe one of the admins will..
  24. lol only 12 votes and overwhelmingly ME sux0rs
  25. no no no.. the best dos game i have found(http://www.the-underdogs.org) Bombjack.. the remake from the Amstrad Years
×
×
  • Create New...