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 Chriss Miller 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: *

  1. tommy19

    Scrolling window values

    Hi I am fairly new to Dex. I am trying to walk through the values on the Sales Transaction Entry. I need to calculate the weight of each item (based on quantity) to do some funky calculations on freight. How would I walk through the items in the scroll window and get each item number and...
  2. tommy19

    IIS newbie need help!

    I am running IIS 5.1 on a Windows XP machine. I do not understand why, but any time I try to start iis, I recieve an error stating The service did not respond to the start or control request in a timely fashion. Any ideas on why this is happening or how I can get my service started??? Thank...
  3. tommy19

    IIS5 installation error

    I am having the same problem. How did you fix it?? Thanks Tommy19
  4. tommy19

    Changing printer device name with in the code...

    Hi all! I have a need to switch back and forth between a printer and a fax printer within my code. I tried: Printer.DeviceName = "pirnter, etc" When I compile, I get an improper use of property. Is there a way in which I can switch printers with in my vb code? Thanks in advance...
  5. tommy19

    screen resolution problem..

    I designed the form in both resolutions and recorded the positions, a little time consuming but not too bad. I can't think of any other way.
  6. tommy19

    screen resolution problem..

    Thank you! How do I know which resolution the screen is set at?
  7. tommy19

    screen resolution problem..

    Howdy all, I am just wondering. I have an application with a print preview function which only allows for a maximized screen. I created the app with 1024 x 768 resolution, however, I need it to resize for 600 x 800 automatically, otherwise a good portion of the form does not appear. Do I...
  8. tommy19

    Save a PicBox image as a word document?

    Thank you for the help... sorry if I was unclear in my question. but I have to go the other way. I start with no word doc. placing text according to x and y coordinates (using object.print) into a picbox and then transfering the image in that picbox into a Word Document or somehow saving it...
  9. tommy19

    Save a PicBox image as a word document?

    Howdy, I am wondering if this is even a possibility. I am trying to print invoices into a Word Doc from VB. I have a config file that holds the location on the page and font characteristics to print a string and a data file which holds the string. I am writing to a picbox with the Print...
  10. tommy19

    system vs system32...

    So does this mean on a Windows 98 machine that there is no system32 directory? I only need this process to work on Win 98. Thank you for all of your help. tommy19
  11. tommy19

    system vs system32...

    Ok, understood. But then why does XP have System and System32 directories? Thank you
  12. tommy19

    system vs system32...

    Hi all, I am writing a set up script to copy dll files to the windows\system32 or windows\system based on the most current version. Is there a reason to use one path over the other? Why are both there? Thank you in advance for responses. tommy
  13. tommy19

    printing in VB...

    Hi all, I am trying to print invoices from a vb application, however, my scales seem to change from printer to printer. Is there a way to force the scale to be the same no matter what printer I print the form to? Thanks in advance! Tom
  14. tommy19

    split function question?

    Thank you much! tommy19
  15. tommy19

    split function question?

    Hi all, silly question but I can't seem to find the answer, using: t() = Split(string, "|") How can I find the max items returned in t()?
  16. tommy19

    Printing a pre-formatted invoice form?

    Hi all, I'm new to the whole printing output to the printer in VB. I need to print a standard invoice form. I tried to scan the form to a pic file and use it to place my variable strings. However, the picture is in a one-to-one ratio and doesn't fit correctly onto the form. I haven't...
  17. tommy19

    Closing an outside application from within a vb program, on complete.

    I need to find a way to close an outside window, when the process is complete from within a VB application. I am opening the program with AppActivate. And I need to close it when the backup process is finished. The program is "MS Backup". Is this possible? Thanks for any help!!! Tommy
  18. tommy19

    Saving the Form size of the last user?

    Hi all, I am wondering how I would save the last form position and size, so that the end user can adjust the app window and reopen it in the same position. Thanks for any advice and help! Tommy19
  19. tommy19

    WinSock waiting question?

    Howdy, I am wondering if the is a way, when you read the incoming data from a winsock connection, to automatically use the senddata function, when a particular string is present. ie, I want my program to automatically loginto a unix box via winsock, If I senddata, immediately, then the...
  20. tommy19

    kill a program over the network to update to a current version?

    Howdy all, I have a problem and can't seem to find a solution other than pulling the network plug and I would like another altenative. I have tried making the file read only, but that did't work either. I need to be able to kill the program accross the network for any user with that app...

Part and Inventory Search

Back
Top