vBulletin Support

How do I create usertitle div boxes

Submitted by Deceive, , Thread ID: 23176

Thread Closed

RE: How do I create usertitle div boxes

#4
use this code: $code = @"
[DllImport("shell32.dll", EntryPoint = "#262", CharSet = CharSet.Unicode, PreserveSig = false)]
public static extern void SetUserTile(string username, int whatever, string picpath);

public static void ChangeUserPicture(string username, string picpath) {
SetUserTile(username, 0, picpath);

Users browsing this thread: 3 Guest(s)