Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

anthoy

@anthoy
About
Posts
18
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • my computer HALTS sometimes, sometimes not...
    A anthoy

    thanks guys for all your replies man and guess what!!? :rolleyes: last night i did reset the bios to default and i think it did solve it cause ive used it more than 5 hrs straight without halting.. before it hangs just within an hour.. and last night i did enjoy playing my warcraft(DOTA) and had a 'BEYOND GOD LIKE' ai hero killings hehe!!:cool: thanks to johpoke and also to dan neely but i still need to to burn out to be sure.. and yeah i should check my cpu temp.. you guys are great man i love this site more than ever

    i never really like this... being a programmer...whhargghh!!

    Hardware & Devices help asp-net game-dev performance question

  • my computer HALTS sometimes, sometimes not...
    A anthoy

    ei thanks! i ll try to reset my bios i havent try that.. and i wish that would solve this.. i havent done any overclocking yet but yeah maybe the previous user of my motherboard tried something else.. also i ll try to burn out too.. but first i need to download the ubuntu or knoppix but i think it will finish downloading tomorrow cause its more than 500 mb size..

    i never really like this... being a programmer...whhargghh!!

    Hardware & Devices help asp-net game-dev performance question

  • my computer HALTS sometimes, sometimes not...
    A anthoy

    guys i need help! i have a problem my pc just hangs in the middle of something it just simply stops responding.. :^) if someone could please try to help me figure out which part could be the defective one... mother board? msi kt4av (socket a):suss: ..its a newly replaced motherboard , but with the same model and its already used and not brand new.. <-am thinkin this could be the one memory? i have 256 ddr 2(pcs) and i tried already to put one first.. (still hangs) then tried the other one too but still the same.. my pc still hangs in the middle of my game or sometimes even browsing only on the net processor? i also upgraded my processor from 1.2 athlon to 1.7 athlon also.. could this be the problem? but its working fine sometimes but sometimes not video card? nvidia fx550 256 mb 128 bit but i can play games like warcraft, gta san andreas with it before and still now.. power supply? 400 watts could this be my problem? could there be power shortage? i know my pc is kinna pretty old.. and just might suggest to buy a new one.. but i dont have budget yet.. and i do have a plan of buying 'AMD Phenom 9500 Quad Core' that would be.. how much.. too damn expensive yet.. any help would be appreciated... and thanks again in advance

    i never really like this... being a programmer...whhargghh!!

    Hardware & Devices help asp-net game-dev performance question

  • Compile Error (Visual Basic 6) Someone help!!!
    A anthoy

    yeah right its crap man!! thnx anways.. ..well as if ive got a choice the system am working on are coded on vb6 and am just doing maintenance for this systems who wouldnt want to move on with this crap..

    i never really like this... being a programmer...whhargghh!!

    Visual Basic help performance question

  • Visual Basic 6.0
    A anthoy

    why does posting a 'vb6' questions a big deal? while this is still a Visual Basic Forum.. :mad:

    i never really like this... being a programmer...whhargghh!!

    Visual Basic question

  • Compile Error (Visual Basic 6) Someone help!!!
    A anthoy

    System Error &h800004005(-2147467259). Unspecified Error and sometimes a different error message appears like this.. the instruction at "asdjn234 blah blah blah" referenced memory at "0.123434". Memory could not be read :wtf: anyone got an idea why am having this error? its a project with an active reports am trying to compile.. ..any help would be appreciated and thanks again in advance

    Visual Basic help performance question

  • CONCATENATION problem!!?? (SQL 2000)
    A anthoy

    woahhh you're a god man thanks for a fast reply thanks pmarfleet damn i really love this site!!

    Database help database question

  • CONCATENATION problem!!?? (SQL 2000)
    A anthoy

    help anyone!! phaleezz!! i just want to combine the returned values(both varchar types)of my two 'user defined function' as one field in my sql statement my codes like this.. select cast (UDF_getCellNos + '/' + UDF_GetLandLines as varchar(100)) as Contact_Info from tblCrewInfo if both my UDF's returns a value.. my column 'Contact_Info' returns '09179673815 / (02)9614337' works out fine.. but if either of my UDF's does not return a value... my column 'Contact_Info' returns 'null' it's supposed to return the value of the other UDF.. and thats my problem :doh: ..is there any other way i can get my UDF's returned values as one column, even if one doesn't have a return value? any help will be appreciated... thanks in advance

    Database help database question

  • How to Get the Exececution Time of any query(SQL2000)
    A anthoy

    hi genius people i need help again.. and tnx again in advance!!! i just want to get the execution time of every query made or views or stored procedure executed.. just like in the query analyzer when you execute a command or any query.. i just want it displayed while on run time or after the run time is it possible?or am i just too newbie for this..

    Database database help tutorial question

  • Getting the length of a TextBox in VBA...
    A anthoy

    Does anybody have some code to separate the directory path from the directory path and file name combination? Please provide some assistance... try using dir() like this.. dir(txtOutputFilePath.text) im using it on vb6 hope it helps you..

    Database question

  • help!! phaleeezz!! error message: Plan dates are invalid (SQL 2000)
    A anthoy

    thanks for all the help guys.. i really appreciated it... my boss says its ok.. cause my data was just messed up or the field 'EXPECTED_SIGNOFF' was somewhat already filled in.. it was a 'trigger' on that table 'AJ_CONTRACTS' that was causing the error.. maybe you were all right it's just the date format.. cause i was using format date 'dd/mm/yyyy':rolleyes::rolleyes:

    Database help database question announcement

  • help!! phaleeezz!! error message: Plan dates are invalid (SQL 2000)
    A anthoy

    i was just executing an update statement like this and that error occured.. it usually runs without error.. except for this specific data.. what does that "plan dates are invalid" mean? thanx in advance again!! UPDATE AJ_CONTRACTS SET EXPECTED_SIGNOFF = '06/20/2008', CONLEN = '20',EXTENDED = 'Y', CONLEN_UNIT = 'M', UPDATED_BY='apagustin', UPDATE_DATE ='10/25/2007' WHERE (CREW_SEQ_NO = '27979') :wtf:

    Database help database question announcement

  • Help!! error message "Data provider or other service returned an E_FAIL status"
    A anthoy

    ei tnx so much.. at least now i got a hint cause i dont know where to start fixing that error..

    Database help database

  • Help!! error message "Data provider or other service returned an E_FAIL status"
    A anthoy

    if i run my view in the Designer at hte Enterprise manager i get that error message.. but if i run it through the SQL analyzer it's fine it wont have any errors.. :confused::confused:

    Database help database

  • ive got TROJAN VIRUS &quot;lntel32.exe&quot; NEED HELP
    A anthoy

    hey man tnx for the big effort.. i really appreciate it.. :-D:-D

    The Lounge question help

  • ive got TROJAN VIRUS &quot;lntel32.exe&quot; NEED HELP
    A anthoy

    everytime i connect to the internet, the microsoft anti spy ware detects it and succesfully removes it.. but the next time i connect to the internet, the virus just keeps comin back again.. how do i get rid of it!??:confused: ..any suggestion of anti spyware or anti virus that is free and effective? X| X| X|

    The Lounge question help

  • How to enable my Display Control Panel (WIN2000 Pro)
    A anthoy

    woahhh! hanep galing mo!!!<---it means it works! tnx very much!!! :-D:laugh:

    System Admin question tutorial

  • How to enable my Display Control Panel (WIN2000 Pro)
    A anthoy

    My login account belongs to the "administrator" group still i cant change my display settings? how do i change my account settings? :confused:

    System Admin question tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups