SetWindowText and unicode

Arun Sharma arun-public at sharma-home.net
Sat Oct 5 19:15:32 EDT 2002


I'm trying to use the win32 extensions to create a simple app that
sets the title of the window in unicode. However,

pywin.mfc.dialog.Dialog.SetWindowText()

supports only ASCII. Is there a way to call SetWindowTextW() with a
unicode string ?

     -Arun



More information about the Python-list mailing list