Jeg fik denne her gravet frem, har ikke testet den da jeg ikke sidder ved min egen computer lige nu:
function CurrentPlay(ARTIST,ALBUM,TITLE:string) var handleMSN:THandle; structCopy:TCopyDataStruct; stringBuffer:array [0..127] of WideChar; begin // Flush the array. FillChar(stringBuffer,SizeOf(stringBuffer),#0);
// The first Music can be changed to Games, Office, or Empty. StringToWideChar('\0Music\0'+'1'+'\0'+'{0} - {1}'+'\0'+ARTIST+'\0'+TITLE+'\0'+ALBUM+'\0'+'WMContentID'+#0,@stringBuffer[0],128);
// Set up the structure to hold the WM_COPYDATA and set the values. FillChar(structCopy,SizeOf(TCopyDataStruct),#0); with structCopy do begin cbData:=SizeOf(stringBuffer); dwData:=$547; lpData:=@stringBuffer[0]; end;
// Iterate through (for poloygamy) the MSN windows sending WM_COPYDATA to each handleMSN:=FindWindowEx(0,0,'MsnMsgrUIManager',nil); while handleMSN <> 0 do begin SendMessage(handleMSN,WM_COPYDATA,0,Integer(@structCopy));
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.