Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #221795
Browser Snipper

When you run the index page this will collect all infromation about the browser, Operating system and screen resolution etc. And it will post to next page which can be accessed thru php. I think this code will be useful who needs to do professional web page, keeping in mind the resolution and browser support etc etc.

7_2009-2012 #221796
Storing / Retrieving pictures from database

Hi folks I have searched many sites for storing a picture into a database and retrieve the same. But I got some tutorials when I searched the web. Using the tutorials I have a made one for me. It was implemented using Php and Mysql. I will tell you want is the job of each files. 1). index.php This files links all the files in the project. 2). store.php This does the job of storing the picture into the database. 3). viewadd.php This file shows the entire picture stored in the database. 4). getpicture.php This file actually gets the file from file in the form of picture 5). mdbc.inc.php This is a class file for Mysql feel free to use. I got this over net. Here is the table description Id - > has the picture id Description -> has the picture description bin_data -> picture data filename -> picture file name filetype -> picture file type. Like gif or jpeg etc link -> you can store the link incase if you want to use this for ad exchange showno - > no of time ad show etc clickcount -> no of time the ad being clicked etc Query for the table. CREATE TABLE ads ( id varchar(15), description varchar(255), bin_data LONGBLOB, filename varchar(50), filesize varchar(50), filetype varchar(50), link varchar(255), shownno integer(5), clickcount integer(5), unique(id) ); If you want to see a site where I have implemented please have a look at the site http://www.asksathia.com/ Feel free to change anything in the code. If you developed a better version than this please send me the source code so that I may update myself. It took me much time when commenting the code of ease of understanding. Please vote for me. Regards Imthiaz Rafiq imthiazrafiq@gmx.net Msn id: imthiazrafiq@gmx.net Yahoo id: imthiazrafiq ICQ: 24294947 URL: http://high-flyer.da.ru/

7_2009-2012 #217306
Use of the Toolbar Control

Short tutorial on how to use the toolbar in VB4/5 32 bit. http://137.56.41.168:2080/VisualBasicSource/vb4toolbar.txt

7_2009-2012 #219013
Tetris.NET (updated)

A Tetris game completely writen in VB.NET....I tried to make the code as Object Oriented as possible and full of comments.....So enjoy!!!

7_2009-2012 #217307
Common Dialog

Use commondialog control without ocx ! http://137.56.41.168:2080/VisualBasicSource/vb5commondialognoocx.txt

7_2009-2012 #230145
Pallindrome Checker

Check to see if a string is a palindrome in only 5 lines of code!

7_2009-2012 #222936
Get MSN Messenger cached passwords

This little program grabs the encrypted password string from the registry, that is saved when you click the "Remember my name and password in this computer" option in the logon window. Then, the password is decrypted. The code is fully commented, but if you still have questions, send me an email. Please vote for me if you like it :-)

7_2009-2012 #228620
Word ADDin

This is a sample of how to make a word add in, This also shows how to interface with the current active document as well, like how to add merge fields or document variables. You also see a simple drag drop.

7_2009-2012 #222937
Use undocumented API call to get cached Windows passwords

This code explains how to call WNetEnumCachePasswords to get windows cached passwords: DUN, NetBios, Internet folders, etc. This function is undocumented, but it is based on a program by Vitas Ramanchuskas. I just transalted it to Object Pascal and commented almost every line. Enjoy, and make a good use of it. And vote for me if you like it :D

7_2009-2012 #232876
Browse For Folder

A class to display the new style Browse For Folder Dialog with events. The Class includes an option to use the new style dialog (resizable, make new folder, etc), an option to display an edit box in the dialog, an Event that fires when a file/directory is selected (before it's ok'd), the ability to enable/disable the OK button (based on selection), the ability to change the dialog message after the dialog is displayed, ie: on selection of a new file/directory. (Thanks to Chris Merrill for uploading the code upon which this class is based.)

7_2009-2012 #231866
FTP Sync

This utility will send files/directories to the specified FTP server. Currently EXCLUDE, PURGE and RECURSIVE flags are available. Define your FTP server address, logon credentials and files/directories you want to ftp in settings.xml file. This file is in debug\bin folder, it should be in the same directory as the executable. Solution consists of 2 projects, open FTPAutoBackup.sln and you can run it. Since windows scheduler works well and is far superior to anything I could code myself, I just schedule this to run nightly and my FTP is always current. Tested thoroughly w/8,000 files backups only on PURE-FTPD on SPARC and SERV-U on XP with Unix-style file display. This code contains download ftp functionality as well. All ftp commands/functionality are wrapped in FTPClient project, one of the 2 in the solution, and can be re-used. You can use this code in any way you like, just keep the credits. ezhukovsky@attbi.com

7_2009-2012 #232666
Windows XP Style Video Capture

Very Cool Windows XP style Form and video capture engine that allows easily capture video from any USB camera(webcam for example). Also used awsome buttons. All components included

7_2009-2012 #232189
Base Converter

This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, decimal, hex, and ascii(base 256). Please vote on my code.

7_2009-2012 #232190
Transparent Bitmaps

This program shows how to draw transparent bitmaps. It also thoroughly explains the way masks, sprites are created and used with logic to create the transparent bitmap. Please vote on the project.

7_2009-2012 #221174
Hash table functions

Hash table management by Jerry Coffin, with improvements by HenkJan Wolthuis.

7_2009-2012 #226688
toString v 1.0 b

Converts easy Array to String value.Class structure.Very helpful.

7_2009-2012 #233122
Simple XML Example

This is a Simple example showing how to create an XmlDocument and add/remove Elements with Attributes. I'm a little new to C# and XML, so after searching the internet for a few hours and playing with it, i read a lot of the Reference on XML and finally understood how to do it. I hope this helps anyone trying to learn XML. If anyone could leave comments that would be much appreciated. (I only ask cause this is my first submition)

7_2009-2012 #217316
Connect To and Disconnect From Network Drive(s)

Being an NT network administrator and software engineer sure has its advantages. Visual Basic 4.0 has afforded me the opportunity to create useful apps that greatly reduce the amount of time it takes to perform those tasks that many of us perform often. This little app simply uses the Windows 32 API (Win95 or NT 4.0 only) to open the network resource browse list. You can map network resources or disconnect from network resources. Enjoy the code! We've been using it for months in several VB apps on our network and it works GREAT!

7_2009-2012 #220530
Send a TCP packet to a server

/* The purpose of this article is to help out people who know the basics of C but want to start learning TCP controls in C. This program will connect to a server and send a TCP packet containing "La la la la". */

7_2009-2012 #222816
Suppra-guess

In this guessing game you can: play 1-2 player mode. read and write coments. save and look at results.

Languages
Top Categories
Global Discovery