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