TaskDialog doesn't stop the code |
Post Reply |
Author | |
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Posted: 04 September 2008 at 8:25am |
a normal vb messagebox stops an the codeposition whre dte MxgBox command ist set. The TastDialog does not stop in the same way. is it anyhow possible to get the same MsgBox behavior?
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Just tried and works same for me. Do you see same problem with our VistaTaskDialog sample?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
Hi,
I think that the problem is not the TaskDialog doesn't stop the code but that the taskdialog in vista is not shown in modal mode.
If it's the problem you're talking about, just set the "UseComCtl32" property to "false" and "MessageBoxStyle" to "true" like the online help says :
"MessageBoxStyle is only used when using the Codejock implementation of the task dialog. If setting UseComCtl32 to true while running on Windows Vista this will have no effect."
Hope this help.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |