Hey guys
this is not something big, but it is for the people who can code... anyway
I was playing (as usual) with paltalk and came across this function, which is SetNickname
if you look at it as a c++ code you will see:
- Code: Select all
SetNickname(LPCTSTR lpszNewValue)
{
static BYTE parms[] =
VTS_BSTR;
InvokeHelper(0x2, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
lpszNewValue);
}
I didn't try to install the interface with COM yet, but I am wondering if someone came through this before, and if it is worthing trying...
do you think it can be used to change the Nick Name?
let me hear from you guys



