Results for "Volume: C_Volume2"
a new version with a lot of changes. To download goto previous submission: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=49879
Grab a 32 x 32 sized 'Icon'from a picture source. Screen capture,client capture.Save as a TRUE icon,NOT BMP based.
This is my VERY FIRST DirectX project. It draws a 3D diamond, then rotates it about the y-axis. Every line is commented, so I REALLY hope this helps somebody! Don't forget to vote!
Colour Percentage Fader Inspired by 'ColorFade' upload. Code lets you choose the start and end colours for a simple colour percentage bar. Screenshot added as requested
Gives an example of how to Create an Excel File, Enter data into cells, Save the file and close the application. I notices alot of how to write to excel file examples but not much on creating and saving them.
this is fully usable. all it needs is to get networked so many voters can access it one at a time. i haven't got the time to have it networked now but i 'think' i know how, just have not time. (too much school projects).
Point This Tool At A Folder And Let It Hunt For That Snippet Of Code For You! If your like me you have a huge library of code stored in a folder somewhere, mostly used for reference for code snippets and examples. The fun part is trying to find that one function you know is there somwhere but arent sure where. Well thats what happened to me one to many times. I created this tool to automate that search, its fast and efficent and uses very little API, mostly just pure vb code. I probably re-invented a wheel with this, but i am seldom happy with other code :) Vote if you find it useful, comment if you find bugs.
Don’t do XP controls on WinXP the hard way, add these 2 files to your project, job done. No manifest file required. The traditional way is to create a manifest file and distribute this along with your program. The more advanced way is to create it dynamically at run time. Both ways are messy and I have seen lots of bad examples and ripped off code on PSC. After this submisson I hope I wont see any more! This code takes it a step further and gets rid of the manifest file completely and replaces it with a resource which compiles directly into your exe. No more .exe.manifest files! Please give feedback.
Its back an better than ever with the ability to now search through zip files, find that elusive piece of code fast! This could also be modified to make a good general search program for anything else... vote if you find it useful, comment if you find bugs. *Updated 11/26/03*
The code uses the Microsoft Access security utility that sets database password by which the program is only the one who can access the database. It also allows you to create and delete an account by having a "USER LEVEL" and a "ADMINISTRATOR LEVEL" feature. To summarize up this code helps you to add a security form to your application...generally looks like WINDOWS logon...
Save a picture as a baseline JPG file using only vb code. Open source, NO THIRD PARTY DEPENDENCIES, and as fast as typical commercial software when compiled. All JPEG compression code is contained in a single class that can be added to existing projects. There is also an Integer DCT version of this class written by Ron van Tilburg available on PSC. (CodeId=50351)
A very unique way to encrypt a string. You can have it return ALL numbers and the encrypted string or Alpha Encode it, which will return unreadable characters. See Screen Shot. Please vote!!!!
A note on VBReFormer
Some articles in web just demonstrate how to set the bgcolor of a listitem with equal space,but some time ,we need set the color with the value of the listitem. the following code demonstrate how can i do it.
Creates a relative path from one file or folder to another.
This Code Takes a script file and interprets the strings, making it do stuff, like a real vb application
A multifuctional calculator with graph plotter please vote for the one who did it on pscode sorry i copied it. Full of functions like LCM GCF and many other please vote to encourage me to continue !!!!
Acts as an ASP web server similar to IIS where you can alias multiple directories. Certain things are incomplete (Like locking out remote viewers) but will be added later. Just wanted to get some bug reports/help
Nice little graphic for activating when your application is busy. Uses alphablend, gdialphablend and bitblt. background doesn't have to be black and you can use a different image too.
Create/edit users for your app, set and build permissions. Shows use of modular functions, databases, flexgrids and simple effective use of flash. Thanks to LaVolpe for his excellent menu system! This is my first post to PSC (or a website of its kind), only been programming for 10 months. This is the very beginning of a Telecoms Billing Platform, and will be converted to SQL soon. The main form contains a flexgrid and a set of tabs full of controls, the form uses functions in a module to populate the form with data and for it to use the right controls in tha tabs. This means the same form can be and will be used for many different data entities, not just for the business's User management, but the customers, salesforce, bills, accounts, customer services and telecoms technical titbits. All comments, ideas, modifications, are well appreciated. Thanks