Advertisement

Results for "Category: Graphics/ Sound"

C_Volume2 #84635
Image 2 HTML

Converts an image to HTML table cells. Probably done many times before. This one also creates javascript to invert the image 1 pixel at a time.

C_Volume2 #84641
Animate an animate gif

thanks to the ImageAnimator class you can easily animate an animate gif on your form. change the gif location in code to one on your system of your choice then run the batch file to compile.

C_Volume2 #84664
TabPage XP

I keep seeing messages posted about the lack of support for Visual Styles in TabPages. Well, I thought, that can't be too difficult to overcome, and I was right it wasn't. OK so I already knew how to use the API's from VB6 and it was simply a case of getting those to work in DotNet(not quite as simple as I'd like). One problem though, I am using VS2003 Beta so this project will not load in VS2002. However, the TabPageXP.vb file is just plain text so you can add that to a VB2002 project, and really thats all you want. Full instructions for usage supplied in the TabPageXP Class file.

C_Volume2 #84666
AlphaFix

Tired of those ugly black shadows you get from WindowsXP Alpha Icons? Sure DrawIcon solves the problem, but sometimes you just want to pass a bitmap, created from an Icon, to an Image property. This project shows you how.

C_Volume2 #84738
Picture Browser

This project shows how to combine treeview, listview & GDI+ classes in a picture browser application. Some of codes collected from the net & retouched and the others written by me. If you like do not forget to vote! Thanks in advance

C_Volume2 #84890
VB.NET Pie/Bar chart class.

I didn't care for the examples of pie charting out there so I created my own. This contains 2 projects: Graphing and a GraphingTestApp. Pie/Bar(Horizontal and vertical). Working on a line graph some of the line graph code is in this version. Can be used in ASP.NET. I actually cleaned up the encapsulation. The new version is easier to create piecharts and bargraphs. Should work in a Windows App and a Web App.

C_Volume2 #84900
Programming graphics in visual basic.net

This article explains how to use the new GDI+ system with vb.net, this is the replacement for the old graphic drawing functions with loads more features.

C_Volume2 #84914
Transparent Bitmap Maker(32 bit depth BMP)

Here is a program that makes a Transparent bitmap that can be pasted on any other Image in .NET programming languages.

C_Volume2 #85029
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

C_Volume2 #85042
Simple Video Player Using DX9

Simple Audio Player, shows how to load up a DX9 initialized video into a controllable Picturebox. Also displays some other techniques for .Net like OpenFileDialog, ResizeEvents in .Net, and how to load up pictures at run time in .Net.

C_Volume2 #85051
Play sound in C# without DirectX

Why load DirectX to play a sound when you can just call the Windows library?

C_Volume2 #85057
glass3d: 3d wine glass

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

C_Volume2 #85063
Playing Music with Microsoft Direct X 9

This tutorial will give you the knowledge to use Microsoft Direct X 9 to play music in your applications. We will do this by using the Direct X 9 Audio class.

C_Volume2 #85159
GText +++ New --- V2.5 ---

This is awesome!!! G-Text is now a fully customizable, graphical text designer. What does that mean? Well, this thing is great for making text with wonderful effects that can go into a website or anything! It saves images to BMP, GIF, JPG, or PNG. Download now, but don't forget to vote! UPDATE INFO: > You no longer need to press DRAW TEXT: Auto-Redraw now! > Save in 4 different file formats > Load and Save settings > Properties pane > Much more... download now!

C_Volume2 #85169
Vb Photo Editor

This is my first approach to the amazing graphic's word. This code is a picture viewer, which can apply some effects like, rotate, zoom, sharpen, smooth, etc. All this, using new GDI+ and without any line of API code, because the new .NET classes can operate pixel by pixel. The code shows also how to use MDI environments, Clipboard class and open/save dialogs. This code is just an EXAMPLE you can use freely as a base to build real complete image processing applications. Any comment or improvement would be welcomed. I must say that some of the graphic algorithms are based on the excellent book "Mastering Visual Basic .NET" auth: Evangelos Petrousos , which I strongly recommned. Finnally, just say that the code is fully commented to make easier understanding.

C_Volume2 #85185
Clip edges of forms to give that rounded feel

This code will round the edges of your form to give that clipped/rounded look.

C_Volume2 #85387
Transition effects class with GDI+

Class to generate 55 diferents effects beettwen images. This is the OOP version of my old article "PowerPoint image Effects" and with many more effects.

Java_Volume1 #99806
Gravity Works!

Gravity Simulator that uses the OpenGL Libraries. I used the GLUT event handler interface to control Mouse functions. Found at: http://modzer0.cs.uaf.edu/~hartsock/C_Cpp/OpenGL/Gravity.html

Java_Volume1 #99871
Particle Engine

This program shows how a 2D particle engine works. It's not the best code but it gets the job done. I know it could be greatly optimized but I just needed the code like this.

Java_Volume1 #99878
circle

demonstrate how to make a circle with out using the provided circle command. for those of you who have ever need to make use of the symetry of a circle here's a program that will help. The code provided is made into a simple screen saver

Languages
Top Categories
Global Discovery