<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Win 7 Vista Messagebox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Win 7 Vista Messagebox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 23:17:40 +0000</pubDate>
  <lastBuildDate>Fri, 05 Mar 2010 06:55:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=16346</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Win 7 Vista Messagebox : Hi  I had the same issue. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16346&amp;PID=57402&amp;title=win-7-vista-messagebox#57402</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 16346<br /><strong>Posted:</strong> 05 March 2010 at 6:55am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I had the same issue. I ended up replacing all my Msgbox routines with a new routine call cjMsgbox.</DIV><DIV>&nbsp;</DIV><DIV>To do this I&nbsp;call it thusly .... </DIV><DIV>If you need to evaluate the result use &nbsp;Dim reply As xtremesuitecontrols.TaskDialogCommonButtons</DIV><DIV>&nbsp;</DIV><DIV>cjMsgBox "Error Canceling line from order. Lines must have a status equivalent to&nbsp; unallocated", "", xtpTaskButtonOk, xtpTaskIconError&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>' put this in a module </DIV><DIV>&nbsp;</DIV><DIV>Function cjMsgbox (Optional ByVal sTitleText As String, Optional ByVal sMainText As String = "", Optional cmdbtns As TaskDialogCommonButtons, Optional pMainIcon As TaskDialogIcon) As TaskDialogCommonButtons<BR>Dim TaskDlg As xtremesuitecontrols.TaskDialog</DIV><DIV>&nbsp;</DIV><DIV>' ToDo. This needs changing as function was not written with proper thought.</DIV><DIV><BR>If IsMissing(cmdbtns) Then cmdbtns = xtpTaskButtonOk</DIV><DIV>If sMainText = "" Then<BR>If sTitleText &gt; "" Then sMainText = sTitleText<BR>sTitleText = "StockBox"<BR>End If</DIV><DIV>If sTitleText = "" Then sTitleText = "StockBox"</DIV><DIV><BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp; Set TaskDlg = MDIForm1.TaskDialog1 ' controls sits on main form<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; TaskDlg.Reset<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 'Always look like manifest was used, even if no manifest file is present<BR>&nbsp;&nbsp;&nbsp; TaskDlg.MessageBoxStyle = True<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If Not IsMissing(pMainIcon) Then TaskDlg.MainIcon = pMainIcon</DIV><DIV>&nbsp;&nbsp;&nbsp; 'From General Tab<BR>&nbsp;&nbsp;&nbsp; TaskDlg.WindowTitle = sTitleText<BR>&nbsp;&nbsp;&nbsp; TaskDlg.MainInstructionText = sMainText<BR>&nbsp;&nbsp;&nbsp; TaskDlg.CommonButtons = cmdbtns</DIV><DIV><BR>&nbsp;cjMsgbox = TaskDlg.ShowDialog<BR>&nbsp;&nbsp;&nbsp; <BR>End Function</DIV>]]>
   </description>
   <pubDate>Fri, 05 Mar 2010 06:55:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16346&amp;PID=57402&amp;title=win-7-vista-messagebox#57402</guid>
  </item> 
  <item>
   <title><![CDATA[Win 7 Vista Messagebox : Hi, In Windows 7 the skinned...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16346&amp;PID=57340&amp;title=win-7-vista-messagebox#57340</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5205">HenryK</a><br /><strong>Subject:</strong> 16346<br /><strong>Posted:</strong> 03 March 2010 at 1:41pm<br /><br />Hi,<DIV>In Windows 7 the skinned messagebox looks strange (Codejock V 13.3, VB 6). Is there a workaround?</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20100303_133824_messagebox.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV><DIV>Henry <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 03 Mar 2010 13:41:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16346&amp;PID=57340&amp;title=win-7-vista-messagebox#57340</guid>
  </item> 
 </channel>
</rss>