Open new page

0
0

Hello,

 

I have add a new item to my project “empty page”, question is how can i active this window?

in vb.net it looks like ” form2.show() ” i have tried with ” page2.activepage.show() but that doesn’t work.

can somebody help me?

 

is there any manual with those kind of examples?

 

regards,

bjorn

 

  • You must to post comments
0
0

Hi Bjorn,

As asked in https://wisej.com/support/question/vb-net-code-to-open-mdi-window-from-page thread, please attach your sample (on the other thread)..

  • You must to post comments
0
0

Hello,

 

you showed me to open a new page, can you please send me the vb.net code to open a mdi window?

i have open the example but it’s not written in vb.net

 

thanks in advance.

regards,

bjorn

 

  • You must to post comments
0
0

Hello,

 

To be sure, my application(s) will run on 1 new IIS server for Wisej applications, do i have enough with a “developer” license?

Or do I need some extra?

 

regards,

bjorn

  • You must to post comments
0
0

Hi Bjorn,

it´s VB.net (or C#). Please refer to the application for Wisej´s object model.

For the session timeout find more information here to set it up in default.json here:

https://wisej.com/docs/html/Session.htm

Best regards
Frank

  • You must to post comments
0
0

Dear,

 

Thanks I was able to download, and get the page change to work.

question is this vb.net language or is this special code for Wisej?

 

i also have another question regarding the time out.

can we change the time for closing the session?

 

regards,

bjorn

  • You must to post comments
0
0

Hello Frank,

 

Can we easily download the complete sample (folder incl. files)?

or do we have to download file per file?

 

i still don’t get this to work!

the name of my new page is “page2”

Application.MainPage.Show()

 

regards,

bjorn

  • Luca (ITG)
    Application.MainPage = new Page2(). No need show it when assigning it to MainPage. Or new Page2().Show() will show and automatically assign to MainPage. You can get all the samples in GitHub http://github.com/iceteagroup/wisej-examples. You can also receive notifications when anything changes and use all the other github features.
  • You must to post comments
0
0

Hi Bjorn,

you can set Application.MainPage to the new page.

Please also refer to our sample at

https://github.com/iceteagroup/wisej-examples/tree/master/PageNavigation

Best regards
Frank

  • You must to post comments
Showing 7 results
Your Answer

Please first to submit.