Results for "Volume: 2002C"
This is a Complete INI code to manipulate INI files. With Source to see how it was done. The simple functions are writeini and readini Easy, Anyhelp just post a message :-)
Here's a VB programmer's introduction to developing Internet (TCP/IP) applications. We'll build a trivial web browser to start with Then we'll look at some of the issues you should consider when building client/server applications. We'll even build a simple one.
Makes grass textures in VB!
Cool buttons and scrollbars!
An example of *really* how to call the Find and Find/Replace DialogBoxes using the API and attaching it to your Textbox or RichTextbox!
This is a new version for my browse for folder function, this time i have added the special folders at startup parameter, this means that you can specify a special folder that the browseforfolder start browsing from (start menu, desktop, users, common ,shared... more and more (lots of more)) the browse for folder will only start from those folders if the specified exists, also more comments added, much easyer to understand, even for beginners.
Excel macro that extracts all tables, fields, field types, queries & descriptions from a JET/Access database. Very useful for documenting Access databases.
I downloaded that program that takes a picture and turns it to text . Well I took it alittle further After the computer turns it to text It can be turn back into a picture . I had one problem I could not get it back to the same size . The picture drawn from text is about half the size of the orginal.
well are you tired of searching through folders trying to find files o delete that you dont need and want to delete. Well finally!!! a program that can delete, copy, paste, and cut!!!! man all begginers to intermediate i feel should download this. Please Rate this i need to know what you think. Thank you, snyper
You choose how many lines, you add the text and that's it!!! A great AboutApp with a cool effect "FadeAway" when the text is closer to the end!!! Full Comments for every command! Only a few lines of code!!!
This is a remake of the classic game Choplifter. If you are just browsing through looking for a game that could help pass the time or one that you want to improve upon, download this one. All the source code is included if you want to make any changes. It does take up about 15 megs once it's uzipped(only 500kb zipped) but its worth every bit of it. Check it out and please give me some feedback.
Decent Sound class. Can load many, many sounds into channels (depending on HD/SWAP space). Also, this class has a "PlayEcho" sub. Make the cave in your game sound like a cave!!! may lag your game. to avoid lag, in your main loop (if timed) subtract (steps*interval) from your sleep or other timing method. doing this could make your timing a little jumpy. i havent had the time to test it in a game enviroment... (graphicly challenged, as most programmers are)
SO SIMPLE, SOOOOO STRONG... Just try to find a pattern in this encryption.... Try sending it a string containing all the same letters, are you amazed by the outcome??? (! KEEP IN MIND THAT ANYONE WITH A CONNECTION TO THE INTERNET HAS ACCESS TO THIS CODE. SO THE ENCRYPTION CAN BE CRACKED. IF WHAT YOU ARE ENCRYPTING IS VERY IMPORTANT, MAKE A MINOR CHANGE TO THE CODE TO AVOID PEOPLE CRACKING YOUR IMPORTANT INFO !)
This module allows you to find a file or files on your computer without using a single API. It looks for files type that you specific and return their name, path, size and date. It is good for program such as Anti-Virus or any program that requires access to every file in the system. This code also allows you to enter Wild Card Characters "*" so you can search for files of the same type or file(s) that you don't know how to spell.
Like IE4 and IE5, this module when setup with your TextBoxes, will make repetitive data entries easier for your users. For example, if "hello" had been typed into the TextBox earlier, at a later date, all the user has to do is type "h" and the rest of the word will appear. Just in the style of IE4. This stores all the keywords in a file named after the TextBox specified. It automatically adds new words to this list when the user presses Enter on the keyboard. Even though I've uploaded it as a ZIP, it's not because it's hard, but to make it easier to understand how it's working.....
Code shows how to use a combo box and how to display certain messsages when a certain item is selected. Includes Threed32.ocx which is required for this example. (Note: This example is a F.A.Q on Sub7, this file in no way contains the virus or promotes the use of it, simple a F.A.Q on how to remove it and such.)
Turns labels into links which when clicked, load the contents of the caption as the URL into a webbrowser.
This is an Addition to my earlier search function. This is an ActiveX control. It has 9 search functions, inculding rich text box searches, and text box searches, DAO table searches, and Find and Replace searchs for all three. Has a readme file, that explanes all. If you find an error, let me know. This is my first try at making Active X controls. Please leave feedback!
Man i have been thinking on what to make. Then it hit me. a encypter. not just anyone but one that lets you chose the password. I gaurantee you cant crack these encyptions. good for begginers and intermediate. Please rate this. I worked and i need to know what you think thank you.
This is new improved Scrolling Text Control. I added almost all proparties of standart TextBox and a new one: Scroll - that start/stop scrolling. It also allows you to choose three predefined size of text. Enjoy it.