Can any one tell me return type of
Thanx in advanceCode:form.gInc
:(
Printable View
Can any one tell me return type of
Thanx in advanceCode:form.gInc
:(
Sounds like a variable - where did you see 'gInc'?
Its a property for incrementing/decrementing green colour of a form/textbox
You can return the data type by using MsgBox TypeName(Something)
Are you sure this is VB6? What is form? A form? VB6 doesn't have a .gInc property for forms.
Hi,
It is vb6
In the above code gPlaceBulbs is a method that takes 3 arguments form,datagrid and an integer.Code:gPlaceBulbs Tenant, Tenant.gInc, tCurNumBulbs
Tenant is a form and tCurNumBulbs is an integer variable.
now when I compile I get following error ByRef argument type mismatch and it points to Tenant.gInc.That's why the question.
Tenant.gInc must be a DataGrid Contro then, if that's what the method expects.Quote:
Originally Posted by jdev.techno
can picturebox act as a container for any other control
Yes - PictureBoxes and Frames can