Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #208134
Icono en la Barra de Estado - Task Bar Icon

Con este formulario tú podrás puedes poner a tu sistema con un icono en la Barra de Estado ( junto al reloj ) cuando lo minimices. -- With this form you can put to your system with an icon in the Task Bar (next to the clock) when you minimized it.

6_2008-2009 #198458
Ulli's Source Code Comparator (updated)

This AddIn compares the source code in the VB IDE with the source code that was last saved and shows the differences. If you have been working on a piece of code for a while you can probably not remember all you have done. One click - and this AddIn will tell you. Alterations to the form or to controls in that form are also shown. The comparison is not line number dependent but is controlled by content only. Unaltered lines are shown in black, new lines in red, deleted lines are blue and striken out, and finally changed lines are shown as deleted and new. Empty lines which you might have inserted or deleted are not shown - this is because I found it rather difficult to strike out nothing *g*

6_2008-2009 #204067
Kaotix Instant Messenger 1.0.2

Version 1.0.2 of my instant messenger is basically just another update to the sign on dialog. I added a few features like "change account icon" and I also changed the way it works -- now all you have to do is enter the password and double click the account name. By the way, the password for all three preloaded accounts is admin. Anyway, next I'll be working on the server a little more and then maybe some other stuff like the chat window. I'm gonna add MD5 encryption because hey, if its good enough for AIM and MSN Messenger, its good enough for KIM lol

6_2008-2009 #206927
UltimaX (Almost Complete DX8 Engine) MUST SEE!! (UPDATE)

Awesome! Look at screenshot. Making it to be programmer friendly.. Features include - 2D Sound, 3D Sound, Midi(with soundFX's), SoundFX's, Transparent objects(even .x files),Partial Collision Detection(lol need to fix landscape Collision Detection - you climb up a hill when no hill is there :)) animated water, animated enviroment sphere, Object Filters(Dark Mapping, light mapping, gloss mapping, detail mapping, and much more), Enviroment Filters(Anistropic, Bilinear, ETC.) To much to list.. must see.. This is beta. Not complete yet Sorry for not commenting, I will on next version(I wanted to get it uploaded) PLEASE VOTE!!!! www.Bright.net/~james-d-21/ (there are no advertisments, Just download link)

6_2008-2009 #207731
Lan Chat v2.0

Vote PEEPS, he needs the support! LanChat now supports commands and will allow commands to be typed in masked text box to stop others from seeing these commands. The form also flashes quite nicely now. Want to have a very simple chat system that starts up with the PC? This is the code for you! Lan Chat starts when the PC does using the regisrty and can send messages to any other users that are running Lan Chat. There are no servers required, it is completely UDP based. It also uses a translucent form so if, like me, you are currently a student wanting to share information without getting screwed by your lecturer/teacher, you can semi hide the window, so from a distance you are still in Word typing that essay ;) An extensive ReadMe is included in the zip along with the Win Sock control for those who do not have it. Also, the code is commented where appropiate. Hope you like the screenshot as well, in particular the background! Oooh, such smut! tee hee hee. ;) This will only work on Win 2K and XP (not sure about NT4). Vote for Moi if this helps you, I need the support as a poor student. Thanks and enjoy!

6_2008-2009 #207732
Play a .mid file, with ease!

I need you! Vote for my code, I'm a poor hard-up student in England who can'y afford a pint let alone any fancy software! Thanks! Need to play a .mid file, look no further here is your solution! This code contains an example of how to use MIDIMod.bas which I have written to play MIDI files. Very easy to use, and sample applcation included with music! Please read the readme.txt file in the xip for further information.

6_2008-2009 #204523
Fixed: Cool Message Boxes

Fixed version: customizes your message box buttons by hooking!

6_2008-2009 #207880
MyPlanner2002 (Final)

This is a simple planner utility with a general tasks option and a calendar. Uses popup menus and now has a few color schemes. Final release: thanks for all the input and bugs, and sorry for putting this up and taking it down again.

6_2008-2009 #208259
Free BioRhythm

An update of my previous submission. Now includes a nice background pic, cleaned up code and quick forward/back movement to different dates. Your comments and/or votes appreciated.

6_2008-2009 #208260
MindWave Binaural Beat Generator

The MindWave Binaural Beat Generator for synchronizing your brainwave to Delta, Theta or Alpha states. Generates Sine waves to within 0.1 Hz and incorporates Pink Noise masking to enhance the brainwave entrainment effect. Requires DirectX8 but could be modified easily for use with DirectX7.

6_2008-2009 #206970
Green Effect RPG

I have sent some time working on this, now it has day and nights, the Shopping Engine is nearly complete and you can kill yourself, there is this and much more...

6_2008-2009 #206835
Proffessional Drad-Drop-not like the rubish ones that have been coming on PSC so far

This is a drag-drop sample that shows the minors who have been uploading rubish ones so far. Please vote and comment

6_2008-2009 #206597
Mouse Monitor NEVER BEFORE!

Ive not seen this on PScode before (so if u have please tell me ;) ) It measures how far your mouse travels in pixels, cm and mm - it sits in the system tray so you dont have to see the form, it gets the old mousex, new mouseX and gets the difference for all the directions and adds it to the value. You can load the form at any time to see the update and check how far youve got - it stores the distance in the registry :), if you like this please please vote and leave feedback saying what you like about it :), i'll probably update this within a few weeks to store a log on mouse clicks and keyboard events but that depends if anyone likes this one first :)

