Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #69320
[ Circular Gradient ]

It is a simple circular color gradient example.No need to Vote.

C_Volume2 #69321
What is 'Conflicting names were found....'? (update2)

An occasional irritation when downloading is this messagebox appearing while loading a project. This article and code demonstrate it and explain how to fix it. The program in the zip has had this bug inserted deliberately, just click a button and continue to load. The article is an html file so you can view it directly or read it from the demo program. If you haven't seen this before you are lucky, just stick the article away somewhere for the day when you do face it. ----------------------------------------------------------------------- The article also discusses some other ways to use NotePad to repair some other problems with VBP files. --------------------- Thanks Kevin Wigbels for finding another way to trigger this message and another place VB stores a FormName, I have updated the html file to include it and called this way of getting the msgbox Keven's bug in his honour ;).

C_Volume2 #67207
[ NewStyle Form Animations ]

This is a smooth , efficient 'NewStyle Form Animation' for all the 'Form Animation' lovers.It is very easy to use. The 'New' is that the form 'Orginates' and 'Terminates' in itsown icon. [ ie The function draws the icon of the form on the screen and the form is generated from exactly from the icon.( Exicute the code to get this )].I think the code is well explained. Its upto you to Vote for this code. But please send me your 'FeedBacks'. Good Luck!

C_Volume2 #67208
Enhanced 3D Rubiks Cube (OCX Control)

I've download this program here in Planet-Source-Code, I just enhanced it, organize its buttons and convert it to an OCX control. Don't need a vote, I'm just sharing these codes..

C_Volume2 #67209
[ Draw Regular Filled Polygon ] - An Ultimate Solution.

This is a 'Draw Polygon' function which can draw a regular-filled Polygon with advanced filling options like 'Filling Bitmap Pattern' .The main importance of this code is that, you need only to specify the 'Side-length' and 'SideLength'.It is not needed to specify all the verticies included. It can draw unlimited sides and can 'Rotate' the polygon about the centre as well as the specified vertex.You can specify the filling color by setting the "FillColor' of the PictureBox. It works smooth and fast. It contains some equations which derived myself. The 'New Feature' of this update is it's better nine 'Filliling Options' 1. Transparent 2. HorizontalLine 3.VerticalLine 4. UpwardDiagonal 5.DownwardDiogonal 6.Cross 7.DiagonalCross 8. Solid 9.FillBitmap Its Upto you to Vote for this code. Anyway please don't forget to add your Comments/Feedbacks. Good Luck!

C_Volume2 #67212
Browse HTML Files Easily

Easily browse saved HTML files, using the WebBrowser control... Folder Treeview by Scythe Splitter control by Tim Humphrey modified by ALL the rest is mine!

C_Volume2 #67213
Little Animation With Blur

Little Nice Animation with Blur Effect Using Just one API BitBlt

C_Volume2 #67214
Ma Frame

** PLEASE VOTE ** The first version of my Frame control. Includes header,gradient color, ambient backcolour, differents border lines, ability to change each border line's colour separately, etc...(it's a beta version) SEE SCREENSHOT

C_Volume2 #67215
[ New Professional Form Animation ]

This is a new Idea form animation I did yesterday.The effect is more professional than many others.The 'New' is that the function can automatically detect the 'Controll's position which calls the 'Form Load' the form orginates from that controll itself. The code is not so huge and the animation runs smoothly. One More - when you exicute the compiled exe, it orginates from 'it's own Icon'. You can also select the animation color. Hope you all like it. Its upto you to Vote for this code.Enjoy!.

C_Volume2 #67216
MECH v8

Mechanical simulation with COLLISION detection. UPDATE: DRAW BY MOUSE ! Simulate Bridges, Buildings, constructions and walking ROBOTs. Largely improoved version, easier, simpler, more fun !

C_Volume2 #67217
A CountChar - Better than looping through a string!!!

It used to be, when I wanted to count the number of times a charector appeared in a string, I would loop through the string letter by letter and keep a count. I have replace my old methodolgies with this one, which also allows you to search for substrings (more than 1-digit long)

C_Volume2 #67218
VBScript Editor + Regular Expression Editor

VBScript Editor + Regular Expression Editor a very good source on how to use the powerful Script Control, also provides a comprehensive RegExp editor, this code is part of a larger project called Axiom (there is an *older* version here on psc if u r interested) and i didn't spend much time cleaning it so ther is code that's not used here and could be removed...blah blah blah....

C_Volume2 #67219
________________________________<_..::Malayalam Rich Text Box (& Text Box Also)

Malayalam RTF Text Box and Text Box. You can type in Malayalam. Start Creating Malayalam Software with Malayalam Text boxes and in MALAYALAM LANGUAGE

C_Volume2 #67220
Singing Reindeer Mk 2

merry new year and a happy christmas to all at PSC. Inspired by 'Singing Reindeer' by Chris Seelbach at xtCodeId=57776; any votes go to him. No Screen shot (it's a surprise but check Chris's version for a hint) I decided to developed a christmas tree using the ideas (and the graphic) in the original. In the process I realised there were some problems in the original (artifacts around the animated bits cleverly hidden by careful backgrounding). I thought I'd try to make a single super deer UserControl but couldn't extract the images from the original controls, so developed mouth and eye UserControls (using the images that I could extract and some screen captures) that are designed to be placed on the main usercontrols. ----------- Time presses so not much commentry but will develop it into a tutorial over the break as there is some quite trick stuff going on here. ---------------- Thanks Tom Law for catching that I left out the sound files, check the file times, it was laaaaate.

C_Volume2 #69264
[ A++ FEATURE PACKED! PROFESSIONAL CODE! HOTTEST CHAT ON THE NET. NOT A HOW-TO! ]

NCHAT FORUMS ON-LINE! www.solidinc.tk PLEASE COMMENT AND VOTE! THE Hottest chat program on the internet. When used on a network, requires NO server!! Internet ready, > 60 emoticons, private messaging with whiteboard, create your own room, earn points for chatting, hyperlink support, emotions support, full set of administrator tools (more than 20 of them), full data logging. Perfect for office, home, or other small network. More than 1 1/2 years of code here. > 5,000 lines of code, 22 FORMS, 10 MODULES, 2 CUSTOM CONTROLS. A MUST DOWNLOAD! TOO MANY FEATURES TO LIST HERE. COMMENT, CRITICISE, VOTE

C_Volume2 #69265
Word Processor 3.1 Pro

Is a Word Processor possessing multiple capabilities ranging from simple text editting to adding images,plotting graphs,maintaining a database of employees,browsing internet,etc.

C_Volume2 #69266
GEEKmoney 3.1.1

This is based on the famous Board Game "MONOPOLY".I have even introduced systems of LOANS,and many more.But it is not the last and an improved version of the same is being developed.

C_Volume2 #69267
Animalogy Test

This is an animology test that I found a while ago and I decided to make it into a program. Please vote and leave comments

C_Volume2 #69268
Using the MCI to play Multimedia Files

The mciSendString function is a powerful function for adding multimedia to your applications. Learn how to: - Play sound and video files - Make the video play inside a picture box - Get information about the file playback state (whether its playing, stopped etc) - Find out how to use the mciGetErrorString to deal with error numbers returned from the mciSendString

C_Volume2 #69269
Combining DBGrid & Combo

Often I use to thought of using a particular cell of DBGrid control as a Combo box, so that user can select using the combo box.This facility is available in MS Access. This code shows how to combine DBGrid control and a combo box in VB, so that whenever the user clicks a particular cell if DBGrid control this combo box is visible and user can select the value from the combo box.

Languages
Top Categories
Global Discovery