Search results for query: *

  • Users: GaryS
  • Order by date
  1. G

    Question How to open Word directly to a bookmark with process.start

    Does anyone know how to use Process.Start to open a word document in Word and go directly to a bookmark? For instance, if I have a linklabel with "c:\somedocument.doc#somebookmark", I want to open the document in Word and place the cursor on the bookmark. This is possible in Access by simply...
  2. G

    Hyperlink Dialog Box

    With vb.net is there a way to get the hyperlink dialog box that is used in Word and Access to insert/edit hyperlinks?
  3. G

    Question Persist user settings between versions

    Resolved That did it. Thanks alot.
  4. G

    Question Refresh TitleBar

    Access has an application.RefreshTitleBar method to immediately redraw a form's title bar after the form's title and/or icon has been changed. Does vb.net have a similar method?
  5. G

    Question Persist user settings between versions

    The user settings created with my.settings is persisted between sessions by writing to the user.config file in the "Documents and Settings\user\Local Settings\Application Data" folder. I have noticed that when I change the version number of the application, the user settings are not persisted...
  6. G

    Question BindingNavigator Flashes

    I am using VS2008 and programming in VB.net. I placed a binding navigator on a form, docked it at the bottom of the form and it works as expected, until I maximize the form. Once the form is maximized, the record navigation buttons on the form continually flash when the mouse is placed over...
  7. G

    Select and edit records based on filtered child field

    I have two data tables in an Access database. Using the Northwind data walkthrough database sample, I show the customer information from the parent (Customers) table and related fields from the child (Orders) table on a form. The CustomersTableAdapter.Fill is used to fill the form and related...
Back
Top