PDA

View Full Version : URL length too short


turd ferguson
7th April 2004, 01:00
I need to open URLs longer than 289 characters. Anybody know of an alternate method.

I'm currently doing

mlSendToWinampStruct s={ML_TYPE_ITEMRECORDLIST,(void*)&obj,enqueue);
SendMessage(plugin.hwndLibraryParent,WM_ML_IPC,(WPARAM)&s,ML_IPC_SENDTOWINAMP);
It's the same length accepted the File > open URL command too.