punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

ShowSimpleChildWindow in VB.Net #15

Closed clementpoiret closed 8 years ago

clementpoiret commented 9 years ago

Hi,

I've a usercontrol named setupchildwindow, I've imported MahApps.Metro.Controls but I'm not able to use "Me.ShowChildWindowAsync(new setupchildwindow())" how to make my childwindow appear ?

Thanks !

punker76 commented 9 years ago

@furiousbuilder can you explain a little bit more? is there any bad output? or exception or something else?

clementpoiret commented 9 years ago

ShowChildWindowAsync is not defined, I work with VS 2013 and net framework 4.5. Is there any other way to show a simplechildwindow in VB.Net ?

punker76 commented 9 years ago

@furiousbuilder any news for this? can you provide a full stack trace?

clementpoiret commented 9 years ago

Hi,

I haven't code for 2 months due to some exams and I just formatted my drive to dual boot W10 and Mac OS X, so I need to reinstall visual studio but I think that the problem has been corrected, when VS will be reinstalled I'll provide you some code :)

clementpoiret commented 9 years ago

MsgBox are now working in 1.2.0 but I'm still not able to use ShowMessageAsync, because it seems to be not declared

frogcrush commented 8 years ago

Make sure you import MahApps.Metro.Controls.Dialogs, as it provides the override methods.