Page 1 of 2
iDiary Download
Posted: Mon Mar 15, 2010 11:06 pm
by Livengood
Well i was working on something and came to think of this, a Computer diary. This is a program that has up to 10 pages so far cause i want to make it fast when i first started. Well here it is.
----------------------------------------------------------------------------------------------------------------------------------------
Later on i will be posting the Source
Re: iDiary Download
Posted: Tue Mar 16, 2010 2:22 am
by 35000vr
1st Comment and cool !
Re: iDiary Download
Posted: Thu Mar 18, 2010 8:40 am
by upperdrag
nice nice

Re: iDiary Download
Posted: Thu Mar 18, 2010 9:49 am
by Livengood
Thanks

Re: iDiary Download
Posted: Thu Mar 18, 2010 11:52 pm
by GoodGuy17
Pretty cool, bet it uses settings? ;)
Re: iDiary Download
Posted: Fri Mar 19, 2010 3:16 am
by Livengood
How did you know

lol
Re: iDiary Download
Posted: Fri Mar 19, 2010 9:41 pm
by alex6848
can you post the code you used for the users passwords and usernames
Re: iDiary Download
Posted: Sat Mar 20, 2010 2:15 am
by upperdrag
Lol erm considering what if u log in then log out but wanna read your previous entries.. it's not possible unless u go to Settings and then set the textbox1.text and textbox2.text
you can make trials using that method too

Re: iDiary Download
Posted: Wed Mar 31, 2010 10:46 pm
by Livengood
alex6848 wrote:can you post the code you used for the users passwords and usernames
Its made with the settings,
Code: Select allif textbox1.text = my.settings.username then
if textbox2.text = my.settings.password then
form2.show
else
'msgbox code here for the error
end if
else
'msgbox code here for the error
end if
Re: iDiary Download
Posted: Wed Mar 31, 2010 10:47 pm
by Livengood
Prevous's entries as in the old password?
and username?