Results 1 to 7 of 7
Hybrid View
-
28th Aug 2010, 02:04 PM #1Respected Developer
Good start. One thing you should make a habit in C# is properly naming controls. TextBox1, TexBox2, Button1, etc gets confusing real quick for bigger apps or other people who view your source.
The way controls are usually named in C# is like this;
Texboxes:
- txtSource
- txtTarget
Buttons:
- btnOpen
- btnConvert
Listboxes etc:
- lstWhatever
Naming controls like this makes it instantly obvious what type of control it is and what its purpose is. And it causes the VS IntelliSense to group them nicely together by type.Hyperz Reviewed by Hyperz on . [C#] xConverter v0.2 - Convert X to X + Source! OK guys, Hyperz inspired me to start learning C#, this is my first step into C# so be nice :P This tool uses ImageMagick to convert most common used images, even documents. http://KWWHsnap.com/0.20145268105106.png Supported Conversions: - X to PNG - X to JPG - X to GIF Rating: 5
-
31st Aug 2010, 12:51 PM #2MemberWebsite's:
bypassx.com
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Study finds open source is slightly better than closed source software
By ShareShiz in forum News & Current EventsReplies: 1Last Post: 29th Feb 2012, 04:41 AM -
[SMF] i want to convert my smf to vb !
By shufol in forum Web Application/Script SupportReplies: 4Last Post: 8th Sep 2011, 09:40 AM -
How to convert .py into exe
By sairam123 in forum Tutorials and GuidesReplies: 6Last Post: 12th Oct 2010, 04:34 PM -
[AMS] xConverter v0.1 - X to X Converter
By l0calh0st in forum Web Development AreaReplies: 7Last Post: 23rd Jul 2010, 12:03 PM -
How to Convert IPB 3 to vB 3.8.x
By Rohit in forum IP.BoardReplies: 1Last Post: 6th May 2010, 11:57 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...