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 Wanet Telecoms Ltd 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: *

  • Users: caguila
  • Content: Threads
  • Order by date
  1. caguila

    Printing a VB Form

    Can anyone help with the easiest way to print a VB Form?
  2. caguila

    Displaying Menu when loading Word from VB App

    I am loading a Word document from VB App using createobject, etc. When the document is displayed, (even not in full screen view), all of Word's menu bars/command bars are not visible. Even when attempting to make the commandbars visible using code (either from Word or the document's template, it...
  3. caguila

    Displaying Menu when loading Word from VB App

    I am creating a document automatically from a VB App and displaying it after creation. It automatically hides all menubars or custom command bars even when not in full screen view. Any tips
  4. caguila

    display picture on datagrid

    I am using a datagrid which is bound to rows from sql containing picture fields. I am getting an error on the picture field , how do you display images correctly on datagrids - are there restrictions to picture file types etc?
  5. caguila

    right-click menu in Word

    Does any one know of a way to hook into (or customize ) the default right-click menu that's displayed when selecting text in Word? eg The menu for Cut, Copy, is there a way to add items to this dropdown menu?
  6. caguila

    Multiselection and datagrid

    Is it possible to multiselect on a datagrid? If so, please please let me know how.
  7. caguila

    Createing userform Popup Menus

    Can you create popupmenus or form menus like you can in VB in VBA userforms?
  8. caguila

    Getting a usercontrol's Handle

    I am using a dll within the usercontrol's project and need to pass the usercontrol as a paramenter (object). I am getting an error - Invalid use of base class name. Any ideas? A bit more background: the dll creates a menu dynamically & I need to create a menu when clicking on the usercontrol...
  9. caguila

    Referencing a usercontrol's Handle

    I am using a dll within the usercontrol's project and need to pass the usercontrol as a paramenter (object). I am getting an error - Invalid use of base class name. Any ideas? A bit more background: the dll creates a menu dynamically & I need to create a menu when clicking on the usercontrol.
  10. caguila

    Help! problem opening Word from VB if extension is not doc

    Does anyone know how to overcome the problem of opening Word documents where the extension is not "doc"? Dim objWordApp As Word.Application Dim objWordDoc As Word.Document yourdoc = "c:\test.0" 'is a word document given a different extension Set objWordApp = New...
  11. caguila

    Help-referencing usercontrol

    I have an activex control which loads a form. From the form, how can i reference back the usercontrol? or more so the usercontrol's parent?
  12. caguila

    file finder

    I have found VB code using windows api to find files which just lists files within a given directory or drive. Does any one know how to find files using the api or any other way where criteria can be passed, ie where the files contain xx text (as in Advance Searching) in Windows?

Part and Inventory Search

Back
Top