Hi all,
I have a wee problem which hopefully someone can help me with. I have a datetime field with the format dd/mm/yyyy hh:mm:ss, and i need to extract the date part only, but also rearrange it so that it is of format YYMMDD. This i have achieved by using the convert and datepart functions...
Hey there,
From what i gather, you want to resize a flexgrid when you click on a command button to hide a treeview?
If this is the case, then in the button_click() command, simply set the following:
msFlexGrid1.Top = form1.Top
msFlexGrid1.Left = form1.Left
msFlexGrid1.Height = form1.Height...
Hi there all,
I'm looking to upgrade an application we've built using VB6, but i am encountering some problems which i hope you may be able to help me with. In the past, i would just build a new executable and include any new dll's, ocx's etc and copy these onto the PC(s) in question. Now...
Sorry guys, it's ok, i figured it out. For some reason manually typing it (which i did) caused the error, and all i had to do was select it from the event list for the toolbar.
Case closed
Hi all,
I'm trying to add a buttonmenu to a toolbar, but when i add the following code to deal with the click event:
Private Sub tblToolBar_ButtonMenuClick(ByVal ButtonMenu As ComctlLib.ButtonMenu)
End Sub
and try to run the program i get the error user-defined type not defined. I have the...
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.