Jump to content

Doggie

Patron
  • Posts

    2,565
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Doggie

  1. yeh.. wat happened?
  2. Doggie

    Groan

    err.. weird
  3. i doing a course in graphic design.. so might see something soon
  4. Paranoid: Low Schizoid: Moderate Schizotypal: Low Antisocial: Low Borderline: Low Histrionic: Moderate Narcissistic: Low Avoidant: Moderate Dependent: Moderate Obsessive-Compulsive: Low
  5. ur draggin an old thread from the dead
  6. neither.. one, don't have licence and two, i rarely drink
  7. Well.. if ur like me and love the good old days or like seeing new developments in emulating consoles, go no further then. http://www.emufanatics.com Full of the latest news on emulators and plugins, downloads, guides and much more. I visit there quite often and find its a good site
  8. i think anyone picking up a mac should be shot
  9. Well, most of my knowledge of learnt from many sites so i'll list a few for ya http://www.pscode.com - The mother load of all programming languages tutorials and examples http://www.freevbcode.com - Another good site http://code.box.sk - another multi-lang programming site http://www.allapi.net - Site discontinued but still a mine field of info
  10. now u wouldn't happen to be dealing in a bit of *Cough*warez*cough* or *cough* Serials *cough*
  11. hey, hes trying to help.. so instead of being a lil arse.. be greatful ur being helped
  12. i tried to tell him that some dell oem keys maybe have been circulated
  13. yeh.. well at some stage i borrowed a mates version which was oem .. and he had no problems with his
  14. so everybody, what are we hoping to see in the next windows? Personally i hope to see most IE plugins like Java, Flash etc already provided Some decent games Increased compatibility with drivers
  15. you can sit them when u want at an accredited dealer.. and how long depends on the course.. some could have 10 or more exams to sit or as little as a couple exams.. self study and sit it or goto http://www.cramsession.com for study that costs but if u don't pass the exam after buying and studying there cram guides, they give ur money back
  16. ok dude chill we were only saying as a possiblity
  17. As you might know, theres a code function called Msgbox which is for a Message Box. I'll explain what i know about it and its features and use. Below is what the function is like with room to customize it as you like; MsgBox(prompt[, buttons][, title][, helpfile, context]) Prompt String expression displayed as the message in the dialog box. The maximum length of prompt is approximately 1024 characters, depending on the width of the characters used. If prompt consists of more than one line, you can separate the lines using a carriage return character (Chr(13)), a linefeed character (Chr(10)), or carriage return–linefeed character combination (Chr(13) & Chr(10)) between each line. Buttons This has multiply options. You can make it simply show Exclaimation, Question Mark, Critical or Information sign/image appear. Also you can define it to show certain buttons like, Ok, Ok and Cancel, Yes and No, Yes/ No and cancel and many more. Title String expression displayed in the title bar of the dialog box. If you omit title, the application name is placed in the title bar. Help File String expression that identifies the Help file to use to provide Help for the dialog box. If helpfile is provided, context must also be provided. Context Numeric expression that identifies the Help context number assigned by the Help author to the appropriate Help topic. If context is provided, helpfile must also be provided Hope this can help a buddin' programmer
  18. The Hello World Example This is for the ultimate Visual Basic n00b3rs Assuming we all know how to make a new standard exe project. For those that don't, i'll make a topic how to use visual basic For this lession, we need to have One Command Button called cmdHello Double click on the command button you have put in ur enviroment(IDE) Now in the Event cmdHello_Click() should show put the following excluding the private sub bit; Private sub cmdHello_Click() Msgbox "Hello World" End Sub Now run the program. Hopefully you should have a form with a command button and if click u get prompted with Hello World Problems and queries, just post here
  19. well.. i know a lot of dudes running there own business here and are now running successful pc businesses and employing staff.. its funny wat a few certs do
  20. depends where u live. In australia, MSCE is pretty well in high demand.. don't know about other countrys
  21. Doggie

    Orgasms

    that was a bit harsh nice one sed
  22. maybe it was one of the keys that was flying around the net. Maybe u were the unfortunate Dell Customer
  23. i'll be hopefully doing it sometime this year but i know a guy thats done them. Expensive courses but in the long run, theres plenty of companys looking for these qualifications.
  24. maybe.. is there a socket 370 Asus board?
×
×
  • Create New...