473,398 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Accessing Modules in a Different Project

I'm working with VB. NET 2005.

I have created two projects that lie within the same solution. The two projects are titled Cats and Committees. Within the Cats project lies a module called ThingsThatStartWithC. Within the module is a procedure called Message.

Is there a way to call the Message procedure(That lies within Cats) from the project Committees?
Apr 9 '08 #1
1 731
Well, I did discover the answer to my question. So here it is if anyone else was having a similar problem.

I went into the properties of Cat and then went to the reference section. I then clicked on Add, and then went to the projects tab. Committee was sitting there, so I clicked on Committee. (I haven't actually tried this with a project. Instead I used a Windows Control Library, but I'm hoping they are similar, or at least you can used the Library instead of a project.) Then I made sure I had built my Library. This allowed me to drag my component that was part of the Library, onto my form. Then I was able to call any procedures or functions that I had used in the component. I called them by naming the component, i.e.component11, and then the procedure. Example component11.emailcolor.
Apr 10 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Fuming Wang | last post by:
Hi, I have several modules that need to access global variables among them. I can do that by import modules: module A: gA = 'old' module B: import A
1
by: Julia Bell | last post by:
I would like to run the same script on two different platforms. The directory in which the script(s) will be stored is common to the two platforms. (I see the same directory contents regardless...
9
by: Emmanuel Charruau | last post by:
Hi, I am looking for a class or any information which would allow me to make communicate mini-module in c++. I have been looking on the net for some examples of such implementation, but I did...
3
by: Erik Cato | last post by:
Hi group! I'm trying to create at strategy for writing software modules. I'm writing code for embedded systems but this is not significant for the solution. What I'm trying to do is construct...
2
by: Marre | last post by:
Hi all! I´m using c# and asp.net to do an application. I want to do this application in modules. A customer should be able to buy the modules he/she are intrested of. What are the right way...
3
by: Rob R. Ainscough | last post by:
I think I've found what appears to be a pretty significant bug in VS.NET 2003. I deleted a module from my Project, and got the message "mymodule.vb will be deleted permanently" -- hit Ok. Bring...
1
by: Terry Olsen | last post by:
What is the best practice for sharing variables across modules in the same project? I'm doing a console app with different modules for different functions (file i/o, sql commands, string...
0
by: tmanikandaraja | last post by:
I want to have a clarification on some data access scenarios with DB2 as data source I have CICS modules accessing DB2 currently with embedded functional logic and they do non-atomic...
3
by: Mohamed Yousef | last post by:
Hello , The problem I'm asking about is how can imported modules be aware of other imported modules so they don't have to re-import them (avoiding importing problems and Consicing code and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.