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 strongm 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. technot

    Linksys WIreless Router and VOIP Router

    I have a Linksys wireless router/switch and a Linksys VOIP router/switch. I want to use the VOIP router/switch as the main gateway with DHCP and then use the wireless just for wireless. I connect a cable from a LAN port on the VOIP router to a LAN port on the wireless router but hte wireless...
  2. technot

    Closing MS-DOS window

    I am using Borland C++ compiler and I would like to know how to close the ms-dos window within my program? I am running telnet through my program, but I want to exit the ms-dos window and then start it back up all from within the program.
  3. technot

    Navigation Bar

    I only have one frame and everything is in it.
  4. technot

    Navigation Bar

    I designed a navigation bar with 6 buttons in it. I am trying to insert an image behind it, but when I preview the image and navigation bar and click on a button the image in back gets dull just like the rest of the navigation bar. How can I tell it to not touch the image behind it at all?
  5. technot

    I need to read a 64 bit number from

    I need to read a 64 bit number from keyboard input. How would I go about doing this? What would I need to declare in the data segment?
  6. technot

    String Input

    How would I monitor the characters?
  7. technot

    String Input

    I know how to input a character, but how would I input a string? Also if I wanted to read a string from a user such as 34,45,67 as one input, how could I save 34 to ax register then 45 to the bx register and then 67 to the cx register?
  8. technot

    POP3 Question

    I know how to open a pop3 server, but how would I list the headers on a web page and when you click on them you go to the email message? #!/usr/local/bin/perl -w use Net::POP3; $pop = Net::POP3->new("gateway1.loyola.edu"); $pop->user("User"); $pop->pass("Pass")...

Part and Inventory Search

Back
Top