Results for "Volume: ASP_Volume2"
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.
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...
The Most difficult Thing in VB..How to Get UNICODE From Pointer Of Ansi String..
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!
This is a form I created to encourage shareware registration. Instead of the user having to navigate to and through my website just to get to a PayPal link, they can select their level of registration, and the program will launch their default browser to the appropriate PayPal x-click payment page. I put the sub to open the users default browser in a BAS file with the appropriate declaration so you can use it in other projects by just dropping in the module. If you like this code and find it useful, please vote.
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.
The purpose of this article is to teach the reader how to split a string into fragments and use the fragments effectively. Useful for Winsock programs, date commands, and other possible needs.
Displays a very very simple digital clock. This code is the simplest way to create a digital clock
This code demonstrates the use of hooks in a message box. Thanks to Paul Mather who wrote the MsgBoxEx Function. I wrote this demo :).
Download the article code. My last upload didnt go through for some reason ... !
Omega is a Remote Administration Tool like Sub7. There can download/upload files, allow mouse click with desktop preview, file manager, get cache password, send message, chat, address book,IP tool, and a lot of thing like Sub7.
Ever need to get around the security setup by Novell? well this program may come in handy when trying to do just that. Edit msdos.sys file, disable/enable display properties, visible and invisble task list, registry file merger, referesh explorer.exe(windows) so effects can take place without restarting computer which would make you lose many of the changes. See screenshot.
Omega is a Remote Administration Tool like Sub7. There can download/upload files, allow mouse click with desktop preview, file manager, get cache password, send message, chat, address book,IP tool, and a lot of thing like Sub7.
Here is the third part of my Web Browser Tricks This time as a Web Browser(nearly). What's here ? - a nearly exact clone of Internet Explorer's Favorites menu, autocomplete Address combo, menu's enabled/disabled by the Webbrowser, text resizing including identification of current size, progress bar in the Statusbar, plus all the standard WebBrowser stuff.
This is a Simple Webserver Program, which accepts requests from Internet Explorer. Really, some of you could'nt have imagined to make Internet Explorer as client. The Application has a round circle shape interface, made this using api,and also animates according to request from Internet Explorer.I am not sure whether the actual Web server works as this. This Application provides a greater scope on reading Header information from Internet Explorer. You can never leave the application without rating as excellent.Readme file also included. Note: Run the server, open the IE and type the URL as http://localhost:1001/server.html to access an html page, Type http://localhost:1001/ANIMATE to Animate the form Type http://localhost:1001/STOP to stop the Animation You need to have Microsoft Winsock control and Scripting run time library.
Ever need a Screen Shot to show on the web or email to a client but hate the hassle of having to take the screenshot, import it, save it to your computer then upload it to a server? Well this program takes that out of the picture, by having all of your screenshots listed and easy to get to with a few click of the mouse. All screen shots are hosted on your server or your host for that matter. With the direct link shown above the image to make it easy to link, or display in a support forum. This code doesn't use a database, so its much easier to understand, and setup. If you like it then please vote & leave a comment! Thanks.. Make sure to read the read me it explains how to set it up!
Paste the contents of a plaintext document into the main multiline text box, click "Parse," and this program creates an array for each unique word and the frequency at which the word occurs in the string. I made this to check my own writing for over-used words; if you're a writer you may notice how you tend to use the same words over and over again; in conjunction with a thesaurus this could be a powerful tool to liven up your use of vocabulary.
This is the UPDATE of my first DirectX program. I've read one tutorial about DirectX 7 last week, I think DirectX 7 is easyer than DirectX 8. The EngineX of Simon Price and other excellent Engines at PSC gave me desire to make my own 3D Game. Well, it was made some days ago, so it's not finished. I need some help to use DirectInput to look around with the mouse and to add a more realistic sky. I'd like to know how to make a landscape, like in TrueVision. I made the map style, I think it is a good method. I also made 5 subs that are very usefull, AddWall, AddFloor, AddRoof, AddLight and AddMesh, It is all explained in the source. **** UPDATED **** I've added Collision Detection to my project. I hope you enjoy it. PLEASE, VOTE FOR ME IF YOU LIKE IT AND LEAVE SOME FEEDBACKS, TELL ME WHAT YOU THINK. Sorry, I couldn't upload it to PSC, I don't know why. Please download it at: http://planeta.terra.com.br/informatica/fredisoft/downloads/Direct3DGame.zip ** IMPORTANT ** Do not use any downloader, like GetRight, Gozzila, etc... Turn it off.
This code will convert a Fraction to a decimal, and also convert a decimal to the lowest common denominator. It has now been updated to handle repeating decimals.
This is a simple program that is capable of calculating the number of days between two dates and it can also determine the date n days before the reference date. Plus, we can calculate the number of days from Jan. 1, 1 up to the present date!