Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #84051
delphi vb module d:op

how to make modules in delphi

C_Volume2 #84267
Don't let autoglobals=0 get you down

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.

C_Volume2 #85171
Context Menu Example

This code is just an example of how to use context menus in Windows Forms, using VB.NET. Hope this helps...

C_Volume2 #81507
_Console NotePad (Alpha Version)

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.

C_Volume2 #71555
SMTP: Simple Mail Testing Program

Allows sending of e-mail (SMTP) directly from a VB app using Winsock, WITH OUT having to buy an expensive add on componet

C_Volume2 #71556
RmDir

This Procedure Deletes all Files in Directory as well as all Sub Directories and Files

C_Volume2 #71557
MsSpellCheck( string ) : string

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.

C_Volume2 #85166
Easy way to manipulate your forms

This will show you how to control any element of any form.

C_Volume2 #84391
Proxy Detection

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.

C_Volume2 #81508
Altezza RPG

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]

C_Volume2 #84024
Word Completion

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)

C_Volume2 #81509
Independence Day(see screenshot)

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.

C_Volume2 #81510
A Hangman Game (College Nickname Edition)

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!***

C_Volume2 #84659
_ QuickEvent - event viewer for NT / 2000 / XP. Just like win eventvwr.exe program. Also remote PC _

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.

C_Volume2 #71558
Randomize

Ensure that the random number generator is seeded properly.

C_Volume2 #81511
Pick A Number

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.

C_Volume2 #81512
Data Types In C

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.

C_Volume2 #84114
Address Organizer (New)

A new version of the old address organizer. A cool looking program to manage your mail addresses and reminder and more. Check it out.

C_Volume2 #85184
File2DB2File

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 :)

C_Volume2 #84510
PHP CSV Importer

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)

Languages
Top Categories
Global Discovery