Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




index a395a36..d9c3660 100644 (file)
@@ -38,5 +38,5 @@ ElseIf VarType(lpszName) = vbByte Or VarType(lpszName) = vbInteger Or VarType(lp
     hIcon = LoadImage(hModule, ByVal nName, IMAGE_ICON, Width, Height, LR_DEFAULTSIZE)
 End If
 If hIcon = 0 Then Exit Sub
-SendMessageA MpqEx.hWnd, WM_SETICON, ICON_SMALL, ByVal hIcon
+SendMessageA hWnd, WM_SETICON, ICON_SMALL, ByVal hIcon
 End Sub