1. Win32lib - Dialogs
- Posted by "Frank" <Frank at frankied.com> Jul 24, 2005
- 525 views
This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C59066.1C456120 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I've managed to create a Dialog by messing around with some code. What I mean by a Dialog is, well although they can be different, I mean where it has a closebox, but no System menu or icon (as in like a MessageBox). If you set the default class for a window to 0 in win32lib, can you achieve the same thing by CreateWindow? I can't seem to get a Dialog looking window (closebox, no icon) even when I create the window with the dialog class. Any suggestions for WS_* styles? ------=_NextPart_000_0000_01C59066.1C456120 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 8bit <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 11"> <meta name=Originator content="Microsoft Word 11"> <link rel=File-List href="cid:filelist.xml at 01C59066.12D881D0"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:DocumentKind>DocumentEmail</w:DocumentKind> <w:EnvelopeVis/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:UseWord2002TableStyleRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.EmailStyle17 {mso-style-type:personal-compose; mso-style-noshow:yes; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:windowtext;} span.SpellE {mso-style-name:""; mso-spl-e:yes;} span.GramE {mso-style-name:""; mso-gram-e:yes;} @page Section1 {size:595.3pt 841.9pt; margin:56.7pt 42.5pt 56.7pt 85.05pt; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--> </head> <body lang=RU link=blue vlink=purple style='tab-interval:35.4pt'> <div class=Section1> <p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size: 10.0pt;font-family:Arial;mso-ansi-language:EN-US'>I’ve managed to create a Dialog by messing around with some code… What I mean by a Dialog is, well although they can be different, I mean where it has a <span class=SpellE>closebox</span>, but no System menu or icon (as in like a <span class=SpellE>MessageBox</span>).<o:p></o:p></span></font></p> <p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size: 10.0pt;font-family:Arial;mso-ansi-language:EN-US'><o:p> </o:p></span></font></p> <p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size: 10.0pt;font-family:Arial;mso-ansi-language:EN-US'>If you set the default class for a window to 0 in win32lib, can you achieve the same thing by <span class=SpellE>CreateWindow</span>? I can’t seem to get a Dialog looking window (<span class=SpellE>closebox</span>, no icon) even when I create the window with the dialog class.<o:p></o:p></span></font></p> <p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size: 10.0pt;font-family:Arial;mso-ansi-language:EN-US'><o:p> </o:p></span></font></p> <p class=MsoNormal><span class=GramE><font size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial;mso-ansi-language:EN-US'>Any suggestions for WS_* styles?</span></font></span><font size=2 face=Arial><span lang=EN-US style='font-size:10.0pt;font-family:Arial;mso-ansi-language:EN-US'><o:p></o:p></span></font></p> </div> </body> </html> ------=_NextPart_000_0000_01C59066.1C456120--
2. Re: Win32lib - Dialogs
- Posted by Bernie Ryan <xotron at bluefrog.com> Jul 24, 2005
- 509 views
Frank wrote: > Any suggestions Yes post request to eufourm in plain text. Turn off HTML. Bernie My files in archive: w32engin.ew mixedlib.e eu_engin.e win32eru.exw Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan