Search found 140 matches

Search found 140 matches Page 14 of 14
by DarkyKnife
Mon Jul 12, 2010 6:07 am
Forum: Tutorials
Topic: Count specific char in textbox
Replies: 7
Views: 2140

First of all add: 1button 1richtextbox 1label 1textbox Now press button1 and type this code: Dim letters(RichTextBox1.Text.Length) As Char letters = RichTextBox1.Text.ToLower.ToCharArray() Dim count = 0 For Each letter In letters Select Case letter Case TextBox1.Text count += 1 End Select Next Label...
by DarkyKnife
Mon Jul 12, 2010 5:55 am
Forum: Competitions
Topic: Award icons - design contest
Replies: 8
Views: 2862

My icons, I really want to win a T-shirt :D
by DarkyKnife
Fri Jun 25, 2010 11:08 am
Forum: Work in Progress
Topic: Feather Editor v2.0
Replies: 11
Views: 2943

Wow, what an awesome editor, good luck with it :)
by DarkyKnife
Thu May 06, 2010 11:19 am
Forum: SoTW
Topic: SotW #2 || Voting Choose the Winner!
Replies: 45
Views: 17345

Hello
I will vote for usman55
by DarkyKnife
Wed May 05, 2010 5:42 pm
Forum: Full Software
Topic: Music Player
Replies: 2
Views: 1189

Hello everyone, here is my Beta Music Player If you have any suggestions how to improve this Music player post a comment, also if you see bugs post here. It needs a lot of improvements: eg(autoplay when pressing rew, frw and play buttons, needs better interface and so on :) ) sorry for that unavaila...
by DarkyKnife
Sat May 01, 2010 1:37 pm
Forum: Full Software
Topic: very very advanced notepad
Replies: 8
Views: 2607

I dont think its very "very advanced notepad", i think it's basic notepad, you could add more things than in custom "Windows notepad", and it would be nicer :D
by DarkyKnife
Sat May 01, 2010 9:37 am
Forum: Tutorial Requests
Topic: Drag and drop
Replies: 3
Views: 980

Thank you very much, this helped me.
P.S. Very nice and usefull site with friendly people :)
by DarkyKnife
Fri Apr 30, 2010 4:27 pm
Forum: Tutorial Requests
Topic: Drag and drop
Replies: 3
Views: 980

Hello, i wanted to know how to drag and drop an item and listbox shows dropped file name(not the path, only name). Thanks.
Search found 140 matches Page 14 of 14
Go to advanced search