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!

Search results for query: *

  • Users: jazzmaster111
  • Content: Threads
  • Order by date
  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

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

    control impact printer

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

    setup paper

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

    yes/no alert

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

    bidimensional array

    How can I create a bidimensional array? I need this array has unlimited items Thanks!!
  11. 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!!
  12. jazzmaster111

    printing

    Hi: I`m printing a web page by javascript. By javascript, how can I know if the page was printed by the printer? Thanks!!
  13. jazzmaster111

    ascii to char

    Hi: Is there a function to convert ascii to char? Thanks!
  14. jazzmaster111

    combo box label

    Hi: how I can get the selected label of a combo box???(no value) Thanks!!
  15. jazzmaster111

    get parameter

    Hi, how I can get a parameter sent from a form which its method is get?? Thanks!!
  16. jazzmaster111

    background image

    Hi, I'm inserting a background image in my html page. The image appears a lot of times filling the screen of the html page. What can I do in order the image just appear once top and left??? Thanks!!
  17. jazzmaster111

    calculating diference between to dates

    Hi! I'm trying to calculate the number of days between to dates, I have downloaded an example of a web page. http://www.mcfedries.com/JavaScript/DaysBetween.asp I think the function is right but if I want to calculate the number of days between 2005/2/28 and 2005/3/1 it returns 4. If I want...
  18. jazzmaster111

    insert quotes and apostrophes

    Hi, how I can insert a string which contains quotes and apostrophes in an insert query??? Thanks!!
  19. jazzmaster111

    find days of week

    Hi: How I can know how many mondays there are between 2 dates??

Part and Inventory Search

Back
Top