|
||||||||||||||||||||||||||
Help with VB4 Savesetting in Win95 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
Author | Message |
---|---|
![]() Can anyone tell me how I can ave the date of when somebody registers my prog e.g. this code in form unload dim strdate as string then this code in form load the label.caption = strx makes the label say the last recorded date. the any help is welcome!? Thanks in advance
|
|
Thu, 17 Aug 2000 03:00:00 GMT | |
![]() |
|
![]()
Quote: >dim strdate as string I don';t use the SaveSetting & getSetting but I can tell you why your >strdate = date >savesetting "appname", "startup", "date", strdate >then this code in form load label is every day the current date: you have mistyped it Quote: >strx = getsetting("appname", "startup", "date", date) strx = getsetting("appname", "startup", "date", strdate) gr. walther http://pi1438.kub.nl:2080/Frankrijk/ |
|
Fri, 18 Aug 2000 03:00:00 GMT | |
![]() |
|
![]() Check to see If it is populated first Quote: >Can anyone tell me how I can ave the date of when somebody registers my prog >to a label caption using the save setting command in the windows 95 registry >e.g. this code in form unload >dim strdate as string >then this code in form load >the label.caption = strx makes the label say the last recorded date. the >any help is welcome!? >Thanks in advance
|
|
Sat, 19 Aug 2000 03:00:00 GMT | |
Page 1 of 1 |
[ 3 post ] |