raiseevent Questions
5
Solved
I have a form that has a start button (to allow users to run the processes over and over if they wish), and I want to send a btnStart.Click event when the form loads, so that the processes start au...
Analects asked 5/4, 2013 at 10:30
4
Solved
I'm trying to manually fire a MouseLeftButtonDown event on a WPF control programmatically, as I am using the Microsoft Surface SDK, which does not fire MouseLeftButtonDown events, but ContactDown e...
Brainwash asked 13/6, 2010 at 20:44
4
Solved
Below is my code, first is where I raise the event and second section is where I consume it in another class. It seems pretty straight forward, but the logs are showing that even though the event i...
Misdeed asked 7/8, 2014 at 19:6
2
Solved
In C#, you do something like this:
if (Changed != null)
Changed(this, EventArgs.Empty);
But what do you do in VB.NET?
There is RaiseEvent, but is
RaiseEvent Changed(Me, EventArgs.Empty)
act...
Briny asked 23/5, 2013 at 10:15
2
Solved
I have convert class from c# to vb.net .. My point that I want to compress asp.net page to reduce the page size ,, Problem is after i convert to vb.net ,i have this error
Description: An error occ...
Russ asked 16/11, 2012 at 3:38
3
Solved
I have a UserControl, and I need to notify the parent page that a button in the UserControl was clicked. How do I raise an event in the UserControl and catch it on the Main page? I tried using stat...
Maldives asked 31/5, 2011 at 19:49
1
© 2022 - 2024 — McMap. All rights reserved.