[?] Setting the format of a DateTimeControl - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [?] Setting the format of a DateTimeControl (/showthread.php?tid=66010) [?] Setting the format of a DateTimeControl by Matti on 09-09-2006 at 06:56 PM
Hey there! code:where:
Information about this message can be found on this MSDN page. S.O.S.! RE: [?] Setting the format of a DateTimeControl by Eljay on 09-09-2006 at 07:37 PM
umm the page you linked to answered it quote: You pass a pointer to the format string not the string itself. So you should put the string in a databloc first and pass the pointer to that: code: RE: [?] Setting the format of a DateTimeControl by Matti on 09-10-2006 at 07:16 AM
Yay! I already thought about a memory block pointer, but I never tried. |