Re: <serious> Pretty interesting question ..
Yes, but you don't want to.
:afrog:
Re: <serious> Pretty interesting question ..
Quote:
Originally Posted by crptcblade
Yes, but you don't want to.
:afrog:
:confused:
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?
Re: <serious> Pretty interesting question ..
Oh he'll send you a postcard alright.... FROOOM JAAAAILLLL
1 Attachment(s)
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!!!!
Re: <serious> Pretty interesting question ..
Re: <serious> Pretty interesting question ..
I've never seen Lou's schizophrenia reach such epic proportions.
Re: <serious> Pretty interesting question ..
I did, once. When I was sailing 'round the Arctic Circle...
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.
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 :wave:
Re: Junk from: <serious> Pretty interesting question ..
Re: Junk from: <serious> Pretty interesting question ..
So, wheres the original thread gone ?
Re: Junk from: <serious> Pretty interesting question ..
Re: Junk from: <serious> Pretty interesting question ..
Who wants to play "pass the thread" :D ??
Re: Junk from: <serious> Pretty interesting question ..
I saw a cat who played "pass the yarn" once.
Re: Junk from: <serious> Pretty interesting question ..
I saw a cat who played "pass the yarn", twice !!!
Re: Junk from: <serious> Pretty interesting question ..
I saw yarn that played "pass the cat" while blindfolded. I was blindfolded, that is.
Re: Junk from: <serious> Pretty interesting question ..
I see, said the blind man...
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.
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 ....
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.