Results for "Volume: 2002C"
This code is a basic TIC TAC TOE game. It is 2 players only at the moment. There is a new version coming. If you have suggestions for the next product send us at sR_ReD@attbi.com with TIC in the subject line. Thanks a bunch for checking this program out and please vote for it...
This DLL, once declared will encrypt any String fed to it based on a number that you give it. Works prefectly, ie. no characters are deformed. Offers very good encryption. Can only be encrypted with the number that it was encrypted with. It can be used to encrypt files so that the modest file tamperers around won't be able to get near it.
Ever wondered in VB5/6 what the ActiveX DLL does; Ever thought that the MS tutorials were bloated and useless..... Look no further, here is a perfect working example. The complete sorce code to my other submission (Active X encryption DLL (Example)).
This example is built from the example I wrote to add color to your controls, it nows lets you change the font also. Code that is new is marked off by comments, this also shows you how to use the ChooseFont common dialog. As always this is pure win32 API, no MFC here.
Microsoft Agent will speak (computerized voice) the contents of a textbox or richtextbox to you!
Mas Release 1, MasterX SDK 2.2, MVX with MAS, and a Mas Demo
One of my friends sent me this joke, and i recreated it for whoever wants it. Look at the exe first. (For those that seem to have trouble picking up implied meanings, source code is included in this zip file and has been since i submitted it)
Replace plain rectangle tooltip with a Balloon shaped Tool Tip!
A simple sendmail utility for Windows 98/NT at the TCPIP socket level, based on RFC821. A needed addon for Windows. Operated in command-line/console mode.
displays the calendar for any year b/w 2001 and 2099
Contains two sockets classes, server and client. Demonstrates how to send commands to the server. The packaged server class supports execution of .exe's, file transfer back to the client and beeping. Yes beeping. We can't be serious all the time.
In just a few easy lines you can a have a easy, error proof error handler for you apps! Plus, NO APIs!
This tool allows user shutdown Windows after a time up to 4h + 30minutes. Left, Right or Ctrl+Left, Ctrl+Right can be used. Please try and vote ...................... :)
I received a request from someone on help with a problem in deleting temporary files. It seems that they needed to delete all temporary files except for those with the current date. This subroutine was the result, and I though it would be good for those of you struggling with how to use the Dir and GetAttr and SetAttr functions in VB
Create sprites ( like Mario, Prince etc ) for your games and make them dance and frolic around the screen. Also provided a graphics library for Mode13h library by Pri$m. So go ahead create your games.
This just shows how to access CommandButton's, Label's etc.. from another Command or label. So when you click Form1's Command, you can actually be clicking Form2's command. Very useful for shortcuts.
This proyect has two parts: 1) 3D Transparent Sphere, and 2) Texture Sphere, WITHOUT OCX, DLL, API,... Enjoy it and I'm sure this will help you to understand 3D Programming. Good Luck.
Example code showing how one may extract NT Domain User information using ADSI (Active Directory Service Interfaces). This code simply extracts a user's FullName and lists the Groups to which he/she belongs, given his username. This code will work across domains, provided the correct authentication values (username, password) are inserted.
This article is based on Vbmew's "make 7 byte .exes" (http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=2221&lngWId=3) His article perked my interest in the Assembly language, so I went out and did some research. This article is a very brief primer on assembler and machine code.
This sample project demonstrates how to do MailMerge using VB and MS Word.