Search results for query: *

  1. K

    Using a Project Installer to copy files/install Fonts

    Tried it again, seemed like it worked. Trying again. Yeah, it does work. Thanks guys!
  2. K

    Using a Project Installer to copy files/install Fonts

    Tried it once, didn't see the font in the Windows/Fonts folder :(
  3. K

    Using a Project Installer to copy files/install Fonts

    I have the need for my installer to install a Font file into the Windows system directory. How can I achieve that? Thanks
  4. K

    Is it possible to create an installer for a VB.Net Windows Service?

    Using VS.Net? I am not talking about the installer we put into the service, but an external installer that actually installs the service on a client machine. Thanks!
  5. K

    Can I stop/Start an external Windows Service (written in VB.Net) From a VB.Net App?

    As you say, store it in c:\knowledge.txt, the problem is that it might be c:\ might be g:\ might be h:\ when it goes to the client site.
  6. K

    Can I stop/Start an external Windows Service (written in VB.Net) From a VB.Net App?

    Well, its hard to read the file when I am not sure of the path on which the file would be present.
  7. K

    Can I stop/Start an external Windows Service (written in VB.Net) From a VB.Net App?

    So, I can pass an integer. What I need to pass in is the path where the configuration file is located. Any ideas?
  8. K

    Can I stop/Start an external Windows Service (written in VB.Net) From a VB.Net App?

    Thanks. From what I gather, Windows Service are not able to accept parameters from a Windows Form Application? Thanks again
  9. K

    Can I stop/Start an external Windows Service (written in VB.Net) From a VB.Net App?

    I have a Windows Service written that prints barcodes at regular intervals. I have another application using which the user can modify an XML file with configuration settings in it. Now, I wanted to know is it possible that when the user modifies the XML file using the external application...
  10. K

    Creating the webservice once URL is specified by User?

    I have a program which reads in an XML file which will contain the path to a webservice. I need my program to them create that webservice with a name for the service specified by me. How can I achieve that? Thanks!
  11. K

    VB.Net Printing Questions

    The thing is, its required that each label only have one item printed on it. I am basically, printing bar codes with some additonal information on each label. Since the fonts used are different, its hard to estimate the number of lines, etc per label also. Do you think this might have to do...
  12. K

    VB.Net Printing Questions

    I am using PrintDocument. What I mean is that everytime a new Print command is issued, it should start at the beginning of a new page, right now it starts where the last print ended. I am printing on a label printer and not a normal printer.
  13. K

    VB.Net Printing Questions

    Is there a way to make the printer go till the end of the page while printing? Right now, I have a printer on which when I do the print, it stops whereever the printing ends and since the print runs in a loop, I wanted to move it to end of page each time. Thanks!
  14. K

    Service which prints, asks me to save a .mdi file?

    I have a service which makes calls to do some printing. When starting the service, it asks me to save something as a .mdi file. Any clue what that is and what might cause it?
  15. K

    Writing a "Printing Service"

    I am in the process of writing a print service which, will check for available data every 60 seconds or so, and then get the data and print it on the printer specified. Right now, I just want to write a basic service which when started would print some text every 60 secs. Do I need to use...
Back
Top