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! 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. 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
Archived
This topic is now archived and is closed to further replies.