Hi all
I would like to use the DirListBox, DriveListBox and FileListBox controls in Excel.
I used them in Visual Basic 6.0 (they are alsoa known as File System COntrols).
Do you know if it is possible and how to import these control in Excel forms WITHOUT having Visual Studio or Visual Basic...
Hi
I created a dialog based project and I want to put in a button created by code.
I define the button with:
CButton my_Button;
int the Create Message of the CDialog I put the code:
myButt.Create("My Button",WS_VISIBLE|WS_CHILD,CRect(10,10,200,200),this,IDC_MYBUTT);
When I run...
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.