Click here to Skip to main content
15,901,283 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I convert to and from UNIX standard epoch date numbers? Pin
Olle Jonsson30-Jun-03 2:48
Olle Jonsson30-Jun-03 2:48 
AnswerRe: How do I convert to and from UNIX standard epoch date numbers? Pin
Olle Jonsson30-Jun-03 5:13
Olle Jonsson30-Jun-03 5:13 
AnswerRe: How do I convert to and from UNIX standard epoch date numbers? Pin
Matt Casto30-Jun-03 5:13
Matt Casto30-Jun-03 5:13 
GeneralRe: How do I convert to and from UNIX standard epoch date numbers? Pin
Olle Jonsson30-Jun-03 5:32
Olle Jonsson30-Jun-03 5:32 
GeneralRe: How do I convert to and from UNIX standard epoch date numbers?Re: How do I convert to and from UNIX standard epoch date numbers?Re: How do I convert to and from UNIX standard epoch date numbers? Pin
Anonymous15-Jul-03 6:43
Anonymous15-Jul-03 6:43 
QuestionHow to access active web page objects from VB application. Pin
AamirJ30-Jun-03 1:03
AamirJ30-Jun-03 1:03 
GeneralPassing data between forms Pin
Andrew Bromfield27-Jun-03 10:11
Andrew Bromfield27-Jun-03 10:11 
GeneralRe: Passing data between forms Pin
Andrew Bromfield27-Jun-03 16:06
Andrew Bromfield27-Jun-03 16:06 
It's alright I figured it out. I created a custom constructor for the owned form that accepts an instance of the mdiChild form.

Example:

(Owned Form Declaration)
Public Sub New(ByRef mdiChildInstance As frmMdiChild)
MyBase.New()
_mdiChildInstance = mdiChildInstance
End Sub

(OwnedForm Instantiation - code is located on the MdiChild Form)
Public OwnedForm As New frmOwnedForm(Me)

I also created public properties for all of the member variables on mdiChild.

Does anyone see any red flags with the code above?

Thanks,

Andrew

GeneralRe: Passing data between forms Pin
apferreira1-Jul-03 7:31
apferreira1-Jul-03 7:31 
GeneralRe: Passing data between forms Pin
Andrew Bromfield1-Jul-03 9:04
Andrew Bromfield1-Jul-03 9:04 
GeneralRe: Passing data between forms Pin
Andrew Bromfield2-Jul-03 4:48
Andrew Bromfield2-Jul-03 4:48 
GeneralRe: Passing data between forms Pin
apferreira3-Jul-03 3:55
apferreira3-Jul-03 3:55 
GeneralRe: Passing data between forms Pin
Andrew Bromfield3-Jul-03 4:10
Andrew Bromfield3-Jul-03 4:10 
GeneralEnums and Attributes Pin
rohancragg27-Jun-03 5:41
rohancragg27-Jun-03 5:41 
GeneralRe: Enums and Attributes Pin
dynamic27-Jun-03 6:55
dynamic27-Jun-03 6:55 
GeneralRe: Enums and Attributes Pin
Matt Casto27-Jun-03 7:11
Matt Casto27-Jun-03 7:11 
Generalvb script an open/close cd-rom Pin
ti-guru26-Jun-03 22:23
sussti-guru26-Jun-03 22:23 
GeneralRe: vb script an open/close cd-rom Pin
Anonymous27-Jun-03 9:31
Anonymous27-Jun-03 9:31 
GeneralVBA & Excel & HTML Pin
laurarana26-Jun-03 21:16
laurarana26-Jun-03 21:16 
Generalhelp with command line arguments Pin
DJ Unreal26-Jun-03 8:48
DJ Unreal26-Jun-03 8:48 
GeneralBest way to end a form Pin
yuniit26-Jun-03 8:29
yuniit26-Jun-03 8:29 
GeneralRe: Best way to end a form Pin
Dave Kreskowiak27-Jun-03 8:52
mveDave Kreskowiak27-Jun-03 8:52 
GeneralUndo, Cut, Copy, Paste Pin
JohnExalt25-Jun-03 20:27
JohnExalt25-Jun-03 20:27 
GeneralCutCopyMode = false Pin
akbcb25-Jun-03 10:45
akbcb25-Jun-03 10:45 
GeneralPulling the users login name into VB.net Pin
code_gopher25-Jun-03 4:30
code_gopher25-Jun-03 4:30 

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.