Click here to Skip to main content
15,911,139 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Filter in crystal report Pin
akosidandan15-Feb-10 23:56
akosidandan15-Feb-10 23:56 
GeneralRe: Filter in crystal report Pin
εїзεїзεїз16-Feb-10 0:28
εїзεїзεїз16-Feb-10 0:28 
GeneralRe: Filter in crystal report Pin
akosidandan16-Feb-10 0:44
akosidandan16-Feb-10 0:44 
GeneralRe: Filter in crystal report Pin
εїзεїзεїз16-Feb-10 1:20
εїзεїзεїз16-Feb-10 1:20 
GeneralRe: Filter in crystal report Pin
akosidandan16-Feb-10 2:55
akosidandan16-Feb-10 2:55 
GeneralRe: Filter in crystal report Pin
εїзεїзεїз16-Feb-10 3:49
εїзεїзεїз16-Feb-10 3:49 
GeneralRe: Filter in crystal report Pin
akosidandan16-Feb-10 13:14
akosidandan16-Feb-10 13:14 
QuestionInheriting Eventhandler in VB.NET from C# class library Pin
Mdnss15-Feb-10 21:32
Mdnss15-Feb-10 21:32 
Hi,

Currently I'm working on a Smart Device project in VB.NET (in Visual Studio 2008) and I found a project on the net in C# which fits to my needs so I added to my solution as a class library.

So right now I have a solution with a VB project and a C# project (class library).
In the C# I have a part like this:
namespace Something
{
    public class SomeList : SomeListControl
    {
        public event EventHandler SiteReached;
        public event EventHandler SiteOpened;
        public event EventHandler<ListEventArgs> ListOpened;
...

This namespace is included in my VB project as a Reference.

Public Class MainClass

    Private SomeControl As SomeList

    Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click

        'In the C# project the following code was implemented:
        'SomeControl.SiteReached += (s, ea) => miBack.Enabled = false;
        'SomeControl.SiteOpened += (s, ea) => miBack.Enabled = true;
        'SomeControl.ListOpened += new EventHandler<ListEventArgs>(SomeControl_ListOpened);

        'What can I do to inherit those Eventhandlers?
...


Thank you in advance for your kind help.
AnswerRe: Inheriting Eventhandler in VB.NET from C# class library Pin
Steven J Jowett15-Feb-10 22:13
Steven J Jowett15-Feb-10 22:13 
QuestionRe: Inheriting Eventhandler in VB.NET from C# class library Pin
Mdnss15-Feb-10 22:22
Mdnss15-Feb-10 22:22 
AnswerRe: Inheriting Eventhandler in VB.NET from C# class library Pin
Steven J Jowett15-Feb-10 22:31
Steven J Jowett15-Feb-10 22:31 
QuestionRe: Inheriting Eventhandler in VB.NET from C# class library [modified] Pin
Mdnss15-Feb-10 22:38
Mdnss15-Feb-10 22:38 
AnswerRe: Inheriting Eventhandler in VB.NET from C# class library Pin
Steven J Jowett15-Feb-10 23:17
Steven J Jowett15-Feb-10 23:17 
GeneralRe: Inheriting Eventhandler in VB.NET from C# class library Pin
Mdnss15-Feb-10 23:35
Mdnss15-Feb-10 23:35 
AnswerRe: Inheriting Eventhandler in VB.NET from C# class library Pin
rhuiden16-Feb-10 8:49
rhuiden16-Feb-10 8:49 
QuestionHow to fire specfied hot key on Form Keydown? Pin
mdrizwan_115-Feb-10 19:18
mdrizwan_115-Feb-10 19:18 
AnswerRe: How to fire specfied hot key on Form Keydown? Pin
εїзεїзεїз15-Feb-10 23:44
εїзεїзεїз15-Feb-10 23:44 
GeneralRe: How to fire specfied hot key on Form Keydown? Pin
TheComputerMan16-Feb-10 17:25
TheComputerMan16-Feb-10 17:25 
QuestionLINQ Query for Sum [with null values Column from Datatable] ? Pin
Paramu197315-Feb-10 2:46
Paramu197315-Feb-10 2:46 
AnswerRe: LINQ Query for Sum [with null values Column from Datatable] ? Pin
nlarson1115-Feb-10 3:49
nlarson1115-Feb-10 3:49 
Questionneed project Pin
md aazharuddin15-Feb-10 1:23
md aazharuddin15-Feb-10 1:23 
AnswerRe: need project [modified] Pin
TheComputerMan15-Feb-10 2:20
TheComputerMan15-Feb-10 2:20 
GeneralRe: need project Pin
DaveAuld15-Feb-10 4:51
professionalDaveAuld15-Feb-10 4:51 
AnswerRe: need project Pin
Ashfield15-Feb-10 3:19
Ashfield15-Feb-10 3:19 
QuestionSMTP emailing [******CLOSED*******] Pin
εїзεїзεїз15-Feb-10 0:24
εїзεїзεїз15-Feb-10 0:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.