Jump to content

Doggie

Patron
  • Posts

    2,565
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Doggie

  1. working for me No-IP.com
  2. does now
  3. i've been using it for about a year and its never done a thing wrong.. hail the regcleaner
  4. jennifer lopez is hot.. thats the best part.. indeed it sucked 10x a hoover
  5. thanx guys. .got it working again
  6. hey, i'm having trouble downloading msn chat software... i can't use chat without any links other mickeysoft?
  7. gamehead.. i know thread is old.. just the fact to find a working download
  8. ur server is one of the quickest i've seen dude .. loading times are fantastic
  9. yeh.. that be good.. considering the one provided is just bground.. grrr gamehead
  10. Doggie

    antiTRUST

    lol yeh.. but he does look like a nerd.. also Tim robbins is a spitting image of B Gates himself lol
  11. been looking to download this.. thanx for the linkage
  12. nice simple design.. need to fix header.. u need to use some anti-anialsing
  13. i'm doggie.. and i bludge 24/7
  14. Doggie

    antiTRUST

    yep thats the movie.. its a few years old but its not bad.. its like based upon Monopoly of pc industry.. and wat some ppl do to always be ahead.. rent it or buy it AntiTrust
  15. lo MrWatchDawg
  16. thats all we need.. an empty poster LOL welcome empty.
  17. Doggie

    CDCheck

    indeed.. this is a sweet program..
  18. Hey gisteren.. have fun on the board
  19. yeh.. but apart from a few can't find page its been good for me.. and i on a 56k
  20. old thread.. but yes we heard of it.. but all is needed is to block the port inwhich msn uses to advertise.. so no need to dload an add-on
  21. Display the Current Time Simply put a label control in form load event put Private Sub Form_Load() labelname.caption = time End Sub and if u want it to be updated every second add timer and label Private Sub Timer1_Timer() labelname.caption = time End Sub make sure u make the timer interval = 1
  22. Requirements: Visual Basic(of course), Listbox control, textbox and command button Listbox is where the item will go, Textbox is the item text and command button to add it to the list Under the textboxes Change event add Private Sub textboxname_Change() If Text1.Text = "" Then Command1.Enabled = False Else Command1.Enabled = True End If End Sub If Text1.Text = "" Then <== This is saying if theres no text in the textbox then it will make the command button disabled Under the Command button Click event Private Sub Command1_Click() List1.AddItem Text1.Text End Sub List1.AddItem Text1.Text <== Simply means add item to the list with the text in the textbox Simple
  23. hehe me too filer.. it sounds too good to be true.. an actually microsoft worker friendly? as if lol
  24. aww.. of course they will.. maybe u should ask them one day .. as much as we say we don't like our parents etc.. we do like them and like spending time with them
×
×
  • Create New...