Results for "Volume: 2_2002-2004"
This is a basic example of card manipulation using drag and drop.
Purpose: The purpose of this widget is: 1. provide a single function to handle creating tables 2. provide a table that can sort both ascending and descending on any column 3. provide a table that can then link to an edit view 4. provide a table with alternating row colors for easier readability 5. Allow each of the above to be accomplished in 2 lines or less
Simple Access database viewer! Just enter your database location, and it shows your tables and stuff. SQL Querys!
A few Windows Console APIs could make your C++ programs cool:)
All countries and areas recognised by the UN
An updated version of my simple user download system, Created as a way to reward users who perhaps donated to a website using PayPal. My first application if you will so please dont judge me too harshly, I created it just for, well, fun, I hope it's of some reference to someone.
This module is packed with well over 120 subs! Including: Hypno form, ShutDown/Reboot, Save/Load, Rounding, Encryption, Spots, Telephone-Text decoder and loads more! Also there are plenty of mathematical functions (including a string parser and a string evaluator). As well as metric-imperial/imperial-metric conversions and currency conversions. This module is useful not only to learn from, but also to have fun with. Uses a few API calls, but nothing dodgy. Check it out. Any comments are gratefully recieved. Please vote.
This code reads a chunk of data in from the microphone into an array. It displays a volume-meter that doesn't depend on the 'peakmeter' function of the mixer (so it works on a soundblaster-live). It also displays an ossiliscope window.
These are few general functions i have written related to File System Object: - Check if a SPECIFIC folder exists - Check if A SPECIFIC file EXISTS in A SPECIFIC folder - Create A SPECIFIC folder - Delete A SPECIFIC folder - Delete ALL FILES in a SPECIFIC folder - Delete A SPECIFIC file in A SPECIFIC folder Your comments and highly appreciated. And finally thanks to all coders here at PSC for sharing their knowledge and their work!
I have been using this for some time now to draw my Hierarchical Data Grids in asp. Based on the intrest in Hierarchical Data Grids i decided to post it for other to benefit from. I used the same msdn artcle to base the sample on. The server side is written in vbscript and the client side functionality is written in javascript. To change the display all that is required is a valid SHAPE statement. The display is handled by a single function call drawHierTable(oRS, iLevel, sParent, itCounter, clrMainRow, clrAltRow)
This is a simple as it can be an HTML based news letter sending application made in Asp. Add this functionality to your web site to send news letters to your site members. This app has a client side where members can subscribe to your news letter and an admin side where you can monitor every thing. The administrator has a complete control panel to operate it. To See Admin's pass plz open the db and you will find it there. The Admin has following functionalities: Add Admin, Add Member(Subscribe Member)/unsubscribe/edit info etc, Send News letter to all the members in the list. The news letter can be in boht text/html forms. You can create your html basd newsletter in any application then copy paste its html code in the news text box and send. Thats it! ===============> This requires CDOnts.dlll to send the news letter using cdo messaging. gets the list from MS Access database in the db folder and sends it. Very simple to use and integrate , I hope this helps people out, dont forget to rank it 5 globes.
Very funny joke - moves "Start" button when You put Your mouse pointer on it and also can hide taskbar panel too!
This code demonstrates using CreateRemoteThread to inject a dll containing code you want to run convertly into another process. Doing this allows you to run inside another process, so you have no footprint that shows up in TaskManager=0)
The Catsight is a picture gallery system made using MS Access DB and involves file system object to manipulate files and folders. This system allows the user to create his own picture gallery and catalogues, every user has a very own dynamic administrative part to administer the catalogue/picture gallery and a file manager module allow upload, delete, edit, create folder move, download pictures/folders. The user can also send his catalogue's or create persionalized e-cards and send to people over the internet. The catalogue can be viewed at any time by any one. The system uses aspsimpleupload to upload the files and file system object for filling. Every time a new user is created an email sent automatically welcoming the user. dependancies ============ aspsmartupload.dll is to be installed cdo messaging using cdonts.dll is required scrrun32.dll for file system object
I finally made a complete game in DIrectX and I am very proud of the result! Hey, it is my first attempt!!! Ok, it is not as good as "DOOM", but it is cool - take a look at the pix and you're gonna love it too ;o) One of the cool things on the game is that all the movements and animations are time based, that means, theoretically, it will be running on any computer at the same speed, never mind how many frames per sec it will be rendering, isn't that cool ?!? To render the game I used Direct 3D doing 2D, it is not new but maybe somebody will find it usefull, take a look. There is also a little bit of Direct Sound, Direct Music and Direct Input - everything very simple, but it sure does the job. Remember, it is a Direct X application, you must have, at least, DX SDK 8.0 installed on your computer to compile it. Keep coding and have fun! L!XY
The screen shot is of the swedish version but the file that I have uploaded is in english. This application will be able to update a table for i.e. a leauge. You don´t have to upload your website several times, insted you only enter a special webpage and you will update it from the Internet. This application is made to work for soccer but you can change it little and it will work for other sports. You can see it online and working on http://www25.brinkster.com/igranit/league table/table.asp (or what page you want to enter)
This code is to display, in a simple and fast loading treeview, a database. You can have up to 10 level and the treview is loaded just once (not at each level). Each level can have a checkbox (in a form), link and many other that can be set it up in only one founction.
I started this application in order to gather somewhere all the code I receive every day from Planet Source Code (actually I gather the URL’s). There are a lot of improvements in this version, plus some bug fixes. Some of these are: importing PSC e-mails directly from the net, importing PSC e-mails from Outlook, better error handling and trace routines. Check out readme.htm for more details. The database now contains e-mails from Dec 14 1999 until Jun 19 2000. I have change (again) the database, so be careful.
This code will demonstrate opening, reading, editing, moving within, adding and deleting records within an Microsoft Access database.
This code is an artificial intelligence checkers program and is virtually impossible to beat (Runs at depth of 5 or 6 on a P2 266). This code has won 2 code of the month awards both on this website and A1VBCode.