Advertisement

Results for "Volume: 2002C"

2002C #9010
Find and Highlight Substring

' Given an editable textbox named Text1, this code prompts to find a word and ' searches throught the textbox and highlights the first occurance of the ' found word (if exists).

2002C #16362
Begining socket programming in Windows and UNIX (LINUX) - Tutorial and 2 source code server examples

Alright. So you decided that coding a stand alone application is cool enuff, but then again, the possibilities are limited. Now you want to cut the chase and start writing some real deal code where you make your computer bug other computers on a network (Internet for example). Well, thats what you need sockets for. Sockets are channels of communication between two or more computers. With socket code, you will be able to write clients (such as email clients, web browsers, news readers, etc) as well as servers (http, ftp, smtp, pop, irc, nntp, and so on). How cool is that? way! Well, what are you waiting for? Lets start digging our sockets. Note: To try out the servers whose source code is included, connect to the ip address and port the server is running via a regular telnet client.

2002C #16410
Buttons, Textareas and Checkboxes

This code shows how to use buttons, editboxes and checkboxes in windows.

2002C #16349
^tetris game^ godzilla series

this is a tetris game with code. PLEASE VOTE FOR IT !! any voter can e mail me to get advanced versions of code and other games too!! PLEASE VOTE.

2002C #16444
Better Input/Output Tutorial

Just a quick Article on Input/Output, since the last artical on input/output was done by a beginner. And sucked bad....lol, sorry dude. Please take a second and vote on this example, thanks.

2002C #9008
Sort a ListView by Number or Date (Updated)

This code allows a ListView control to be sorted by Number or Date without having to use APIs (except to lock the screen)

2002C #16467
CapturePicture

This code uses Video for Windows to capture single frames from a system video source in a specified time interval(in seconds). The Frames are saved as Bitmaps or as one AVI File. Don't forget: You need a videodevice for this to work!

2002C #9029
Simple Email Send

While browsing through the files on this site, I noticed that most listings that dealt with sending e-mail using VB used the Winsock Control. I recently wrote a small demo for a customer that reads a database file, and then sends it to an email address. This code requires that you use the MAPISession Control as well the MAPIMessage control. You must also have a mail service installed on your system (Exchange,Outlook, ect.). Other than those requirements, the code is very easy to understand.

2002C #9023
A huge tip: Visual Basic Scripting Host

This tip is the most powerful bit of code I've ever come across. It will act as an exe but with no need to compile. However you must have either Win 98 or IE5 for it to work

2002C #16465
Encryption

This code implements 3 encryption algorithms one after another i.e. 3 level encryption is achieved. 3 Algorithms used are: 1.Reversing Algorithm 2.Grille's Method 3.Word-Alphabet Correlation Algorithm

2002C #16451
Kc's Rpg You can actually see your self move!!

this is a fun little rpg. You move about the map by pressing the arrow keys. All made with an array!! You can attack trolls, Gnomes, and humans. Compile the main.cpp and it will work if you go to http://ais.cms.k12.nm.us/~cmerrill/KCRPG.EXE thanks - kc

2002C #16452
Customizable Menu Uses the arrow keys and return keys

Need A Cool Menu? Here you go. You can change the text and highlight color in seconds. Though not commented very well it is easy to see what is happining. Made by a begginer for expert programs Please email me and tell me what you think!!

2002C #16464
Registry

The following code does two things: 1) Opens a new registry key if an existing one doesn't exist and writes to it 2) Reads the existing data in the key, and applies the data to the form using the SetBounds(); function. The code looks VERY cluttered and there is a fair bit here to put on one page, so i have uploaded a .txt version of the following code that is structured and ready to copy-and-paste!

2002C #9031
*Improved* GoAway Screen Wipe

I just quickly improved this screen wipe function written by Jesse Foster. It runs a bit smoother and is usable as a function for any form. Just drop it into a module. Also, I made it work so that it is 'public' not private.

2002C #16470
subdirectories (win32)

It is just a function that reads subdirectories from a root into an array, and calls back user for each new directory found (i hope that you'll understand what i mean !!!!) I "played" with pointers, it could be interesting for beginners :) Oh, don't forget to vote !!!!!

2002C #16455
API-Spion - window/toolbars/menus/processes/modules (DLLs)/threads handling/ 'editing'

NEW V2.0! You can edit windows, menus, toolbars and controls at runtime of a program. With a window/control you can do at runtime: enable/disable, show/hide, destroy (with custom defined return!), change the icon, the password character, the font, the background color, the position, the size, the title... You can edit the menu, toolbar (enable/disable, destroy, get ID, set ID...) of a window too. API Spion shows all processes, threads, modules (DLLs) and windows list. The module viewer load and unload libraries (DLLs) and it can register and unregister OCX/DLL files. Processes can be killed too. Messages like WM_COMMAND can be send to a window and the window can be copied as a bitmap to the clipboard. Very good: You can disable the task manager and you can see the opened files by windows. More info you can find in the file english.txt in the .zip-file. How to select a window/control? Click with right mouse botton on API-Spion (somewhere, where no controls are) and drag 'target-cursor' over a win-control. DISABLED/HIDDEN: To select a disabled or hidden window. Select first the parent window of the disabled/hidden window and check the 'Disabled/Hidden' checkbox. Now you can select all disabled or hidden windows from this parent window. IMPORTANT: Read first Readme.txt in the zip!!! Please VOTE it :-))

2002C #9032
Count number of lines/returns in a textbox

Simply counts the number of lines in a textbox (the textbox should be multiline=true, otherwise it is pretty useless). Put this in a module so it can be reused.

2002C #16463
Text that types itself!

The following code, when running, looks like the text is actually typing itself. This technique uses two main things, char arrays and the Sleep(); function. This technique would be great to use for slash screens, presentations or just impressing your friends! Also, please take the time to vote for my code. Thanks!!

2002C #16471
Dorkus Productions Presents - Typin' Test

It is a Win32 game where letters fall from the sky, you have to type them away.

2002C #9041
CollectionPlus ! (See VERSION 2)

'In replacement of existing Collection in VB 'SEE MY NEW VERSION !

Languages
Top Categories
Global Discovery