Results 1 to 21 of 21

Thread: Junk from: <serious> Pretty interesting question ..

  1. #1

    Thread Starter
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: <serious> Pretty interesting question ..

    Yes, but you don't want to.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  2. #2
    Hyperactive Member spoiledkid's Avatar
    Join Date
    Oct 2002
    Location
    Canada
    Posts
    437

    Re: <serious> Pretty interesting question ..

    Quote Originally Posted by crptcblade
    Yes, but you don't want to.


  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: <serious> Pretty interesting question ..

    Quote Originally Posted by spoiledkid
    Is it possible to Ctype a control to its actual type without knowing in advace at run time ..

    For Example

    dim objcontrol as Object

    ObjControl = new Label

    Ctype(ObjControl, Label).text ="blah" ' its fine ..

    but is it possible to do this ..

    Ctype(ObjControl, typeof(ObjControl)).text ... something like this since in the above example I had to know in advance that I was Ctyping a label while in the latter example I do not care what control it is just Ctype it to whatever type it has, that way following code would be possible to achieve.

    dim objcontrol as Object

    ObjControl = new Label

    Ctype(ObjControl, Typeof(ObjControl)).text ="blah" ' its fine ..

    ObjControl = new TextBox

    Ctype(ObjControl, Typeof(ObjControl)).text ="blah" ' its fine ..

    without actually knowing the type of the control ....
    Do you believe in God and Satan?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: <serious> Pretty interesting question ..

    Oh he'll send you a postcard alright.... FROOOM JAAAAILLLL

  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: <serious> Pretty interesting question ..

    Hi I'm Sherrif John Bunnell. Maybe next time he'll think twice about posting programming questions IIIIINNNNNN CHIIIIIIIIT CHAAAAAAAAAT!!!!
    Attached Images Attached Images  
    I don't live here any more.

  6. #6
    Lively Member Something Else's Avatar
    Join Date
    Nov 2003
    Location
    Where Humboldt Intersects Carlson
    Posts
    99

    Re: <serious> Pretty interesting question ..

    Use Me, baby!!!

    no soap...radio -mendhak

    I understand...just a little...
    No comprende, it's a riddle
    - Wall of Voodoo-Mexican Radio

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: <serious> Pretty interesting question ..

    I've never seen Lou's schizophrenia reach such epic proportions.

  8. #8

    Thread Starter
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: <serious> Pretty interesting question ..

    I did, once. When I was sailing 'round the Arctic Circle...
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: <serious> Pretty interesting question ..

    Armchair Critics and Psuedo-scientists have proven that the Arctic circle does not exist. This means that you do not have a boat.

  10. #10
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: <serious> Pretty interesting question ..

    Quote Originally Posted by wossname
    Hi I'm Sherrif John Bunnell. Maybe next time he'll think twice about posting programming questions IIIIINNNNNN CHIIIIIIIIT CHAAAAAAAAAT!!!!

    I'm not guilty of that anymore

  11. #11
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Junk from: <serious> Pretty interesting question ..

    Just junk
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  12. #12
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Junk from: <serious> Pretty interesting question ..

    So, wheres the original thread gone ?
    Zeegnahtuer?

  13. #13
    Lively Member Something Else's Avatar
    Join Date
    Nov 2003
    Location
    Where Humboldt Intersects Carlson
    Posts
    99

    Re: Junk from: <serious> Pretty interesting question ..

    no soap...radio -mendhak

    I understand...just a little...
    No comprende, it's a riddle
    - Wall of Voodoo-Mexican Radio

  14. #14
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Junk from: <serious> Pretty interesting question ..

    Who wants to play "pass the thread" ??
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  15. #15
    Lively Member Something Else's Avatar
    Join Date
    Nov 2003
    Location
    Where Humboldt Intersects Carlson
    Posts
    99

    Re: Junk from: <serious> Pretty interesting question ..

    I saw a cat who played "pass the yarn" once.
    no soap...radio -mendhak

    I understand...just a little...
    No comprende, it's a riddle
    - Wall of Voodoo-Mexican Radio

  16. #16
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Junk from: <serious> Pretty interesting question ..

    I saw a cat who played "pass the yarn", twice !!!
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  17. #17
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Junk from: <serious> Pretty interesting question ..

    I saw yarn that played "pass the cat" while blindfolded. I was blindfolded, that is.

  18. #18
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Junk from: <serious> Pretty interesting question ..

    I see, said the blind man...

  19. #19
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Junk from: <serious> Pretty interesting question ..

    Quote Originally Posted by mendhak
    I saw yarn that played "pass the cat" while blindfolded. I was blindfolded, that is.
    In these circumstances it would be difficult for you to tell if the cat was blindfolded or not.
    I don't live here any more.

  20. #20
    Hyperactive Member spoiledkid's Avatar
    Join Date
    Oct 2002
    Location
    Canada
    Posts
    437

    Re: Junk from: <serious> Pretty interesting question ..

    Quote Originally Posted by wossname
    In these circumstances it would be difficult for you to tell if the cat was blindfolded or not.
    you guys .. what i said in my posts does make sense actually ....

  21. #21
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Junk from: <serious> Pretty interesting question ..

    I saw a dog play 'Pass the plastic bag once'.



    Didn't even know he'd eaten one.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width