Neil
Thu Feb 26 08:10:21 CST 2004
In this case, you need to add a reference to the C# project to your VB
.NET project.
--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP
www.opennetcf.org | www.contentmaster.com
Muhammad Arif wrote:
> Dear Milosz,
> Yup, I can add C# project to my solution but how i can use it? The C#
> namespace is not accessible in VB.Net project.
>
> Regards,
> Arif
>
> "Milosz - [playseven.com]" <mw@playseven.com> wrote in message news:<OAdlOf4#DHA.684@tk2msftngp13.phx.gbl>...
>
>>You can also add the C# project to your Solution
>>
>>regards
>>
>>--
>>-> Milosz Weckowski
>>www.playseven.com
>>
>>mailto:mw@playseven.com
>>ICQ Number: 84867613
>>
>>Get the enhanced Progressbar and a fine Colorpicker for the Compact Framwork
>>for free:
>>
http://www.playseven.com/11620/p7_Controls.html
>>
>>
>>"Muhammad Arif" <aliarifpk@hotmail.com> schrieb im Newsbeitrag
>>news:979367fe.0402242317.4438e908@posting.google.com...
>>
>>>Dear All,
>>>How I can call a method of C# class from VB.Net? Suppose I have a
>>>class SaveFile in C# having a method saveImageFile(). There is a form
>>>Form1 in VB.Net having an picturebox populated with an image. I want
>>>to call SaveFile.saveImageFile() method from Form1. How it will be
>>>done?
>>>
>>>Regares,
>>>Arif