Click here to Skip to main content
15,892,927 members

Comments by Ali Reza Barkhordari (Top 33 by date)

Ali Reza Barkhordari 28-Jun-13 5:44am View    
But jQuery parser can not parse such html codes
Ali Reza Barkhordari 28-Jun-13 4:42am View    
But the closing tag is missed.This tag must be in format `<img src='imgLink' />` or `<img src='imgLink' ></img>` .
Ali Reza Barkhordari 27-Jun-13 4:37am View    
Thanks, But these codes and documentations are a bit complex for me and i can not understand them. I want a simple basic idea for these text boxes.
Ali Reza Barkhordari 7-Jun-13 2:18am View    
you can do this by Windows API, please google about this
Ali Reza Barkhordari 26-May-13 15:56pm View    
It's easy, Just you must call a Windows API 'GetAsyncKeyState' from library user32.dll, then call function GetAsyncKeyState / have a look at : http://stackoverflow.com/questions/8963091/getasynckeystate-on-windows-7-x64