Click here to Skip to main content
15,893,381 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: i want this function Pin
Ian Darling2-Jul-03 22:28
Ian Darling2-Jul-03 22:28 
GeneralMultiple Textboxes in same array Pin
mpalmati30-Jun-03 12:57
mpalmati30-Jun-03 12:57 
GeneralRe: Multiple Textboxes in same array Pin
Ian Darling1-Jul-03 4:56
Ian Darling1-Jul-03 4:56 
GeneralRe: Multiple Textboxes in same array Pin
mpalmati1-Jul-03 6:19
mpalmati1-Jul-03 6:19 
GeneralRe: Multiple Textboxes in same array Pin
Ian Darling1-Jul-03 6:34
Ian Darling1-Jul-03 6:34 
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 
I believe this will work, but I didn't actually test it against any known Epoch date values.

Private Function GetEpochDate(ByVal seconds As Long) As DateTime<br />
  Dim BeginningOfTime As New DateTime(1970, 1, 1)<br />
  Return BeginningOfTime.AddSeconds(seconds)<br />
End Function

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 
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 &amp; Excel &amp; 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 

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.