|
I wrote a function in VB to control the size of the window. When I double-click the window, the window will maximize.
But when I port this program to other computers, I always get the message "Cannot find the project or library"
My code is:
Private Sub Form_Load
CResize me
......
Here, cResize reports an error, is there a problem with the added reference? What components should I add? What needs to be added?
My code is not on my machine, maybe I don't understand what I said, I hope you can answer it!
urgent! |
|