Re: Form MenuBar Design...
Can someone please help me, then so???
Re: Form MenuBar Design...
I don't think the wording was very positive...
Re: Form MenuBar Design...
Do you have anykind of way to process this problem of mine???
Re: Form MenuBar Design...
If you are asking
> Do you wish to do unpaid work for me???
Never!
Re: Form MenuBar Design...
Please someone help me with the design of this project, like so
Re: Form MenuBar Design...
What is this spaghetti code
Re: Form MenuBar Design...
Your zip file is missing some custom files, so no help can be given.
Re: Form MenuBar Design...
What kind of custom files are missing for this project of mine???
Re: Form MenuBar Design...
Also, try posting the code inside code tags so we do not have to download a .zip file to see it, along with an image of what you want the form(s) to look like.
Re: Form MenuBar Design...
Re: Form MenuBar Design...
Failed to load:
Object={018F8567-BF16-4D3D-BCE2-1BA95DAD4150}#1.0#0; Custom Dialog.ocx
Remember that binary files are not allowed, so you have to upload the vbp project
1 Attachment(s)
Re: Form MenuBar Design...
Oh yeah, I will add them to the project attachment
AND
Here it is:
Re: Form MenuBar Design...
First the internal fields, m_Close1, m_Size1 and m_Down1, have the same name of the properties methods (Property Let and Property Get), the methods must have the same name than the properties names used in UserControl_ReadProperties and UserControl_WriteProperties methods.
The Property Get of that properties has a parameter than the Property Let hasn’t, you must remove the parameter.
There are a couple of errors more to make the Project compilable, but are easy to solve.
I’m not sure about it, but I see that in the Property Get methods you have code like:
Code:
With UserControl.imgClose
.Visible = m_Close1
End With
I think that this code must be in Property Let method, and it could be the cause of the problem with the UserControl_ReadProperties and UserControl_WriteProperties methods.
I Can’t see more because I don’t know what pretend to do
Re: Form MenuBar Design...
Oh okay then, what should it be then??? Like imgClose.Visible = m_CLose1