Click here to Skip to main content
15,886,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen9-Jul-13 9:22
professionalEddy Vluggen9-Jul-13 9:22 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 9:36
Biplob Singha Shee9-Jul-13 9:36 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen9-Jul-13 9:40
professionalEddy Vluggen9-Jul-13 9:40 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 10:04
Biplob Singha Shee9-Jul-13 10:04 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen9-Jul-13 10:19
professionalEddy Vluggen9-Jul-13 10:19 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Biplob Singha Shee9-Jul-13 10:59
Biplob Singha Shee9-Jul-13 10:59 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen10-Jul-13 7:03
professionalEddy Vluggen10-Jul-13 7:03 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
ArturGomes11-Jul-13 5:31
ArturGomes11-Jul-13 5:31 
Eddy Vluggen wrote:
You can write the last "known datetime" to a textfile, and check that when you
start your app; if your last previous start was "in the future", compared to
today, you'll know that the clock has been turned back. Or that the battery of
the internal clock died, either one.

In fact, I have a system running well for nearly five years.
Is provided to the client an encrypted file for activation and with license information, which contains the current date (validated by our services). In the process of software installation, this file is copied to the client system.
Whenever the application starts up, this date in the license file is compared with the data from the local system. If the local system date is older than the date recorded in the license file, this indicates that the user manipulated the date (or the BIOS battery is over).
In such case, the application will inform the user of this and will automatically terminate. Even in this case the current system date is recorded in the file whenever it is greater than data recorded previously.

In any situation, you should call on our helpdesk services for assessment.

The system is working very well for the needs. So far, no complaints from customers.

Just trying to help.
Artur Gomes

GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Mycroft Holmes20-Jul-13 13:56
professionalMycroft Holmes20-Jul-13 13:56 
GeneralRe: VB.NET Windows Service - Detect System Date Time Change Pin
Eddy Vluggen9-Jul-13 9:12
professionalEddy Vluggen9-Jul-13 9:12 
QuestionHow To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Arjun Kerala8-Jul-13 21:28
professionalArjun Kerala8-Jul-13 21:28 
AnswerRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Bernhard Hiller8-Jul-13 23:16
Bernhard Hiller8-Jul-13 23:16 
QuestionRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
Richard Deeming9-Jul-13 1:12
mveRichard Deeming9-Jul-13 1:12 
AnswerRe: How To Move TextBoxes To Other Textboxes By Pressing ENTER Key . ? Pin
bladizina200516-Jul-13 17:07
bladizina200516-Jul-13 17:07 
QuestionStruggeling with Regex Pin
Sonhospa8-Jul-13 2:55
Sonhospa8-Jul-13 2:55 
AnswerRe: Struggeling with Regex Pin
Richard Deeming8-Jul-13 3:46
mveRichard Deeming8-Jul-13 3:46 
General[Resolved] Struggeling with Regex Pin
Sonhospa8-Jul-13 8:01
Sonhospa8-Jul-13 8:01 
GeneralWhy in rs=0 ? Pin
Ajay Chaturvedi bhopal7-Jul-13 1:16
Ajay Chaturvedi bhopal7-Jul-13 1:16 
GeneralRe: in this command rs=0 ? Pin
Richard MacCutchan7-Jul-13 1:35
mveRichard MacCutchan7-Jul-13 1:35 
QuestionRe: in this command rs=0 ? Pin
Kenneth Haugland7-Jul-13 9:57
mvaKenneth Haugland7-Jul-13 9:57 
GeneralRe: Why in rs=0 ? Pin
Richard MacCutchan7-Jul-13 21:10
mveRichard MacCutchan7-Jul-13 21:10 
GeneralRe: Why in rs=0 ? Pin
Ajay Chaturvedi bhopal7-Jul-13 21:55
Ajay Chaturvedi bhopal7-Jul-13 21:55 
GeneralRe: Why in rs=0 ? Pin
Dave Kreskowiak8-Jul-13 2:35
mveDave Kreskowiak8-Jul-13 2:35 
QuestionHow to connect an electrical switch to my vb.net application via USB port? Pin
aeskan5-Jul-13 21:00
aeskan5-Jul-13 21:00 
AnswerRe: How to connect an electrical switch to my vb.net application via USB port? Pin
Richard MacCutchan5-Jul-13 22:37
mveRichard MacCutchan5-Jul-13 22:37 

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.