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 TouchToneTommy 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: cello1000
  • Content: Threads
  • Order by date
  1. cello1000

    net::AIM TOC buddy sign on notification

    I am trying to make a bot for AIM with perl. I want the bot to be able to know when a buddy signs on. I am useing this: $aim = new Net::AIM; $aim->newconn( Screenname => $screenname, Password => $password ) or die "didn't connect\n"; my $conn = $aim->getconn()...
  2. cello1000

    Getting a bitmap pixel color

    I have a CBitmap object that has loaded an image. How can I get or set the color of a specific pixel?
  3. cello1000

    CBitmap::LoadBitmap problem

    I'm using a multiple document interface program which saves its files as bitmaps. I also want to load bitmaps, so I do this: BOOL CImageDoc::OnOpenDocument(LPCTSTR lpszPathName) { if (!CDocument::OnOpenDocument(lpszPathName)) return FALSE; // TODO: Add your specialized creation code...

Part and Inventory Search

Back
Top