MsgBox is not using the theme msgbox

0
0

Hello,

 

I’m new here and I have installed Wisej to convert my vb.net windows applications to web based application and create future web applications.

I hope Wisej will be able to do everything I need. I will test this during the next coming 2 weeks trial.

 

I found a first issue but I’m sure somebody can help me.

when i check in the theme builder “controls” is see a nice layout for msgbox.

but when i check in visual studio, it’s using the vb.net default messagebox.

that’s the code i’ve uses as test > MsgBox(“Please Confirm”, MsgBoxStyle.Information, “Confirm Delete”)

what i’m doing wrong ??

 

regards,

bjorn de keyser

  • You must to post comments
0
0

this helps me, thank you very much for your quick response.

now i can continue testing if this application helps with my needs. let’s hope it should save me a lot of learning.

  • You must to post comments
0
0

Hi Bjorn,

thanks for your interest in Wisej.
To make MessageBox.Show() work you have to add an Imports declaration for Wisej.Web

Hope that helps.

Best regards
Frank

  • You must to post comments
0
0

Hello,

I already try that and the strange thing is “messagebox.show” is not recognized.

I’m selecting “visual basic” / “Wisej” / web application (or web page, i’ve try both)

 

regards,

bjorn

  • You must to post comments
0
0

Try MessageBox.Show() instead.

MsgBox is an extension method added by the Microsoft.VisualBasic namespace that calls the native message box. I’ll log an enhancement to implement the VB.NET names as well.

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.