What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Thx] DestroyWindow on chatwindow = crash?

[Thx] DestroyWindow on chatwindow = crash?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: DestroyWindow on chatwindow = crash?
quote:
Originally posted by Flash26
aaaaaah thx its the W i missed SendMessageW lol and thx for the value
The W stands for "Wide".

Many APIs come in two versions, and ascii version and a wide version. This is for when you send text (or rather a handle to a text string in memory), since text can either be pure ascii or unicode (=wide characters =characters which are build from more than 1 byte... eg: Japanees, Hebrew, etc)

For sending a close command or close message it doesn't matter what you use since those commands and/or messages are numeric. So you could also use: "SendMessageA".

Such info like this can easly be found in the MSDN library

;)

This post was edited on 03-24-2007 at 11:50 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-24-2007 11:49 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Thx] DestroyWindow on chatwindow = crash? - by Flash on 03-23-2007 at 11:39 PM
RE: DestroyWindow on chatwindow = crash? - by deAd on 03-24-2007 at 12:12 AM
RE: DestroyWindow on chatwindow = crash? - by Flash on 03-24-2007 at 05:29 PM
RE: DestroyWindow on chatwindow = crash? - by deAd on 03-24-2007 at 05:54 PM
RE: DestroyWindow on chatwindow = crash? - by Flash on 03-24-2007 at 06:21 PM
RE: DestroyWindow on chatwindow = crash? - by CookieRevised on 03-24-2007 at 11:49 PM
RE: [Thx] DestroyWindow on chatwindow = crash? - by Flash on 03-25-2007 at 12:41 AM
RE: [Thx] DestroyWindow on chatwindow = crash? - by CookieRevised on 03-25-2007 at 12:47 AM
RE: [Thx] DestroyWindow on chatwindow = crash? - by Flash on 03-25-2007 at 12:49 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On