Click here to Skip to main content
16,004,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Search optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
kubben17-Apr-07 5:26
kubben17-Apr-07 5:26 
QuestionHow does a Classic ASP/VB programmer become an ASP.NET Pin
chuckd01382-Apr-07 4:03
chuckd01382-Apr-07 4:03 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
pra.net2-Apr-07 4:25
pra.net2-Apr-07 4:25 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
Kevin McFarlane2-Apr-07 4:41
Kevin McFarlane2-Apr-07 4:41 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
kubben2-Apr-07 5:46
kubben2-Apr-07 5:46 
QuestionTrial Version Pin
Socheat.Net2-Apr-07 1:09
Socheat.Net2-Apr-07 1:09 
AnswerRe: Trial Version Pin
CPallini2-Apr-07 1:59
mveCPallini2-Apr-07 1:59 
AnswerRe: Trial Version Pin
Nick Rioux2-Apr-07 10:41
Nick Rioux2-Apr-07 10:41 
Pseudocode:
If now > expiration date
     msgbox("Expired!")
     me.close()
End If

Or, if you want to make it expire after X number of days, use my.settings...
'load event
if my.settings.CreateDate = Nothing then
     my.settings.CreateDate = now
elseIf my.settings.CreateDate - now > X 'X being how long the trial period should last
     msgbox("Expired!")
     me.close()
else
     'Your code here
end if

Don't use this exact code! It's not secure (so especially don't use it for anything important) and you should know how it works.
GeneralRe: Trial Version Pin
Socheat.Net2-Apr-07 21:25
Socheat.Net2-Apr-07 21:25 
QuestionReturn code 200 or 304 by means of SetETag [modified] Pin
alexburzak2-Apr-07 0:38
alexburzak2-Apr-07 0:38 
QuestionAbout global keyboard hook in VB2005 Pin
Asasin8101622-Apr-07 0:16
Asasin8101622-Apr-07 0:16 
AnswerRe: About global keyboard hook in VB2005 Pin
Duncan Edwards Jones2-Apr-07 0:34
professionalDuncan Edwards Jones2-Apr-07 0:34 
GeneralRe: About global keyboard hook in VB2005 Pin
Asasin8101622-Apr-07 6:19
Asasin8101622-Apr-07 6:19 
QuestionIs it possible to grab a pop up message written by javascript from a html page in a webbrowser control? Pin
astcws1-Apr-07 23:33
astcws1-Apr-07 23:33 
AnswerRe: Is it possible to grab a pop up message written by javascript from a html page in a webbrowser control? Pin
Dave Kreskowiak2-Apr-07 1:12
mveDave Kreskowiak2-Apr-07 1:12 
Questionremoving excel filters using VB macro Pin
Keshav V. Kamat1-Apr-07 21:54
Keshav V. Kamat1-Apr-07 21:54 
AnswerRe: removing excel filters using VB macro Pin
Keshav V. Kamat2-Apr-07 18:25
Keshav V. Kamat2-Apr-07 18:25 
Questioncrystal report..... Pin
Member 38798811-Apr-07 20:31
Member 38798811-Apr-07 20:31 
AnswerRe: crystal report..... Pin
freefika2-Apr-07 10:32
freefika2-Apr-07 10:32 
QuestionBack button does not work in IE? Pin
porsti1-Apr-07 20:24
porsti1-Apr-07 20:24 
QuestionHow to Connect Remote Database In Vb.Net For MS Access Database Pin
Kiran S. S.1-Apr-07 19:54
Kiran S. S.1-Apr-07 19:54 
AnswerRe: How to Connect Remote Database In Vb.Net For MS Access Database Pin
_mubashir1-Apr-07 21:28
_mubashir1-Apr-07 21:28 
GeneralRe: How to Connect Remote Database In Vb.Net For MS Access Database Pin
Kiran S. S.3-Apr-07 1:55
Kiran S. S.3-Apr-07 1:55 
QuestionSOUND FREQUENCY Problem Pin
Dahlia Lahla1-Apr-07 17:25
Dahlia Lahla1-Apr-07 17:25 
AnswerRe: SOUND FREQUENCY Problem Pin
Dave Kreskowiak1-Apr-07 17:45
mveDave Kreskowiak1-Apr-07 17:45 

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.