leojose
December 16th, 2005, 03:42 AM
post number 169
quote self...
quote self...
|
Click to See Complete Forum and Search --> : Testing post count leojose December 16th, 2005, 03:42 AM post number 169 quote self... leojose December 16th, 2005, 03:45 AM .. leojose December 16th, 2005, 03:46 AM Largest Font Smallest Font Zero Font? Font size 8? leojose December 16th, 2005, 03:49 AM Creating List a b c d e f g leojose December 16th, 2005, 03:50 AM Indent leojose December 16th, 2005, 03:53 AM Image EDIT: hey..how do we use this image thingy? :confused: Yves M December 18th, 2005, 01:19 PM #include <string> #include "test.h" int main() { std::string s = "Hello World"; // Init the number double d = 2.05; return 0; } leojose December 19th, 2005, 01:21 AM Yves M what was that code all about? anything related to what I posted? I guess if you were trying to demonstrate how the thing works, I am sorry it didn't clear up anything :( Sarevok December 19th, 2005, 01:28 AM C:\img\test.jpg //no luck RCFox December 21st, 2005, 02:37 PM I'm temporarily using this thread to test the site's behavior during posting/editing. edit 1 edit 2 edit 3 Hnefi December 26th, 2005, 02:35 PM Achtung xmas. /test leojose December 27th, 2005, 12:40 AM Code before... LRESULT CALLBACK hook::MouseProc(int nCode, WPARAM wParam, LPARAM mk) { if (nCode<0) { return CallNextHookEx(Winhook, nCode, wParam, mk); } cout << "mouse action" << endl; //I never get here return CallNextHookEx(Winhook, nCode, wParam, mk); } and, testing Yves's color coder... LRESULT CALLBACK hook::MouseProc(int nCode, WPARAM wParam, LPARAM mk) { if (nCode<0) { return CallNextHookEx(Winhook, nCode, wParam, mk); } cout << "mouse action" << endl; //I never get here return CallNextHookEx(Winhook, nCode, wParam, mk); } Wow!...it works like magic :eek: jlxbd January 4th, 2006, 08:01 AM it's very nice! jlxbd January 4th, 2006, 08:07 AM another test suresha_psg January 4th, 2006, 09:54 AM another test this suresha_psg January 4th, 2006, 09:55 AM this is test Sarevok January 16th, 2006, 07:46 PM tags [img]http://www.geocities.com/dragonheir911/ramen.gif codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |