Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #237543
Simplest Firewall and Process Control using Netstat

Well , Its simple , lists all those network connections along with IP Address of local / remote machines with port numbers , displays all those process , even that are not visible in your Task Manager , Finally if you hate some program you can stop that from getting executed in your machine by adding the program name in the Blocked program list

7_2009-2012 #222150
ASP.NET Popup Windows

Show any Page as a modal popup window in ASP.NET.

7_2009-2012 #229146
ADO & VC++, NO ODBC

ADO & VC++ Connection I'm not using ODBC, VC++ tries to connect to Access file with ADO Objects. I know part of the code has been submitted before, but the current project it's opening in a Window instead of DOS console. Plus I'm not using ODBC stuff. Thanks =)

7_2009-2012 #218100
RecurseDir2

Example of File System Object implementation...

7_2009-2012 #218775
bruteforce password cracker

This program essentially sends in a sequence of keys to the currently active window. So load your host program and this bruteforce cracker and you could soon be in. For Eg. If you have forgotten your WinZip password let this program repeatedly put in numerous passwords from a dictionary file or just a sequence of numbers to let you into the program

7_2009-2012 #233088
Analog & Digital Clock

here's a cute Analog and Digital clock made with timers and graphics supported by .net frame work, where everything in the program is created entirely within vb.net ( there is no images ). and I also worked on changing the coordinates of the lines instead of rotating them. If you like it then plz vote :)

7_2009-2012 #232837
NotesX

NotesX is a very small and efficient text utility with the ability of drag dropping files onto its main window to display its text, runs silently in your systray and when you need it, its there. NotesX works well on 95/98/2000/XP based systems.

7_2009-2012 #232923
A simple Tic-Tac-Toe game.

This is a simple Tic-Tac-Toe game that uses a 2D array. It illustrates how to constract a simple game. There are no bells and whistles, this is plain and simple C++.

7_2009-2012 #238451
Read Barcode from Image

Read two width barcodes like 2 of 5 or Code 39 from an image. How to use it: Dim bmp As Bitmap Dim scanner As New gmseNWScanner(New gmseBarcodeDef2of5interleaved) Dim result As gmseNWResult bmp = New Bitmap("d:\sample2of5.bmp") scanner.Scan(bmp) For Each result In scanner.Result Debug.writeline(result.Text) Next

7_2009-2012 #232278
Simple Empty Window

Create an empty window with the less code possible.

7_2009-2012 #228993
^Mouse Programming in C/C++^

Make your C/C++ programs more intresting by providing a mouse support. Learn about Mouse Programming here. This tutorial teaches basic stuff and advanced like changing mouse cursor shape. Make a header file of the sample code and use mouse with minimum effort.

7_2009-2012 #218771
A Album ScreenSaver by Anil Choudary N

This is a full-fledged screensaver with settings options this is compatible to windows screen saver window settings. It displays the images continueously u can set the display interval in milli seconds between any two image displays if you reduce the intervel and map the multiple sequences of images you will get a feel of Animation. Entire source code is available in Zip interactive help is also provided. It employes two windows API calls specified in .BAS file . Application is very fast you can just set the paths of your varipous images stored in divverent locations no need to copy them to any directory. The application will locate the images and display. This can also be used just as your Photo Album.

7_2009-2012 #218796
Api Any Calls/Declarations

This is not really a code contribution, but a small tip on API parameter lists. Ever seen an Api Function which expects parameters of type 'Any' ? . For example domain/user maintenance calls in the Nt Networking Api or similar (Add Users/Groups etc..). These parameters usually (in the C/C++ base code) are probably expecting string pointers , an other example is in the case of the AddGroup Api call in the NetApi.Dll, where it expects the name of the server in one of the parameters in the list. How you actually pass the pointer is by:- eg. '### ' Api Function for example:- ' ApiFunction(sArgument as Any) As Long ' Dim strAnyString As String Dim strPass() As Byte Dim lRet As Long strAnyString = "String as argument" strPass = strAnyString lRet = ApiFunction(strPass(0)) '### What we're basically doing is getting the string to pass, assigning it to another variable array of type 'byte', then passing the first array segment to the Api function. Easy enough? Hope you understood all that ! Robert Dick

7_2009-2012 #231512
database login with cookie

This code is enhance form it is an login page at servlet with option to remember my password. It will create a cookie but before validating from database. PLEASE MAKE SURE DATABASE AT D:\DB\TEST.MDB. YOU CAN CHNAE THE PATH IN CODE

7_2009-2012 #217845
A Custom Animated TrayIcon

This small code creates a custom animated icon in your taskbar. You can put your own images in the imagelist, create your own popup menu when rightclicking on the icon. Use this code and build your own application around it!

7_2009-2012 #218799
Download e-mail attachments

This code enables you to download and send e-mail, which will automatically put your attachments into a given directory.

7_2009-2012 #218668
Close Any Application

This code will Close any application based on its windows caption

7_2009-2012 #223611
NEW VER :: TSERVE 3.3 - Remote Administration, now w/ spy and ftp support.

TSERVE version 3.3. NEW: -FTP support including 11 ftp commands (upload, download, delete, move, copy etc...) -SPY feature, shows current class under mouse, and keylogger. -Nonmodal message box option -new parsing system -and more! LAST VER: This program accepts connections from regular telnet clients, and gives them a high level of control over the computer running this server. This is the most powerful Remote Administration (RAT) program on PSC as far as i know. Ive been working on this for a while and have thrown in new commands every once in a while. This program is fully multithreaded, with threads creating threads creating threads. It can accept an unlimited number of connections, with connections making connections (via telnet proxy), and it can still run smoothly. Parameters to commands are specified using a space. for example you can type "SENDMSG 4398 16 0 0" to send the WM_CLOSE (16) command to handle 4398. Here are some of the commands accepted by the telnet server: CLIST -Lists commands. Just type this to get a list of commands. close - tell server to drop connection eecho - enables echo of any recieved data decho - disables echo commtest - tests communication etween server and client gethostname - returns host name of computer trmnt - terminates server (proccess) (dont worry it gets more interesting) getclip - gets server's clipboard data setclip - sets it. shutdown, reboot, logoff - guess? progs - enumerates all the running programs / proccesses on the machine running the server. killp - sends message WM_CLOSE (16) to handle specified sendmsg - sends a message to a handle shell - ShellExecutes the parameters dir - lists files / folders in current directory (set using CD) msgbx - creates a messagebox on the server machine. (msgbx ?, for more info on icons etc...) telnet - ok this is a powerful command. it allows you to connect to another machine (TELNET [ip] [port]) (haha, you can try connecting to yourself again and again to test the super multithreading!! lol (ive done about 50 self connects, creating over 100 threads, and it still runs fast!) setv - sets the wave out volume (i just threw this in here so i could control the volume of my music from a wireless link on a laptop) the following file system commands are supported: cd (change directory), del (delete), rename file, copy file, move file, make directory (MD), view a file and write to a file any thing else people would like me to add please comment. NEW ADDED FOR VERSION 3.0: DISCO -Disconnects internet connection. (dialup) HIDETB -Hides the taskbar. SHOWTB -Shows the taskbar. HIDEDT -Hides the desktop. SHOWDT -Shows the desktop. HIDECAD -Disables the Ctrl + Alt + Del Sequence (Close Program). (Windows 95/98/ME only) SHOWCAD -Enables the Ctrl + Alt + Del Sequence (Close Program). OPENCD -Opens CD Drive. CLOSECD -Closes CD Drive. NEW IN VERSION 3.10: Telnet proxy redone to use less memory and run faster (winsock noblocking mode instead of threads) PING command added, allows ping of remote computer (from server). NSLOOKUP added, does query on hostname and returns IP. Authentication addded. Stored password in registry (set with PASS command). If enabled, will require password to access.

7_2009-2012 #232901
Database system

As a file reply in the databases and is a beginner can learn those source code.

7_2009-2012 #218203
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

Languages
Top Categories
Global Discovery