Search results for query: *

  1. C

    How To? Create a win service that will open some forms

    I'm trying to create a windows service in vb.net that will let me open a form up from it's system tray icon (or just keep the form open while the service is running) - and I'm having all sorts of problems.. I have my service set to "interact with desktop", I can successfully display a...
  2. C

    Looping through ListParagraphs to set templates not working

    I have a large document that is automatically created, however the numbering style isn't getting set right... Here's some of the code I'm trying: Dim oP As Object ' Word.Paragraph Dim x As Object ' Word.ListTemplate x = m_objWordApp.ListGalleries.Item(3).ListTemplates.Item(4) Try...
  3. C

    need help with template based word report

    I have a single page template, say it's for an employee ID, and my database has 5 records. My goal is to print off the employee ID's, and have a word document with 5 pages. Each page will be based on a template. (VB.Net by the way) I have the template created, and have bookmarks setup to...
Back
Top