No announcements
Found 3753760 threads
-
0 Votes
Calling a sub within another class
You need an instance of the Class so that the call to the Sub (method) can be fully qualified: Dim BodyCylinderInstance As New ...Answered | 5 Replies | 2025 Views | Created by E_Jef - Monday, March 21, 2016 1:14 PM | Last reply by Acamar - Monday, March 21, 2016 9:34 PM -
0 Votes
UserControl XAML Not Recognizing Code-Behind Class Name
I have developed various UserControls in a WPF solution called CustomControls.Answered | 1 Replies | 4069 Views | Created by RMittelman - Monday, January 21, 2013 6:55 PM | Last reply by RMittelman - Monday, January 21, 2013 7:05 PM -
0 Votes
Public Class Accessible by Usercontrol
i get userdetails like username, email, team, project from the public sub new of the UserClass now i have different usercontrols in my ...Answered | 5 Replies | 4283 Views | Created by HPHenne - Wednesday, February 23, 2011 2:40 PM | Last reply by Sheldon _Xiao - Monday, February 28, 2011 2:25 AM -
0 Votes
Calling Sub from other classes - no value
Rudedog =8^D Mark the best replies as answers.Answered | 3 Replies | 2631 Views | Created by jaany - Wednesday, October 28, 2009 3:47 PM | Last reply by Rudedog2 - Wednesday, October 28, 2009 5:16 PM -
0 Votes
HTML Client Call to a VB Class
I think the OP refers to making a call directly from the browser (the html client) to a vb or c# class.Answered | 6 Replies | 3440 Views | Created by TaxPro - Saturday, July 6, 2013 11:52 PM | Last reply by TaxPro - Sunday, July 7, 2013 7:31 PM -
11 Votes
UserControl: MyBase.Paint - Works and Doesn't Work (Value changed via BackgroundWorker.ProgressChanged)
The reason it now works is that I moved the 'heavy lifting' fuctions that take time to run (hence wanting a ProgressBar) from a separate module into a Partial ...Answered | 12 Replies | 3196 Views | Created by Mike-Con - Tuesday, March 27, 2012 12:47 PM | Last reply by Mike-Con - Wednesday, March 28, 2012 3:57 PM -
2 Votes
Changing namespace of UserControl class - That g.i.cs file!
Hi, I want to move a UserControl derived class to another namespace.Answered | 2 Replies | 9689 Views | Created by Jesper Odgaard Nielsen - Saturday, October 31, 2009 3:53 PM | Last reply by Kenneth Haugland - Saturday, October 31, 2009 11:26 PM -
1 Votes
Calling a procdure from 1 usercontrol from another usercontrol
Worked like a charm.Answered | 5 Replies | 1850 Views | Created by tarne - Monday, July 18, 2011 4:06 PM | Last reply by tarne - Monday, July 18, 2011 6:39 PM -
0 Votes
VB Classes
I don't have VS open right now, but in .Net 1.1 it was something like this Public Class Form1 Later versions of .Net split it up into ...Answered | 2 Replies | 2784 Views | Created by Da-Mastah - Tuesday, July 22, 2008 3:47 PM | Last reply by jal2 - Tuesday, July 22, 2008 4:45 PM -
2 Votes
Call a Sub from another Form.
How can I Call a Subroutine on one Form from another Form.Answered | 5 Replies | 8236 Views | Created by VB Novice Hendri - Thursday, June 22, 2017 10:29 PM | Last reply by Cor Ligthert - Thursday, June 22, 2017 11:06 PM -
0 Votes
Calling code from Class that formats DataGridView not working
Now I have decided to move the code to a Class and call it from the Class to the form containing the DataGridView.Answered | 2 Replies | 1965 Views | Created by Synthologic - Sunday, April 1, 2012 8:14 AM | Last reply by Synthologic - Monday, April 2, 2012 5:33 PM -
0 Votes
C# 2005 How to call a function from a usercontrol on the Parent form
You don't want to have child forms directly calling parent forms.Answered | 3 Replies | 11075 Views | Created by JdudeWithCSharpQuestion - Friday, March 12, 2010 6:00 PM | Last reply by MC Sharp - Monday, March 15, 2010 7:29 PM -
1 Votes
Getting a userControl working in IE using VB
I think you may need to lower the security of IE to upgrade your UserControl ...Answered | 3 Replies | 2867 Views | Created by tonelm2 - Wednesday, November 25, 2009 8:36 PM | Last reply by april_123456 - Friday, November 27, 2009 10:21 AM -
0 Votes
Including subs from other .sb files
Using LitDev extension you can like this: result = LDCall.Compile(Program.Directory+"\testinclude.sb") TextWindow.WriteLine(result) include = ...Answered | 1 Replies | 616 Views | Created by cyberwoki - Sunday, February 14, 2016 4:24 PM | Last reply by litdev - Sunday, February 14, 2016 5:05 PM -
0 Votes
Making a UserControl to be instantiated dynamically
") End Sub Public Class Class1 ' Declare an event.Answered | 1 Replies | 420 Views | Created by obsolent - Monday, June 13, 2016 7:01 PM | Last reply by Barry Wang - Wednesday, June 15, 2016 1:29 AM -
1 Votes
Calling WPF UserControl in VB6.0
You could also refer to this article which introduces to host XAML/WPF in VB6 by Interop tool ...Answered | 3 Replies | 8992 Views | Created by satish11 - Thursday, May 19, 2011 3:01 PM | Last reply by Jie Bao - Monday, May 23, 2011 9:00 AM -
1 Votes
Is it possible to avoid execution of the sub based on the other sub the call was made from?
However, you can change it either in the way from Les or removing the handles clause from the method and then add it using the add handler.Answered | 12 Replies | 756 Views | Created by Alex20122012 - Sunday, August 7, 2016 12:56 AM | Last reply by Acamar - Monday, August 8, 2016 9:59 PM -
1 Votes
It does work in c# not in VB
Lloyd SheenAnswered | 3 Replies | 969 Views | Created by Enric Vives - Sunday, November 10, 2013 11:11 AM | Last reply by Enric Vives - Monday, November 11, 2013 7:29 PM -
0 Votes
Close() Method in UserControl Class
In the controls (X) Dispose method (found in the designer.cs file), call the method to release the resources and then in the Form that loaded the ...Answered | 5 Replies | 10396 Views | Created by Somay - Friday, February 1, 2008 2:22 AM | Last reply by John Anthony Oliver - Wednesday, July 9, 2008 8:47 PM -
0 Votes
How can to sent "Exit sub" to exit sub of another class
In VB the difference between a sub and a function is that it returns a value Success CorAnswered | 7 Replies | 1250 Views | Created by Hemkoe - Thursday, July 28, 2016 3:24 PM | Last reply by Cor Ligthert - Thursday, July 28, 2016 10:30 PM - Items 1 to 20 of 3753760 Next ›
No announcements