Z
Zeke Zinzul
Hi,
I am writing a simple graphics program to generate a Yin Yang logo. I need
to implement a flood fill routine and am trying to write a stack class in
C#. My main program is in VB.
My solution is called "Yin-Yang", containing the two projects.
My C# project is called coordstack with a class file in it called stack.cs.
This file contains a namespace called "coordstack" and a class, also called
"coordstack". This is a class library.
My VB program is called "Yin-Yang", same as the solution. This is a windows
application.
How do I go about declaring a variable in my main VB program (a subroutine
in form1) of type "coordstack" which is in the C# project?
I want to say: Dim s as coordstack
I get an error: "type coordstack is not defined".
When I try an "imports coordstack" I get an error, "namespace or type
coordstack for the imports "coordstack" cannot be found.
Can someone show me the way?
I am using Visual Studio .Net, the one before 2005.
Thanks, Zeke
I am writing a simple graphics program to generate a Yin Yang logo. I need
to implement a flood fill routine and am trying to write a stack class in
C#. My main program is in VB.
My solution is called "Yin-Yang", containing the two projects.
My C# project is called coordstack with a class file in it called stack.cs.
This file contains a namespace called "coordstack" and a class, also called
"coordstack". This is a class library.
My VB program is called "Yin-Yang", same as the solution. This is a windows
application.
How do I go about declaring a variable in my main VB program (a subroutine
in form1) of type "coordstack" which is in the C# project?
I want to say: Dim s as coordstack
I get an error: "type coordstack is not defined".
When I try an "imports coordstack" I get an error, "namespace or type
coordstack for the imports "coordstack" cannot be found.
Can someone show me the way?
I am using Visual Studio .Net, the one before 2005.
Thanks, Zeke