Hi,
I am working in an application that uses Drag & Drop in VB6, and I need to determine which type of control is the user dragging.
I have in the form several controls: PictureBox, TextBox and ListBox.
I know that I can use TypeOf() in VB .Net, but, what can I use in VB6?
Thanks in advance!