473,408 Members | 2,113 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,408 software developers and data experts.

making a module usable by all projects

I developed a module that converts money amounts into
words; this module is essential in all financial
applications like cheques, invoices, bills etc. I need to
know in detail how to make it callable or usable by any
other project or application; how to make it usable like
all built in functions, methods etc. in the vb.net
framework ? help please

Nov 20 '05 #1
2 1215
Build it into a .dll can then sign it and add it to the GAC. If you google
on Global Allocation Cache there are many examples.
"ziad dodin" <do****@cyberia.jo> wrote in message
news:61****************************@phx.gbl...
I developed a module that converts money amounts into
words; this module is essential in all financial
applications like cheques, invoices, bills etc. I need to
know in detail how to make it callable or usable by any
other project or application; how to make it usable like
all built in functions, methods etc. in the vb.net
framework ? help please

Nov 20 '05 #2
* "ziad dodin" <do****@cyberia.jo> scripsit:
I developed a module that converts money amounts into
words; this module is essential in all financial
applications like cheques, invoices, bills etc. I need to
know in detail how to make it callable or usable by any
other project or application; how to make it usable like
all built in functions, methods etc. in the vb.net
framework ? help please


Instead of the module, create a class, mark the methods as 'Public
Shared' and add it to a Class Library project. Then reference the DLL
from your EXE projects.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

59
by: seberino | last post by:
I've heard 2 people complain that word 'global' is confusing. Perhaps 'modulescope' or 'module' would be better? Am I the first peope to have thought of this and suggested it? Is this a...
15
by: torched_smurf | last post by:
I have a java program in a package called 'cmd'. This of course conflicts with the builtin python package of the same name. The thing is, I need to be able to import from both of these packages in...
1
by: ziad dodin | last post by:
I develped a module that converts money amounts into words; this module is essential in all financial applications like cheques, invoices, bills etc. I need to know in detail how to make it...
6
by: thomson | last post by:
Hi All, i do hae a solution in which i do have mulitple projects including Web Projects,, Depending on the functionality it gets redirected to different web projects and it is working fine, ...
10
by: Jia Lu | last post by:
Hi all: I try to do things below: import i Traceback (most recent call last): File "<pyshell#67>", line 2, in <module> import i ImportError: No module named i But it seems that import...
4
by: Stephan Kuhagen | last post by:
Hello I'm searching for a Python Module which is able to generate GUI events on different platforms (at least X11 and Windows, MacOSX would be nice), but without being a GUI toolkit itself. So...
5
by: Stuart D. Gathman | last post by:
The pyspf package http://cheeseshop.python.org/pypi/pyspf/] can use either pydns, or dnspython. The pyspf module has a simple driver function, DNSLookup(), that defaults to the pydns version. It...
9
by: jeremito | last post by:
My Python script makes a bunch of images that I want to use as frames in a movie. I've tried searching for a module that will take these images and put them together in a Quicktime or mpeg movie,...
13
by: Rafe | last post by:
Hi, I am in a situation where I feel I am being forced to abandon a clean module structure in favor of a large single module. If anyone can save my sanity here I would be forever grateful. My...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.