Private Declare Function Function_Name Lib "user32" () As Datatype
I've found such lines used in many VB6 projects and tutorials.
What is it? What actually is this used for? Are there more such function? How to find out more such function/properties?
A detail explanation will be helpful and highly appreciated.
Thank you.
(Is it calling read-only or some library functions or properties?)