Anymore suggestions? I want to make this the best I can, Only major releases will be posted minor changes will only show in the "Check for Updates" form on the program.
Posts 1–15 of 19 · Page 1 of 2
Post a Reply
Tags for this Thread
None
meh, notepad still uses less resources.
No need to be negative, this is a dandy release!
GJ!
Agree, Good Job!
Was this auto approved or did you approve it lolland?
Not that it isn't clean, just don't know who approved, making sure no issue with vb section.
Great! I'd use this for replacement of notepad, it does NOW include 1 more resource to my collection! I thank ya!
Now to figure out this coding :S Wish me luck lol.
aah i found a code, but not the same :P
TextArea.Find(ToolStripTextBox1.Text)
Reply
Originally Posted by o0OpurezO0o
Great! I'd use this for replacement of notepad, it does NOW include 1 more resource to my collection! I thank ya!
Now to figure out this coding :S Wish me luck lol.
aah i found a code, but not the same :P
TextArea.Find(ToolStripTextBox1.Text)
"TextArea.Find(ToolStripTextBox1.Text)" is not in the coding of this program at all but if you want a part of the coding let me know what part you want. I don't mind sharing, just give credit where it belongs.
Originally Posted by NextGen1
Agree, Good Job!
Was this auto approved or did you approve it lolland?
Not that it isn't clean, just don't know who approved, making sure no issue with vb section.
No I didn't approve it, I assumed you did.
You know, i was keeping this to my mind but now its just too much. I fixed the fuckin Day thing. Heres the code for all :
Select Case Weekday(Now)
Case Is = vbSaturday
Label1.Text = "Today is Saturday"
Case Is = vbSunday
Label1.Text = "Today is Sunday"
Case Is = vbMonday
Label1.Text = "Today is Monday"
Case Is = vbTuesday
Label1.Text = "Today is Tuesday"
Case Is = vbWednesday
Label1.Text = "Today is Wednseday"
Case Is = vbThursday Label1.Text = "Today is Thrusday"
Case Is = vbFriday
Label1.Text = "Today is Friday"
End Select
Originally Posted by Lolland
No I didn't approve it, I assumed you did.
Nah, I'll look into it.
Originally Posted by NextGen1
Nah, I'll look into it.
i approved it lol jkin
Nice release
Originally Posted by o0OpurezO0o
You know, i was keeping this to my mind but now its just too much. I fixed the fuckin Day thing. Heres the code for all :
Select Case Weekday(Now)
Case Is = vbSaturday
Label1.Text = "Today is Saturday"
Case Is = vbSunday
Label1.Text = "Today is Sunday"
Case Is = vbMonday
Label1.Text = "Today is Monday"
Case Is = vbTuesday
Label1.Text = "Today is Tuesday"
Case Is = vbWednesday
Label1.Text = "Today is Wednseday"
Case Is = vbThursday Label1.Text = "Today is Thrusday"
Case Is = vbFriday
Label1.Text = "Today is Friday"
End Select
Thats not how I did it and that doesn't even looks like it would work, if I change it to RichTextBox (The main text area) then it would just change all of it to "Today is Tuesday" not adding it to it, but nice try. oh and it starts at Sunday, not Saturday.
And I noticed it, I just decided I'd put out a update rather then going back in and changing it. (I didn't feel like it.)
Good Job, Give me the source
Whats with members asking for the source.
Source for notepad + encryption = Easy
Looks kewl.
Nice release.
Where's my credits at?
Looks like a good release, nice work.
Oh yeah I figured out an even easier way to get the day of the week if you're interested.