|
-
Nov 10th, 2008, 08:02 PM
#1
Thread Starter
Lively Member
[RESOLVED] [2003] Getting the right Date
In the program im working on, it has a time trial version. Right now I have the program pulling the system date into a variable and checking it with a date file it creates when it is first used.
The only problem with this is all the user would have to do when the time trial ran out is set the date on the computer back. Is there a way to pull a date into a variable that can not be changed by the user?
My car if Chevy was VB.NET
Code:
Public Class MyCar
Public Sub Camaro()
Dim Camaro As Car
Camaro = SS.Fast("Sexy")
End Sub
Public Function Fast(ByVal sexy As String ) As String
Return "SUPER" & sexy
End Function
End Class
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|