Results for "Volume: 5_2007-2008"
Translucent effect of looking through a glass using GetDIBits and SetDIBits API. Based on tutorial on some website (I forgot the address). Comments and suggestions are welcome!
This program lists all the applications, modules, and threads in tree view and list view. It can also suspend or resume thread, kill process, and gives you detailed informations for each process or module. And it works under Win XP/NT/2000 .... or any other Windows platform. This is finished program, but classes and modules are very easy to use. It is only 64Kb file, and there are many things to learn from it.
An interesting and simple program to demonstrated how bot prevention pictures are made (like the vote one on this site ;-) ). Also included is a new feature that would further confuse any OCR program. I have included extensive comments to try and make it as clear as possible on what’s happening.
This is an update to my previous submission. New updates include: *A picture can be added to the begining of each item, with optional transparency. *Bold, Italic, Underline can be added to the items, with the ability to have only part of the string any of those three (or a combo of them) *Can Enabled/Disable the whole listbox *Has a Sorted property to sort the list in ABC order. (A bit slow, but its the best I could make, 100 items takes about 1 second) *MultiSelect, ability to select more then 1 item, while holding down the CTRL button. Other original features: *Multicolored items *Check/Option items *Horizontal Scrollbar *Find method and FindInStr. >Find matches exact string >FindInstr works if the input is found anywhere in the item, it will be triggered as found. *Enabled/Disable certain items *Progressbar Item *Fill View as either Lined or NoStyle >Lined with have every other item a light grey, and the other items white. *5 Different Border Styles >Raised >Sunken >Etched >Bumped >Line >None To come: A Print method that will allow you to print out the list in a number of formats. I am still having some trouble on this part, but it will come.
You can comunicate with your friends without using other chat programs. Also you can choice to comunicate in public or private mode
If you want to load an image and resize it maintaining the original aspect ratio, this is simple, short and works. Coded in VB6 but is most likely compatible with previous versions. Start with an Image control INSIDE a PictureBox with the default names (Image1, Picture1). There are two versions of the sub one with and one without comments. Call this sub when you load a picture and from the Form_Resize() if your Picture1 resizes with the form.
This is example of Zecho`s Image Resize/Aspect Ratio code in a PictureViewer Example
Doodle Bytes by Robert Rayment. (Updated) This shows a variety of animations using the technique of drawing to a byte array and blitting to the screen with a palette. Win98 (exe WinXP) 14 KB.
A basic instant messenger, used for private messaging. It can up to 30 user's, or more. Of course would have to edit coding, the coding is about as easy as your grandma on a tuesday :).Good for beginner's to learn, multiple winsock connections. Host runs the server, and walla walla bing bang!. Check out the screen shot, and check it out. I think it's the best by far on pscode. The Richtextbox color's, splitting data, ignore function, chat, private messaging, the works. Vote for me.
This plays wav files from inside the app it doesnt extact them or anything just plays it only 30 lines. vote
a simple engine for making transtition effects on slide show using some photos with no ocxs, only using the getdibits and setdibits, and simply you can add you own effects by adding it's code to know more about this, please read: Read This First.txt and vote
Thanks to James Crowley of Developer Fusion and to Thomas Jung of planet-source, I was able to come up with a very useful program. To show my appreciation to people who shares their stuff I decided to upload my program I made. This short sample will enable user to drag and drop Items from treeview, listview and explorer to a Treeview object.
Exit windows using ExitWindowsEx API. This code will let you shutdown, reboot, log off and power off your from Windows 95/98/ME/NT/2000/XP. Easy as it sounds, please vote if you like the app.
This isn't anything special, so I expect alot of flames, and very low votes (please DO NOT vote unless you feel compelled to do so). It's just something that my employer started working on a couple years ago and never bothered to finish. Searches PSC using keyword or author ID, autologin etc etc. I know the code isn't very high standard, but thats cause I haven't bothered sorting it out (my employer had just started in VB around 2 weeks prior to building this). This isn't much use for those whom consider themselves advanced as they probably already know all of this, may be of some use to beginners, thats about it. ---WITH THANKS TO MIN THANT SIN for sorting out the progress bar problem, much appreciated ;o)
very very basic notepad for vb beginners...updated the coding and add some new things..sorry about the gui it suks but this is for learning exp.
This piece of code loops through the controls on a form and sends the contents to the default printer in a layout similar to the screen. Therefore your forms contents are printed in the same positions as they are on screen. I use this to print out a simple record report on the db application I am working on. Works with labels, text boxes and list boxes etc.
This simple 10 lines of code (including 1 API call) will return the FULL application path INCLUDING the application extension. Very easy to use. Tired of using App.path & "\" & app.exename & ".exe" when you dont know for sure that your extention will be .exe? This will return it all. Votes are welcome
It's a hacking game. You must find commands and hack Neos Computer to help Ghost (Matrix).
A code to slice and dice the "Color Cube" in various ways. Select any color on the screen and get the RGB, HSL, color value and HEX value.
In office xp , the ComboBox control highlight when mouse move over it , and lose highlight color when mouse leave , but if combo had focus , it will not lose it's highlight color .. the same idea in the FrameEx control , hilight when mouse move on it or one of it's contained controls , and still highlighting if one of it's controls had focus .. PLEASE SEE IT AND VOTE FORM ME ..