AddChange Windows XP Text Start Button
This is function how to change windows xp start button text

function StartButtonText(Teks: String): Boolean;var  sbHnd: hWnd;
begin
  //Start Button Window Handle
  sbHnd:= GetWindow(FindWindow('Shell_TrayWnd',nil),GW_CHILD or GW_HWNDFIRST);  //Change Text
  Result:= SetWindowText(sbHnd,PChar(Teks));  //Update view
  if Result then SendMessage(sbHnd,WM_SETFOCUS,0,0);end;
Result like this :
 
  • Author:
  • URL:
    http://opxbit.web.id
  • Date added:
    12 June, 2010
  • Views:
    1830
Latest News
Submit News Form Past News
Latest Forum Entries