hai,
i have some clarification regarding Common Dialog Box.
I want to set the default Font and Size while opening a Font Dialog Box. For eg- If I open the dialog Box from my control, say from my Grid, I want the default font and size to be my Grid's font and size.
Sijukumar
Hallo all,
I have a doubt regarding object instantiation.
dim ob as new MyObj
here, there is no instance is created until first method or property is called. then wht should ob represent?
dim ob as myobj
set ob = new myobj
here, the instance is created. then i would like to know whether ob...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.