Porl123 Posted March 14, 2011 Share Posted March 14, 2011 I'm using visual basic 2008 and I have a project with 2 forms, 1 module file and one class file. I'm trying to save an instance of my class in the module, so that the instance is available in both forms, although I keep getting this error in my two forms, as they can't access the instance: 'Reference to a non-shared member requires an object reference.' If you would like to see any of my program just ask. :] I just thought I'd outline my problem before I bombarded you with code. Cheers! Quote Link to comment https://forums.phpfreaks.com/topic/230602-vb-creating-a-class-instance-in-module/ Share on other sites More sharing options...
mitko29 Posted April 18, 2011 Share Posted April 18, 2011 I'm using visual basic 2008 and I have a project with 2 forms, 1 module file and one class file. I'm trying to save an instance of my class in the module, so that the instance is available in both forms, although I keep getting this error in my two forms, as they can't access the instance: 'Reference to a non-shared member requires an object reference.' If you would like to see any of my program just ask. :] I just thought I'd outline my problem before I bombarded you with code. Cheers! you need to post some code or show the code where you call the module or using the class. Quote Link to comment https://forums.phpfreaks.com/topic/230602-vb-creating-a-class-instance-in-module/#findComment-1203014 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.