Results for "Volume: 6_2008-2009"
Use this code for secure pages on you're website. You have to login with a username and password, the code will check if the user excists, if so the code will generate a unique sessionid and save that sessionid into the database. On every page that you want to secure this code will first check if the sessionid is in the temptable. So no changes for hackers! After unzipping the files first open ReadMeFirst.txt!
Complete access to INI files through a simple class module, which works with VB4 16,32 and VB5. This class module allows you to read/write INI values, delete values, delete sections and query whole sections through a simple inteface.
MAXIMUM SECURITY (CDynamicEncrypt) Is really a simple class it inherits the CFile class of MFC and override Write, Read & Seek functions so that you can use them normally. but the data that is saved or read is encrypted and decrypted at the run-time, YOU DONT NEED TO ENCRYPT YOUR FILE AFTER YOU FINISHED ALL OF IT. YOU DONT NEED TO DECRYPT IT AT ALL IN ORDER TO READ IT. Thinks about it when saving sound and bitmaps of your product encrypted all the time and you use the normal classes you already use that utilizes the CFile class to read these encrypted files.
Ediweb is a very easy to use database powered web site editor. Ediweb is coded in PHP and relies on MySQL for database tables. Full feature control panel (file upload, database manager, news, forum, mailing list). Template driven : One single HTML design job is needed for the whole site. Or you can use templates from freebies site on the web. You can provide different 'look and feel' for your site, at the choice of your visitors. Multi language support : Currently only french and english language file are available, any help in translation to other languages welcome ! Contact database : For mailing list support, custommer support, etc... Integrated search facility : Visitors can search thru your whole site. Installs in minutes with install script. Edit the file themes/default/page1.html to see exactly how to create a theme template for ediweb.
In my work I am asking my self is there way to check e-mail address validity.Here is one oh the decisions...
This is a class written in VB.NET which handles: Common Dialogs, File Open Dialog, Safe Delete Files (Papier Bin), Delete Files, Create Files, Create Files with different Coding, Read files, Directory Exists, File Exists, Get all Sort of Special Folders, Get Temp File Name, File Copy, File Move, Shorten File Name, get Drives, Iterate recuresively through folders (Files are written in a ArrayList, and so on. This Class basically covers nearly everything you can do with filehandling in VB.net, there is a Testproject delivered with it and every function is tested, errorhandling is present for every function. Code is commented in German, Function names are also in German, if there is need for an english version i'll post one in the future (according to votes :-) Stefan
The cool analog clock with transparent form.
EzGuestBook is a very simple guestbook written in PHP that contains guestbook record sorting, administration panel, IP Logging and many other functions. It is made for MySQL and PHP version 4.0 or later. This 1.1 version comes with modified administration panel without cookies :)
Here is a simple example of how to automate Microsoft Excel
This is a small transparent analog clock. I have not worked with delphi for a while so if you can make the code any shorter please let me know. vote/comment plz...
This little tutorial shows how to change the font on controls at runtime. Easy to do in the IDE, but, to do it in code at runtime in .NET (compared to VB6) it is a bit different!
This PHP function takes Visual Basic source code as input, and then outputs a color-coded version of the source code in HTML. Great for sites that have code archives. Simply pull the code from your file or SQL database, run it through this function, and you have your easy to read, color-coded VB code in a second.
This few lines of Code demonstrate how to Hide & Disable(lock) columns in Datagrid. Taking example from Northwind database it allows user to modify only ContactName,Phone and Fax columns. Add this code in Form load event and modify the Connection string if required. also add Imports System.Data.SqlClient in your code. hope it helps you.
This script takes the contents of a MySQL table and dumps it to either a dynamically-generated MS Word File (file with ending '.doc') or a dynamically-generated MS Excel File (file with ending '.xls'). You can place this script on any Unix/Linux or Windows Server running PHP & MySQL, but you have to access it using a browser on a Windows computer with Word or Excel installed on it. This script does not use COM objects and does not support multiple Worksheets in Excel. It can be used not only for creating complete dumps of MySQL tables (as Word or Excel files), but can be very easily modified to support just about any kind of select statement you'd like to use.
MAGIC is a game scripting language. Many bugs at the moment, not 100% complete, and no script error checking. But it works!
Allows you to have an advanced profile much like that on "Subprofile.net" but better!!
This code gives a dump(backup) of your local or remote database. I use this in combination with vb to backup my remote database. If you are interested in the vb_code to do so... let me know....
how to do subselects in mySQL
This is an enhancement of the Transparent Analog Clock by Jonathan Rossing. I took his code and made a bunch of changes. It is stay on top, you can move it by clicking anywhere on the clock, it only shows itself in the system tray (not in the task list nor the task bar). And it works like a real clock (the hour hand increments as the minutes do) It also uses a bitmap for the clock face (at this time the bitmap must be changed at desing time). And the code is streamlined. This is a good demo of how to make a transparent form that hides itself from the system and is moveable by clicking anywhere on the form.
get date by external datecontrol... programmed by bert de verschrikkelijke and sOul-