| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
embeding a flash movie in vb.net and using the equilivant of app.path in vb.net | VB.NET | Beginner / Sammy Ageil (from psc cd) | 1586 since 1/1/2015 12:42:00 PM |
By 5 Users
|
|
To show how to embed any flash (.swf) movie into any VB.Net application and how to use the equilivant of app.path in VB.Net
|
|
|
|
 |
Exif metadata reader | C# | Intermediate / Lewis E. Moten III (from psc cd) | 1331 since 1/3/2015 6:52:00 AM |
By 2 Users
|
|
This is an old library that I was working on about a year ago. I recently dug up the code for another project and saw that I had built it in a way that could be nicely packaged. Using the xml file provided, it is easy to add new tags as they become standa ...(description truncated) |
|
|
|
 |
ExtFloodFill in VB.NET | VB.NET | Intermediate / MrBobo (from psc cd) | 3291 since 1/3/2015 6:17:00 PM |
By 2 Users
|
|
The best way to flood fill is to use ExtFloodFill. Absolutely vital functionality for graphics applications. Trouble is it doesn't lend itself for use with .NET. Your only alternative to ExtFloodFill is to use recursive routines to scan an image and chang ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
FreeImage Support in VB.NET!!!! | VB.NET | Intermediate / Niknak!! (from psc cd) | 4850 since 1/2/2015 4:30:00 AM |
By 4 Users
|
|
This is a *must* have for anyone that wants to extend the supported image formats of their .NET applications. Using the FreeImage library you can open many new image formats, including...
BMP,Dr. Halo,ICO,IFF,JBIG,JNGJPEG/JIF,KOALA,LBM,
Kodak PhotoCD,MNG, ...(description truncated) (ScreenShot) |
|
|
|
 |
Full Customizable 3D PieChart with ASP.net | VB.NET, ASP.NET | Intermediate / Sukru Alatas (from psc cd) | 1258 since 1/1/2015 6:16:00 AM |
By 16 Users
|
|
You can change its all settings dynamicly,
Settings;
* Ratio
* Thickness
* FontName
* FontSize
* FontColor
* LineColor
* LineWidth
* Size
* Backcolor
* Also values :)
Use default or auto settings if you want,
check it out Live at http://ww ...(description truncated) (ScreenShot) |
|
|
|
 |
Function Plotting | C#, VB.NET, ASP.NET, C++.NET | Advanced / Mohamed Magdy (from psc cd) | 1097 since 1/3/2015 8:29:00 AM |
By 7 Users
|
|
This is a code that plot functions , 100% working and with a good quality..
Functions like cos, tan , sin or even any complex function like : (30+10)((cos(x)+ sin(x/0.8))x^3).. just check it yourself and please dun forget to vote for this code if you like ...(description truncated) |
|
|
|
 |
Gantt Chart | VB.NET | Intermediate / ADG (from psc cd) | 2180 since 1/5/2015 3:13:00 AM |
By 13 Users
|
|
I needed a Gantt Chart to my application, but couldn't find one that was good and free, so I had to make one myself. With this component and a few lines of code you can easily add one yourself too. This updated version includes a scroll bar (which auto-hi ...(description truncated) (ScreenShot) |
|
|
|
 |
GDI+ Analog Clock - VB.NET | VB.NET | Beginner / Joseph T Hicks (from psc cd) | 3444 since 1/1/2015 4:30:00 AM |
By 2 Users
|
|
For the moment, this code will display the current time(although you can change what time is displayed programmatically). It is designed as a reference for user-drawn forms/controls. (ScreenShot) |
|
|
|
 |
Get Screen Resolution | VB.NET | Beginner / DarkestShadow (from psc cd) | 1171 since 1/4/2015 12:54:00 AM |
By 2 Users
|
|
Gets the current screen resolution and displays it in a MsgBox in 1 line of code. |
|
|
|
 |
glass3d: 3d wine glass | C# | Intermediate / Richard Caetano (from psc cd) | 1650 since 1/1/2015 5:32:00 AM |
By 13 Users
|
|
It's a little 3D experiement with C# and GDI+. All I did was mixed in some trig, some drawing functions, and a little alpha-blending. And presto! http://www.stronglytyped.com/software/glass3d/index.html (ScreenShot) |
|