6_2008-2009 #206598
Screen Magnifier =D

Its really simple - I think that it comes with windows (dunno which one), but its little form in the top of the screen that takes screen shots of the screen every millisecond and zooms in a few times. So I decided to make one myself :) only took about an hour, but i had to get the screen size right. Mine puts it in an image box and streches it a number of times, it is always ontop and in the system tray so you can hide and show it at anytime to save memory :) If you like this please please vote and leave feedback and suggestions, Thanks

6_2008-2009 #200779
A Guide To Common Dialog Boxes Including Fonts

This is for anyone who is having trouble with common dialog boxes. Common Dialogs I have seen many examples on pscode.com , that have messed up Common Dialogs , mainly when it comes to the font dialog. This tutorial should teach you all you need to know for common dialogs. Definitions: Flags - These are simply options or choices you can use. Using the flags: 'Setting it for use CommonDialog.Flags = &H1 'Setting it for use of more than one CommonDialog.Flags = &H1 Or &H4 Activating Dialogs: This is simply the code to start up each dialog box. CommonDialog.ShowColor 'Lets the user pick a color CommonDialog.ShowFont 'Lets the user pick font CommonDialog.ShowOpen 'Lets the user pick a file to open CommonDialog.ShowPrinter 'Shows Printer Setup CommonDialog.ShowSave 'Lets the user pick a file to save to ShowColor: The following are some flags for using the Color dialog boxes. &H1 - This is one i personally like. This makes the common dialog start showing its current color. &H2 - This starts with the custom color tab open. &H4 - This makes it so they can not create custom colors. &H8 - This adds a help button to the dialog. &H10 - This will reset the common dialog to default. ShowFont: The following are some flags for using the Font dialog boxes. &H1 - Allows the dialog only to list fonts supported by the system. &H2 - Allows the dialog only to list fonts supported by the printer. &H3 - Lists the fonts from the two above. &H4 - Adds a help button. &H100 - Allows the choices of underline strike thru and color selection. &H2000 - Shows only font sizes between the min and max. &H20000 - Allows only fonts that can be scaled. &H40000 - Allows only true type fonts Applying to a textbox - For each property you must set it here is an example that sets it assuming you have &H100 and have a textbox named Text1 Text1.FontName = CommonDialog.FontName Text1.FontItalic = CommonDialog.FontItalic Text1.FontBold = CommonDialog.FontBold Text1.FontStrikethru = CommonDialog.FontStrikethru Text1.FontUnderline = CommonDialog.FontUnderline Text1.FontSize = CommonDialog.FontSize Text1.ForeColor = CommonDialog.Color ShowOpen And ShowSave: The following are some flags for using the Open dialog boxes. &H2 - Forces a warning before overwriting a file &H8 - Stops default directory from changing &H10 - Shows help button. &H200 - This makes it so more than one file can be selected. &H1000 - This makes it so the file must exist. &H2000 - This warns the user before creating a new file. Opening a file: CommonDialog.ShowOpen Open CommonDialog.FileName for Input as #1 'Opens The File Do until Eof(1) "Loops till complete file added to Textbox Line Input #1, Tmp Text1.Text = Text1.Text & Tmp Loop Close #1 'Closes the file Saving a file: CommonDialog.ShowSave Open CommonDialog.FileName for Output as #1 'Opens The File Print #1, Text1.Text 'Creates The File Close #1 'Closes the file ShowPrinter: The following are some flags for using the Printer dialog boxes. &H4 - Makes it so they cant choose to print only selected text. &H8 - Does not allow you to choose to print certain pages like 4-7. &H800 - This shows the help button. &H40 - This shows the print setup dialog box rather than the printer dialog box. &H100000 - This gets rid of the print to file option box. Printing Landscape - Printer.Orientation = 2 Printing Portrait - Printer.Orientation = 1 Please vote and leave comments.

6_2008-2009 #206210
Determine Mem of Var in Prog

Another thing i made because i was bored. It came as a use to me probably not anyone else. I have an obbession with how much my program uses. So i made this program to determine the amount of room my data types took up.

6_2008-2009 #205818
Mp3 subdir Search w/path/duration/size

Well I Made this for myself as a quick search/player to get all the songs on my drive or in a folder's subdir's also i added a simple version that uses a listbox for beginers that dont know how to use a listview --- its pretty quick for me but for slow comps u might want to take off the duration check...

6_2008-2009 #205669
UNICODE From ANSI Pointer

The Most difficult Thing in VB..How to Get UNICODE From Pointer Of Ansi String..

6_2008-2009 #207933
COOL Instant Messanger Check This out

Every line is commented teaches you how to understand winsock use list controls, databases, string manipulation, multiple connections via internet, send and receive files via internet and much much more to come So check back for the latest updates Feel free to vote / Leave a comment let me know what you think about this submission to PSC Just uploaded newest code /fixed few bugs/ did some major changes to the client side and minor changes to the Server. Also i created my own menus' status bar etc.. Shows how to easily use the TreeView cntrl and much more. So leave your comments if you would like the code to keep on!

6_2008-2009 #196162
Store 24 Booleans in just 3 bytes!

This will store 24 boolean statements in just a 3 byte file! (3 bytes = 24 bits). I harness the power of bits here and use it to store true and false values. Please vote if u like it and leave a comment.

Languages
Top Categories
Global Discovery