Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #212996
Load an Image List from Resource

I hate maintaining ImageList controls, especially for larger projects where there might be several forms that can contain two or more of them on each form and have them same images. I prefer instead to use a Resource file for all resources and extract the items as needed. This provides faster load times for forms, creates smaller executables (since you only need one copy of each image), and becomes easier to maintain since all items are located in one place. (Notice there is no .frx file for this project) I loaded all images from the resource file and into the same ImageList control. I also added the capability in this sample to change the size of the toolbar buttons to show another advantage of doing it this way.

6_2008-2009 #211043
VbEclipse (Preview Version 0.2.36 - Last Update: 12/24/2004)

Perspectives like Eclipse. Comments welcome ;) NOTE: This is just a preview. Features: * Multiple Perspectives * Drag & Drop Support * DoubleClick to expand/restore tabs * Tabbed views * Windows XP Themes Latest version is available at: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=58587&lngWId=1

6_2008-2009 #212179
[Advanced Firewall]

Advanced Firewall application which blocks all TCP process based on rules you specify such as Remote Port, Process Name, Remote IP, and Local Port. Logs all activity and gives option to save log files. You can also save your settings and import/export them. You can block All processes by default and allow them based on a set of rules or block only based on those rules. You can password protect the firewall and its functions with 3 different security levels. There is also detailed or simple alerts to notify you when a process is found...plus many more functions. If I get some good responses Ill continue with this project. If you notice any bugs or things you`d like to see let me know.

6_2008-2009 #210157
Increase your game's FPS tips

Increase your game's FPS, coding tips, game tips, mesh tips, etc, might help you out a bit, i know they all greatly affected the way i code VB games, vote if you want, hope it helps

6_2008-2009 #209573
Client-Server (RAT) (Remade-Nemisis)

I had posted another server client remote admin called Nemisis a while back that I had not worked on in years and I just found another version that I made which seems to be alot more perfected then the previous one and I commented almost every line of code so I hope you like it. Some may call it a trojan but I dont care I liked making it and it works so im proud.

6_2008-2009 #214215
Mp3AudioDll

This ActiveX Dll allows you to easily play Mp3 Audio using the Mci Api. You simply create an Audio object with a filename and control the playback through the objects interface. Gives you control over the speed, volume (both left and right) and so on... If enough of you are interested I will gladly expand and improve this project. Comments and suggestions would be greatly appreciated.

6_2008-2009 #214542
Circulatory System

A little "Circulatory System" program. I just want to share this program to all. It's up to you if you want to vote for this code.. Thanx..

6_2008-2009 #206698
Create XP Style Buttons

Here's a nice way to create XP Style Buttons. This literally will just take minutes to change the look of your .exe. Just simply follow the instructions and you'll be quite happy with the result. Note: You have to be on an XP machine for this to work. Visualicious is probably an even better alternative here at PSC, But doing it this way with Reshacker is kind of fun.. and the program is quite interesting...

6_2008-2009 #202030
Uses (101) for Ulli's KnightRider ActiveX Control

Well, I only came up with 3 so far. Why you ask? Well, I downloaded this some time ago and thought it was a neat effect but what to use it for? Well, I found a little time to kill and went through all my downloaded code. I re-discovered this and decided to see if there was a fun way to make use of it. I found a couple and decided to resubmit this to PSC to see what some of you evil geniuses could do with it. If you got a little time to play, let's see what you got. ;-) Let's have some fun dammit.... My revisions: Removed the intrinsic VB timer and added Paul Caton's timer class and a reference to the WinSubHook2 typelib included in the zip. In my opinion, Paul's code is one the most useful ever submitted to PSC. I have found a multitude of uses for it and it is simply awesome coding. Also, I formatted the code and changed variable names to my taste. Forgive me Ulli. Finally, I added a TripComplete event for use in my demo. To use, make sure you have a reference to the WinSubHook2 typelib. If for some reason you can not see the effect, substitute the use of the Alphablend (msimg32.dll) API for the use of the GDIAlphablend (gdi32.dll) API call. The parameters are identical so you should only have to change the function name, uncomment the Alphablend api call, and comment the GDIAlphablend API call. Votes are not necessary but if you vote, they are Ulli's.....

6_2008-2009 #214056
VBScripting Made EASY!

This code will show you how simple it is to insert VBScript into your application. This code also shows alot of features for Scripting. You can edit all of it right in the form or you can save what you have and edit in the text file. You can also open an existing vbscript text file and start editing from there. When its saved it automaticly makes it in VBScript form... See screen shot... Has a number of command buttons all doing someting differnt and putting a bunch of differnt commands at use. Practice on labels, Check boxes, Text boxes, Timers, common dialogs and more! Possiblies are endless. I hope you enjoyed my code and much i did making it. If you could please leave feedback and VOTE. :)

6_2008-2009 #214945
Hide and Seek

I am creating a teaching game for my son, and this is one section. Uses MS Agent, random numbers, and the registry. This games is actually kind of addictive...:)

6_2008-2009 #214258
[ Circular Gradient ]

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

6_2008-2009 #210209
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 ;).

6_2008-2009 #214256
[ 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!

6_2008-2009 #214543
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..

6_2008-2009 #214259
[ 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!

6_2008-2009 #207335
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!

6_2008-2009 #207660
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

6_2008-2009 #214257
[ 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!.

6_2008-2009 #213949
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 !

Languages
Top Categories
Global Discovery