Jump to content

[VB] Creating a class instance in module


Recommended Posts

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

  • 1 month later...

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.