Results for "Volume: ASP_Volume2"
Hello, sometimes you have a M3U Winamp's playlist and supose that this list contains shortcuts to mp3's selected from a drive that contains many mp3's and you want to copy this files to your HD well with this program you don't have to copy one by one, just load the playlist and copy wherever U want, cool for burning operations!!! please report bugs and vote!
This code example will search within any file (even binaries), of your choice, for a string of your chioce, and replace it, with another string of your choice. when it finds a Match to your search, it will Display the last 128 Characters which contain your string. Then it'll Propmt you if you'd like to change this instance(s) of your String. If not, it'll travel onto the next Instance, Display new results, and Prompt you again... I Originally used it in Access VBA, to Insert SQL Formatted dates, into Select statements within SQL Files, before sending them to the pl/sql server. It only took a few moments for me to convert this to work with any filetype. Note that the Replace String shouldn't be longer than the Search String (Commented in Code).
This is a program to get rid of the ad in the file sharing application Morpheus. Please vote if you like the program or find it useful in any way :) Updated the code to hide any of the Morpheus popup ads aswell not exactally perfect but it works well. Ok new update by request I added a tray menu so you don't have to have the window open all the time.
This project will demonstrate how to get the DOM object from an "Internet Explorer_Server" window. And it also shows you how to use that object to get at the TEXT and HTML of the DOM object. This code also demonstrates how to use the EnumWindows and EnumChildWindows API calls.
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.
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*
this code change the won cdkeys of your halflife (or counterstrike) game. you can save the keys in text file and change it easily with one click. check it out
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
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)
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!
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.
Fixed version: customizes your message box buttons by hooking!
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.
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.
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.
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...
This is a drag-drop sample that shows the minors who have been uploading rubish ones so far. Please vote and comment
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 :)
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
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.