Search found 25 matches

Search found 25 matches Page 1 of 3
by jeezy09
Mon Jun 28, 2010 2:51 pm
Forum: Source-Code
Topic: Ihax-SmartPad - Very Advanced Notepad (Source Code)
Replies: 25
Views: 9151

this is great man good job but i did find one error, when you save it doesnt save the spaces or returns it just saves it as one line of text lol but other then that man this seems perfect good job man
by jeezy09
Mon Jun 14, 2010 9:18 pm
Forum: Tutorials
Topic: Youtube Video Player
Replies: 4
Views: 1889

this is a pretty cool idea man but it didnt work for me, after pasting the link it just said connecting and then ready but wouldnt play lol
by jeezy09
Thu May 13, 2010 2:21 am
Forum: Tutorials
Topic: Advanced Single-File Downloader
Replies: 20
Views: 8052

i saw this exact same thing on youtube lol cool program though
by jeezy09
Sun May 09, 2010 3:03 pm
Forum: Tutorials
Topic: Creating Installer w/ EXE user desktop shortcut
Replies: 14
Views: 6418

If you need any help we can teamview lol its confusing where stuff is I was gonna make a video but got lazy hehaho;
by jeezy09
Sat May 08, 2010 11:51 pm
Forum: Tutorials
Topic: Creating Installer w/ EXE user desktop shortcut
Replies: 14
Views: 6418

In this tutorial im gonna show you guys something I use for about every program, a installer. This tutorial will show you how to create a installer that installs your project into the users program files but creates a shortcut of the exe to their desktop. Most programs like mozilla or google chrome ...
by jeezy09
Fri May 07, 2010 12:42 am
Forum: Game Room
Topic: cartoons A to Z
Replies: 33
Views: 13299

does zoboomafoo from that little kids show count? lol thats all I can think of for Z =P
by jeezy09
Thu May 06, 2010 8:05 pm
Forum: Tutorials
Topic: Generating Controls by Textbox
Replies: 1
Views: 1053

I just found this on my harddrive while looking through project files pretty much what it does is you can have a textbox and enter a number and it will generate that number of controls. For this example we will be generating textboxes on the form. What you need is: 1 button 1 textbox 1 flowlayout pa...
by jeezy09
Wed May 05, 2010 11:33 pm
Forum: Quick Snips
Topic: Message Box
Replies: 3
Views: 2050

I use this a ton but do it a lil different lol shorter version but both are nice =p Dim answer As Integer answer = MsgBox("Would you like to close", MsgBoxStyle.Question + MsgBoxStyle.YesNo) If answer = vbYes Then Me.Close() Else Me.Show() End If
Search found 25 matches Page 1 of 3
Go to advanced search