JohnKelly 0 Light Poster

Dear All

I am creating a Windows 8 app using Visual Studio 13 Vb.

I have two Pages (.xaml) and one code module (.vb)

On each Page I have Subroutine that displays status (makes images with tick or cross visible or not). How can I can I call these Subroutines from the code module. If I make the Subroutine Public Shared it says that I "Cannot refer to an instance of a class from within a shared method or shared member initializer without an explicit instance of the class".

Any help would be greatfully received.