I guess I have to post this anew.
I would like to retain Option Strict On in my code but how will I do...
bindingsource.c urrent("firstna me") = "loverboy"
Error: (Same as Title)
I tried...
Ctype(bindingso urce.current("f irstname"), string) = "loverboy"
but it doesn't work.
Help me my friend...
I would like to retain Option Strict On in my code but how will I do...
bindingsource.c urrent("firstna me") = "loverboy"
Error: (Same as Title)
I tried...
Ctype(bindingso urce.current("f irstname"), string) = "loverboy"
but it doesn't work.
Help me my friend...
Comment