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 Mike Lewis 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. felixsoft

    MFC Email form help

    I am currently creating a MFC form that's results are sent to an email inbox. but i can't get but one of the input boxes send to the body. Please help.
  2. felixsoft

    Registry Functions

    Can anyone tell me how to edit a dword registry value in c++? Please include example source. Thanx
  3. felixsoft

    Firewall Help

    Alright, I know I'm a trader but I still need some help. How am I a trader? I'm a Unix junky... But VC++ is indeed mostly compatable with GCC,G++,G77,EGCS and CC compilers (the ones I have.) I am currently planning to make a c++ firewall but I don't quite understand how to go about doing that. I...
  4. felixsoft

    FTP commands in c/c++

    How can you use FTP commands in a c/c++ dos app. All I can get it to do is connect using system(const *char); I have been working on making a firewall but I can't figure out how to access ports either can anyone help me on these topics? Okay I also need to know how to read and right to a *.ini...
  5. felixsoft

    socket, bind, listen, access

    How I use the socket functions.. I have no clue how to use them. Pleas help!
  6. felixsoft

    Accessing Internet Ports

    Can Someone give me some sample source to watch internet ports on a computer. DOS or Win32. Please help anyway you can.
  7. felixsoft

    Firewalls

    How can I go about making an internet firewall?
  8. felixsoft

    Arrow key menu in DOS

    How can I make an arrow key operated menu for DOS Apps. using Turbo C++?
  9. felixsoft

    Bitmaps on console

    I am writing a new console app. (DOS application.) And I want to display a bitmap at the startup. Well at the current moment i am having to completely graph it out using MS Paint and the all american line(x1, y1, x2, y2); function. Is there anyway I can just make it show the actuall bitmap? My...
  10. felixsoft

    Splash screen!!!!

    yes please post them. that would be great. If all else fails then i can make the compat w/ the others
  11. felixsoft

    Splash screen!!!!

    Okay 2ffat. I also have Borland Turbo C++ 5.0. How can I make a splash screen in Borland C++? I am really poor with Win32 Programming.
  12. felixsoft

    Saving to text file.

    I am writing a dictionary number generator in c++ and i am currently using system("write.exe >> dict.txt"); but when i run the program i get this (copyright stuff) file creation error. 1 2 3 4 5 etc. is there a more professional and reliable way to pipe everything on the screen to a...
  13. felixsoft

    Splash screen!!!!

    how can i make a splash screen in Dev C++ 4.0 Everything on the net is for the god foresaken microsoft vc Please help me out.
  14. felixsoft

    Closing Application with c++

    How can i use c++ to close an external application that is running. I'm trying to write a program that closes and deletes the MSN Messenger virus. Any help is appreciated. Also if any one can tell me how to edit the registry with c++.
  15. felixsoft

    Closin programs.

    Can someone give me some sample source that closes another program running on a computer.

Part and Inventory Search

Back
Top