Results for "Volume: 7_2009-2012"
Dynamic Encryption. It's more like a character masking. You can encrypt the same text as many ties as you want and you will always receive a different result, however, if you decrypt it, it will always get the right result. It was primary desiggned for automated systems to send and receive encrypted information and decrypt it without user intervention.
This code implements an user control of a listing grid of data where the user can define diverse colors and fonts at the same time, alignment of columns, and several other resources. This component generates three events: Box_Click(), Box_DblClick() and Box_KeyDown(). No DLL, no OCX, pure VB Code!
this lets you set transparency of a form..totally simple to use..i had seen examples of this before but they were all overly complicated...this is just plain easy!
After looking at all of the transparent form examples here on Planet Source Code, I decided to write my own. Every current example either makes everything on the form transparent or uses WAY TOO MUCH code. I wrote a very small example that uses 1 form and 1 line of code. It uses a Function that I believe was written by Robert Gainor. Gainor himself wrote an example that used 4 forms and 4 modules. That was just way too much. I reduced it to 1 form, 1 line of code and just a few Declarations and Constants. My example is extremely fast, extremely clean as well as the most simple on PSCode!
This program looks for lyrics of the songs that are executed in winamp. It allows to keep lyrics in ordered folders. Tag of the songs is necessary. I hope that he is to them useful!. Super_button in rar File.
Another little control. This time, a basic 'custom-draw' method is supported. // Last update: 12.20.05 (rv 4)
This code will load 2 excel files into grid controls and compare the contents and show the differences both by highlighting the cells in grid controls and also by listing the different cells in a third grid.
We all know the hand icon is not available as a MousePointer option. Most of us know how to use LoadCursorFromFile so we can use a hand icon. This is a minor spin on that age-old procedure. What if user has a mouse theme going, wouldn't it be cool to show the hand of that theme instead of some static icon you have in your RES file? There are 2 similar examples shown in this project on how to accomplish this.
Hi there everybody !...I just want to share this one, this is not mine and I give credits to Thomas Spink. This is very useful when your OS is Windows Xp.Even if you have an OS XP, all controls in Visual basic still the same.It transform all controls in visual basic to XP style. And it is very simple to do.
He dedicado mucho tiempo a este proyecto, por favor comenta y vota me sera de gran ayuda, I've spent a lot of time in this proyect please rate it and make your coments..... Excelente codigo para controlar el acceso a las terminales de escuelas, permite restricciones y mas opciones ademas utiliza sin ningun problema los temas de wxp, escana la red en busca de computadoras, bloquea las terminales de manera segura, permite chatear, crea niveles de acceso etc... ::: CEC - CONTROL useful for controling the computer login at schools, providing many control options like, block user, chat, image scan, block TaskManager and selected keywords,net scaning.... sorry 4 the english (**** uso algunos modulos de PSC, I use some modules that i found in PSC ***)
An alternative way to browse Planet Source Code. Retrieves search results over HTTP, parses for specific data and displays it in a simple way. This app also allows display of preview screenshots within the program via a very useful function of User Controls.
this is mario simple game engine !kind a!! take a look!
UPX FrontEnd bug fixed! Now can 100% working correctly! Can compress and decompress executable files. Enjoy it!
This is the final version, now with selection of sectors, Paste/Undo/Redo functions and Wheel Button to chance instruments. The INTERCOM Project (built in) enable the communication (Start/Stop/BPM) with the VIRTUAL GUITAR Software or with other project.
This Project is a Simple Autorun that I had to create for a Music Production Assignment. I decided to upload it and Stick it on PSC so beginners can understand how to use Functions like ShellExecute. The main idea of using ShellExecute Rather than using ordinary Shell is so files can be opened off a CD Rom. Try it out, it is only very basic, but I did include a more sophisticated way of using the ‘Autorun.inf’ file so people understand the basics of Using Shell on an Autorun EXE and INF File. Like always PLEASE leave your comments and votes, I know it is simple, but people who post on PSC do like feedback. P.S. If you want to download the Full version of the Reason Project, Audio Mix Down, Code, MIDI etc. please download from this link (Aprox 5mb file) http://www.datosoftware.com/PSC/AutorunSample.zip
FireFox Style User Notification Popup. The User Notification Popup System is a visual feature to signal the user of any items of importance. These items may include such things as New Mail Messages, Application Alerts, Completion Notifications, etc. As shown in the screenshot below, the test application allows you to trigger various types of Notifications. Pressing any of the example buttons will launch a popup notification instantly. Pressing another will queue up a request while the first is being displayed. By clicking the ‘Alert’ Button while an Alert Popup is being displayed, rather then queuing up another Alert Popup, it will update the current displayed one. Similarly, clicking the ‘Message’ Button more then once, while the Alert Popup is being displayed, will only register one request in the queue, and when it comes time to display the Message Popup will display the last requested copy. The ‘Notification’ Popup on the other hand, is set to queue every instance as this message has more specific details. Feature Overview: * Display of Title and Description text, * Dynamic Auto-sizing to fit content, * Feature specific icon support, * Optional playing of a sound file on popup, * FIFO Queuing of Popup Requests, * Batching Popup Requests (Removal of duplicates requests), * Optional click description to trigger event,
*** UPDATE *** This is to resolve the issue of the recent new Web Site change. This code allows a user to view the source code for a given site, parse the data and retrieve any information they wish.
I decided to publish this small control that has developed for one year behind for that I want to share it with all those of PSC. It's a small simple control but attractiveness (at least for my), I wait they like it. Support Unicode and Align.
Well, I wanted thin borders on my controls, because well, they just look cleaner then normal controls, and I didnt really feel like using XP styles, but this will make a program have a uniqie feel to it.
This is the version 2 of Virtual Encrypted Disk Utility now with support for a real virtual disk! With this app you can create a virtual disk contains your secret files. This vdisk is protected with a password stored securely in the vdisk file, and all the files stored is encrypted with strong CryptoAPI. The files is completely unaccessible without the correct password! The v2.0 have the "Advanced Mode" with you can create a real virtual drive accessible in Explorer that contains your files stored in the vdisk image. It uses Win32 API for I/O operations for a great speed improvements