HardwareHeaven.com

HardwareHeaven.com

Looking for the skin chooser?
 
 
  • Home

  • Hardware reviews

  • Articles

  • News

  • Tools

  • Gaming at HardwareHeaven

  • Forums

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Programming, Coding, (Web)Design


Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people.

Reply
 
Thread Tools
Old Mar 7, 2006, 04:38 PM   #1
HardwareHeaven Newbie
 
Join Date: Aug 2005
Posts: 10
Rep Power: 0
complete is on a distinguished road

This has to be a simple question to answer.

This has to be a simple question to answer. And I know how to do this in C++ but I don't know how it is done in Visual Basic. So I am not completely lost. It is just that Visual Basic is pretty new to me.

I have written some functions to do a particular task in a Visual Basic project and I have put them into a seperate module and save it as a file.

And now I have included the call to that function in another part of code in a pre-existing file.

When I clidk on File->Make to build an execuatable, the compiler stops on the line where I have typed the function call and says:

Quote:
Compile error:
Sub or Function not defined.
What additional things do I need to do to define the function?
complete is offline   Reply With Quote


Old Mar 7, 2006, 05:11 PM Threadstarter Thread Starter   #2
HardwareHeaven Newbie
 
Join Date: Aug 2005
Posts: 10
Rep Power: 0
complete is on a distinguished road

I changed the function type from Private to Public and it works.
complete is offline   Reply With Quote
Reply

Thread Tools