d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Vb / Xaml Visual Studio Question
Add Reply New Topic New Poll
Member
Posts: 4,905
Joined: Feb 19 2012
Gold: 0.00
Sep 22 2017 04:22pm
So I'm pretty good in VBNet but I'm currently working on a project that uses Windows IoT / Raspberry Pi...

I've got the basics down and am doing okay... but I can't for the life of me figure out how to go from one form to the next..

This is how I knew to do it in VBNet

Dim newWindow = New BlankPage1
newwindow.Show


But it tells me that Show is not a member of BlankPage1 which has a name like... Blankepage.xaml.vb

Give 100FG to the person who can solve this for me... really need to get it worked out :/

Visual Studio 2017 Community Edition is the IDE I'm using.

Thanks!
Member
Posts: 4,905
Joined: Feb 19 2012
Gold: 0.00
Sep 23 2017 05:18pm
Any takers? :(
Member
Posts: 4,905
Joined: Feb 19 2012
Gold: 0.00
Nov 7 2017 07:44pm
200FG!? :D
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
Nov 8 2017 11:28pm
What is BlankPage1 inheriting from? Show the XAML and Code Behind for BlankPage1
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll