Results for "Volume: C_Volume2"
how to make modules in delphi
A good thing to do is to never rely on autoglobals. They might just be turned off. For those not familiar with how autoglobals work, if you call a page say test.php?foo=bar, autoglobals allow you to access foo by using $foo, rather than using $_GET['foo']. However, if autoglobals are off, $foo will give a warning, and it's value will be empty rather than 'bar'. This little piece of code mimics autoglobals, thus preventing you from having to rewrite entire applications because they relied on autoglobals. Note that as of PHP 4.2, autoglobals are off by default.
This code is just an example of how to use context menus in Windows Forms, using VB.NET. Hope this helps...
This program is a console word processor that replicates Windows NotePad. So far you may only open text files and move around it. Editing feature will be added soon.
Allows sending of e-mail (SMTP) directly from a VB app using Winsock, WITH OUT having to buy an expensive add on componet
This Procedure Deletes all Files in Directory as well as all Sub Directories and Files
This short and sweet function accepts a string containing text to be spell checked, checks the text for spelling using MS Word automation, and then returns the processed text as a string. The familiar MS Word spelling dialog will allow the user to perform actions such as selecting from suggested spellings, ignore, adding the word to a customized dictionary, etc.
This will show you how to control any element of any form.
New version. This will detect any suspicious open socket that the user is running and if found in an array, it will not let the user proceed to the website, with the ability to allow certain hosts to pass the scan, and disallowing certain hosts completely. You can define a redirect page to redirect the user to upon open socket.
This is a Minamal RPG with a besic fight system. This is my first C++ program EVER!! granted it is not the best but what do you expect from a 16-year-old's first 'real' program? Thanx and have fun, you have any suggestions for 'RC1' e-mail me please!! [email protected] or [email protected]
Example of a well known feature of code editors. This code checks what HTML tag you are typing and shows finished versions of the tag you are creating. You can then select them and they will be overwritten into the current text. (Press CTRL+'1' to insert tag into the code)
This program has almost all the basic c++ graphics functions and also the independence day tune created using sound function. It will act as a great tutorial for those who want to learn graphics in c++.Please vote fr me. visit www.gauravcreations.com for more exciting programs.
NEW VERSIONS(uploaded daily with new features each day)...Click here to get the most recent game...IT'S HERE, the save game functionality you've been waiting for. Now you can finally get that illusive high score, check it out -> here... Newest versions have high scores list, better two player games, edited names(so the games are not so easy), version information and the save game option...ALSO at this site, new as of 12/07/00, the MOVIES Edition(1800 new games). If you have become a college names expert, try this game, it's much more difficult. ***This submission: Hangman Game College Nicknames Edition This game kept me entertained for about four hours last night, so go ahead, give it a try, test your college nickname knowledge, and hey it's free, what else can you ask for?...(This game also doubles as a good/entertaining typing tutorial)... ***Don't forget to vote!***
See the screenshot, lists events in all event folders, alows you to see extra details about them including user name, time, date etc... Improvment on my code only submission about using the eventlog a few months ago.
Ensure that the random number generator is seeded properly.
It is a Text based game. the object of the game is to pick the right number, there are 3 levels, and the number is never the same.
As I discussed in an earlier article, I am writing a series of articles explaining C for beginners. I am very careful to avoid the use of technical jargon so that it is simpler for beginners. And also I will be writing very simple codes and then explain about it. If you are an expert please skip this article.
A new version of the old address organizer. A cool looking program to manage your mail addresses and reminder and more. Check it out.
Upload and Download BLOB [files] to an Access Database. Handles any file type. Instructions included for implementation under VS.NET, WinXP, IIS 5.1 and .NET Framework SP2. Includes a class to set database connection dynamically and is almost fully documented. Not a great implementation, but does the job and provides relatively straight forward processes for providing this functionality in your WebApplication. Have Fun :)
Import a CSV file into your MySQL database as you see fit. Discard columns, assign fixed values, auto-sequencing, simultaneous adding and updating... Happy Importing! -> The database/table double-combo selection bug has now been fixed. (v1.3a)