Source Codes For Beginners Pt.1 - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Source Codes For Beginners Pt.1 (/showthread.php?tid=4946) Pages:
1
2
|
Source Codes For Beginners Pt.1 - SouR'D - 02-21-2010 These are just some sources i had found on my computer. (credit to their owners) Start Process Code: Process.Start("www.TechnicForums.com") External Ip Code: Public Class iMe Fade in (Form Effect) Code: Delegate Sub FadeIn_Delegate(ByRef [Form] As Form, ByRef [TimeMs] As Double, ByRef [ToOpacity] As Double) Type Writer (Text Effect) Code: Public Class Form1 Progress Bar Code: ProgressBar1.Increment(textbox1.text) Rc4 Text Encryption Code: Public Shared Function rc4(ByVal message As String, ByVal password As String) As String I would Like +Rep for sharing this but i am not allowed to ask.. RE: Source Codes For Beginners Pt.1 - Danny - 02-23-2010 Very nice job here +REP Edit: Oops! I need 100 posts to give reps RE: Source Codes For Beginners Pt.1 - Ezzat - 03-01-2010 thx for sharing that..... RE: Source Codes For Beginners Pt.1 - Mattâ„¢ - 03-01-2010 Thanks I liked the encryption one. RE: Source Codes For Beginners Pt.1 - Sam - 11-13-2010 Why did you ask then? RE: Source Codes For Beginners Pt.1 - KoBE - 11-13-2010 SouRD Wrote:I would Like +Rep for sharing this but i am not allowed to ask.. You want +Rep for sharing someone else's work? Its a good post, and you did good by not taking credit. But, you can do a quick google search and come up with this. Again, good post. But +Rep will come.. when it's deserved. RE: Source Codes For Beginners Pt.1 - SYNTAX ERR0R - 11-13-2010 Hey thanks for these bro. Just what I have been looking for . Some simple code to get me started. RE: Source Codes For Beginners Pt.1 - SlimDeath - 11-15-2010 It's very useful for beginners but the "Fade in (Form Effect)" it's very cool, you should definitely use it if you want it to make it more attractive. RE: Source Codes For Beginners Pt.1 - JesusOfSuburbia - 11-15-2010 It's very usefull...I'm also trying to make this work thank's man! RE: Source Codes For Beginners Pt.1 - Navineous - 11-15-2010 Quite useful indeed, thanks for posting this. |