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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jazzmaster111

  1. jazzmaster111

    function returns an arraylist

    Hi: I 'm declaring an arraylist and I want to make it equal to a function that returns an arraylist. This is my code Dim array1 As New ArrayList() array1=makeArray2() Function makeArray2() as ArrayList Dim array2 As New ArrayList() array2.Add("hi") array2.Add("hello")...
  2. jazzmaster111

    get ip address

    Hi: How can I get the client's ip address? Thanks!!
  3. jazzmaster111

    printing a page

    Hi I'm printing a string but server is who sends the printing, not the client. How can I do in order the client sends the printing? This is my code: Private printFont As Font Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
  4. jazzmaster111

    printing a string

    Hi: How can I send a string to the printer in order it prints this string? Thanks!!
  5. jazzmaster111

    control impact printer

    Hi Can I control an impact printer by vb.net? where can I find information about this? Thanks!!
  6. jazzmaster111

    control impact printer

    It is connected to a parallel port printer is "epson LX-300+
  7. jazzmaster111

    control impact printer

    Hi Can I control an impact printer by vbscript? where can I find information about this? Thanks!!
  8. jazzmaster111

    control impact printer

    Hi Can I control an impact printer by javascript? where can I find information about this? Thanks!!
  9. jazzmaster111

    setup paper

    Hi: I need setup my own size of paper. How can I do it in explorer or netscape? Thanks!!
  10. jazzmaster111

    yes/no alert

    Hi: How can I make a yes/no alert? (not ok/cancel) Thanks!!
  11. jazzmaster111

    bidimensional array

    How can I create a bidimensional array? I need this array has unlimited items Thanks!!
  12. jazzmaster111

    printing

    well, I need the printer reports if the page was printed physically. window.onafterprint only works after call printing module
  13. jazzmaster111

    printing

    I'm calling window.print() function and I need a reply from the printer in order to know if really the page was printed
  14. jazzmaster111

    disabling-enabling printing

    Hi: I'm disabling the printing of a web page using this code: <style type="text/css"> @media print { html, body { display: none; }} </style> How can I enable the printing on the same page by javascript? Thanks!!
  15. jazzmaster111

    printing

    Yes, I'm using window.print(), should I use activex controls in order to know if the page was printed by the printer?

Part and Inventory Search

Back
Top