Results for "Volume: 7_2009-2012"
After spending several weeks debuging a script, it's not nice knowing that any dumb web designer can steel your code without permission. This solution uses ASP and cookies to encrypt the code inside javascript functions. The key to decrypt the code is stored in a cookie, so the client can't get it. There must be some way to hack this, but it will keep your code away from 99% users. If you find a way to hack it, post a comment. It would help to improve the code. I've seen other solutions in PSC but none of them work as this one. Don't forget to vote!
Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.
POP3 protocol client latest release. Usage and full source code.
Create Code128A, Code128B, Code128C, 2of5, Interleaved 2of5, Code39, Code93, Postnet, UPC-A, UPC-E, EAN-13 and EAN-8 barcodes on the fly without third party components.
A list a usefull api calls that i thought people might be able to use.
The first function returns usefull information about text box objects. these include : [Line count] = 0 [Cursor Position] = 1 [Current Line Number] = 2 [Current Line Start] = 3 [Current Line End] = 4 [Current Line Length] = 5 [Current Line Cursor Position] = 6 [Line Start] = 7 [Line End] = 8 [Line Length] = 9 The next function returns the text of a given line of a text box object.
This code allows you to copy any file, including your application to another destination at runtime. Note: This code has only been tested on Windows 98 using Visual Basic 6.0
This is the new version of the UltimateMenus project for menus I submitted earlier. Now its more easy and fun to work with the new version. Just simply click and drop the KmMenuComponent Provider control from the toolbar. and set the properties through the properties window. Lots of themes included. go ahead try it out and let me know what you think of it. Please don't bother your self with the second control I mean the KmProfessional component. It still needs some work. But the first component will work fine. Give it a try. ENJOY...
This application will allow users to search 4 Search Engines at one time for the search criteria which they have entered in the Search String. This source uses Yahoo!, Lycos, Alta Vista, and Infoseek but the code can be easily adjusted to work for any engine. MSINET.OCX and Common Controls Required.
A complete chess playing engine, generally used with WinBoard graphical interface. It is said to be among the easiest to understand source code for someone new to chess programming.
This is shorter way to disable the 'X' or close button on a form. It also works on MDI Child forms also which I have found most other code does not.
It's easy! Just need to change a line in your HTML.
This code is very good,it is a wysiwyg web page designer,you can add your text,images,lines or html code on any part on the page and the the page on the program format or export it to html,I 've use the wysiwyg code that someone 've alreay posted to save html but all the other code is mine it is very cool sample with very sample code,you can make image maps,and forms,and the program 've the ability to open pictures online on a listview box and add it to your page,for more information about the sample features visit my page at:http://www.geocities.com/ResearchTriangle/Campus/4598/vb1.htm,try it.
An extremely simple, fast, and efficient way to get your current IP Address without using either the WinSock control, or the Internet Transfer Control. I hope you guys don't mind a girl submitting code... and I LOVE mail, so please visit my web page for even more VB applications and a pic of me, too... :)
game
I made this for my school project.it contains a menu in text mode using arrow keys .please rate it
Make updating your application over the internet easier by adding an autoupdater like this its easy to configure a simple settings.xml file for locating your updates on your webserver and updates.xml containing all updates and there versions on the webserver. Each file in the file list is given a version number. If you’re latest update only changes one file then simply update the version of that file to a version one higher than all the other files. Every time an update is performed the latest version is written to settings.xml this allows the updater to know what the latest version downloaded was so if your settings.xml file contains version 2 as the latest only files with a version > 2 will be downloaded if they exist on the next update. All source code included, For more information please visit www.codeconcepts.co.uk
Program to open & view a .bmp file in color or convert it to 256 level grayscale & perform Histogram Equalization, if required. (with sample images)
Provide an Object Oriented template for hex board game creation. I am tired of reading supposedly object oriented examples that get a mouse click and search all the objects to see which one "Contains" the click point. This is not object-oriented to me...It's a hack. In my example all the game components handle their own mouse clicks, and call the LAYEREDPane listener. Let's work together to make the best/most understandable FREE templates. Email me with your suggestions for improvement: paulware@hotmail.com.
This is a really cool Text Morph Applet, download it and check it out. Reads text from a INI file.