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...
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.
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?
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?
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")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.