Nov 17th, 2005, 02:40 PM
#1
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
Nov 17th, 2005, 02:56 PM
#2
Hyperactive Member
Re: <serious> Pretty interesting question ..
Originally Posted by
crptcblade
Yes, but you don't want to.
Nov 17th, 2005, 03:03 PM
#3
Re: <serious> Pretty interesting question ..
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?
Nov 17th, 2005, 03:15 PM
#4
Re: <serious> Pretty interesting question ..
Oh he'll send you a postcard alright.... FROOOM JAAAAILLLL
Nov 17th, 2005, 04:38 PM
#5
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
I don't live here any more.
Nov 17th, 2005, 06:09 PM
#6
Lively Member
Re: <serious> Pretty interesting question ..
Use Me, baby!!!
Nov 17th, 2005, 06:43 PM
#7
Re: <serious> Pretty interesting question ..
I've never seen Lou's schizophrenia reach such epic proportions.
Nov 17th, 2005, 06:58 PM
#8
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
Nov 17th, 2005, 07:00 PM
#9
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.
Nov 17th, 2005, 11:51 PM
#10
Re: <serious> Pretty interesting question ..
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
Nov 18th, 2005, 03:13 AM
#11
Re: Junk from: <serious> Pretty interesting question ..
Just junk
Nov 18th, 2005, 03:15 AM
#12
Re: Junk from: <serious> Pretty interesting question ..
So, wheres the original thread gone ?
Nov 18th, 2005, 05:53 AM
#13
Lively Member
Re: Junk from: <serious> Pretty interesting question ..
Nov 18th, 2005, 06:02 AM
#14
Re: Junk from: <serious> Pretty interesting question ..
Who wants to play "pass the thread" ??
Nov 18th, 2005, 06:06 AM
#15
Lively Member
Re: Junk from: <serious> Pretty interesting question ..
I saw a cat who played "pass the yarn" once.
Nov 18th, 2005, 06:19 AM
#16
Re: Junk from: <serious> Pretty interesting question ..
I saw a cat who played "pass the yarn", twice !!!
Nov 18th, 2005, 06:39 AM
#17
Re: Junk from: <serious> Pretty interesting question ..
I saw yarn that played "pass the cat" while blindfolded. I was blindfolded, that is.
Nov 18th, 2005, 02:34 PM
#18
Re: Junk from: <serious> Pretty interesting question ..
I see, said the blind man...
Nov 18th, 2005, 02:39 PM
#19
Re: Junk from: <serious> Pretty interesting question ..
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.
Nov 18th, 2005, 02:50 PM
#20
Hyperactive Member
Re: Junk from: <serious> Pretty interesting question ..
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 ....
Nov 18th, 2005, 03:22 PM
#21
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
Forum Rules
Click Here to Expand Forum to Full Width