摘要: Let 's Say I have Following Array: string[] st = new string[5]; st[0] = "Animation"; st[1] = "Action"; st[2] = "Romance"; st[3] = "Drame"; st[4] = "Comedy"; Now I want to Merge all of it with ',' Delimiter Like Below: Output : Animation,A 阅读全文
posted @ 2012-04-01 19:56 sandeepparekh9 阅读(172) 评论(0) 推荐(0) 编辑
摘要: In this post i will show you how to read the Tags like Album,Artist,Song Title,Year etc from mp3 , avi , ogg, Asf, Divx, png etc.. You will need Taglib - Sharp Library for this purpose . Download the Library :http://download.banshee.fm/taglib-sharp/ you will findtaglib-sharp.dll That's what we n 阅读全文
posted @ 2012-04-01 19:54 sandeepparekh9 阅读(237) 评论(0) 推荐(0) 编辑
摘要: In This Post I will Guide u To making a Simple Gmail Client to send Your Emails using Gmail Account Using Vb.net Let me Show You how final Result will Look Like: 1. For Sending Mail Through Vb.net. This Client Uses "Imports System.Net.Mail". So First Import it to your Code Imports System.N 阅读全文
posted @ 2012-04-01 19:53 sandeepparekh9 阅读(299) 评论(0) 推荐(0) 编辑
摘要: For example : let's say you have following Text:Title Author Product* ~~~~~ ~~~~~~ ~~~~~~~~ "Aurora's Eggs" Douglas Niles Story (Dragons 2)The Dragons Douglas Niles Novel The ... 阅读全文
posted @ 2012-04-01 19:50 sandeepparekh9 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Properties: Source Code: Variables PointF pf; SizeF sf = new SizeF(); public enum ImageAlign { Custom, TopLeft, TopCenter, TopRight, MiddleLeft, MiddleCenter, MiddleRight, BottomLeft, ... 阅读全文
posted @ 2012-04-01 19:48 sandeepparekh9 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Sometimes you have so many controls on your design form that can make you confused. So i have developed a Dashed Label Control which provide each control a boundry in Design Mode only. For better Understanding see the Screen Shots Below: Design ModeAt Run Time I hope your getting what i am saying. . 阅读全文
posted @ 2012-04-01 19:43 sandeepparekh9 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 3d- Pie chart Control for .net Framework This one is not Made By me. Reference:http://www.codeproject.com/KB/graphics/julijanpiechart.aspx Dll: You can Download The Control Dll from above website. Now for the Coding : Simply add the dll to your project through : ToolBox -> Choose items > Your 阅读全文
posted @ 2012-04-01 19:38 sandeepparekh9 阅读(301) 评论(0) 推荐(0) 编辑
摘要: I have tried so hard to find a transparent textbox on the web but all in vain. so i have tried to create a one.. This a User Control not a Custom Control so it has less functionality that the traditional texbox but i have tried to cover most of the important properties. here are some pics.. Thi... 阅读全文
posted @ 2012-04-01 15:07 sandeepparekh9 阅读(251) 评论(0) 推荐(0) 编辑
摘要: A Professional Looking Label Some Picks: Without Glossy Effect With Glossy Effect Coding This on Inherits Label Sopublic partial class ProfLabel : Label Properties public string _Text; private Color _SecondBackColor = Color.Silver; public Color SecondBackColor { g... 阅读全文
posted @ 2012-04-01 15:03 sandeepparekh9 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Here comes a Custom Label Control A pic to controls Extended Properties and Control i have created a smart tag for this one.. like those inMicrosoftcontrols..See the below PicHere is the Coding :This Control Inherits the Label so:public partial class ExtendedLabelR : LabelAdd the Below Line before.. 阅读全文
posted @ 2012-04-01 15:01 sandeepparekh9 阅读(187) 评论(0) 推荐(0) 编辑