Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SirDrinksalot

    Converting dates - to dates

    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...
  2. SirDrinksalot

    Upgrading Applications

    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...
  3. SirDrinksalot

    Buttonmenus and missing references

    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...

Part and Inventory Search

Back
Top