Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #151189
Awesome 3D Buttons! No OCX's

This is great! A 3D button with no OCX's or API's. Every thing 3D on your forms is just an illusion. Well, this one is a great illusion. Anyone can do it. Just look at the code and you will see how to use it. One button is fixed, the other one you can resize and move. Uses a regular command button and some lines. I hope you enjoy and can use this code. Please leave me some comments on what you think. Any way to make it better with out making it into an OCX. And if you already know how to do something like this, great! I don't need to hear from you with how badly it was done. Just let it go. Anyway, the rest of you, enjoy the code!

4_2005-2006 #151361
a INI file manipulation project. VERY easy to use!

Might not be very fitting for complexe ini manipulation, but this is the simplest and easy to use code i've found. Great for the newbie i am myself. It's not my code, and i don't know who it comes from, but i thought i'd share it. Included is a VERY easy to understand sample project ! Cheers, and enjoy :)

4_2005-2006 #162500
Vb.Net Scripting Engine

A Scripting Net Engine, Written in Vb.Net Script Engine lets you, code very easily, and fast a Script based Application. Without 3rd Party dlls Call Functions, Subs, Add Objects, same like Script Control was in Vb6 Must See.

4_2005-2006 #151362
all kinds of cool ways of using the shell command

These different ways of using the shell command will let you : Launch files without knowing the associated program(doc,bmp,zip,etc), copy files and complete directories, run dos commands, launch a browser, launch an email client with almost all fields prefilled(including body!) and loads of stuff you might think of.

4_2005-2006 #152590
BIRCBot v0.1 - IRC Bot for NET

This project was made as there were no real good examples on how to create a IRC Bot in VB.NET and thus I wanted to create a full scale bot, that not only would have a lot of functionality, but which also would be easy for others to expand later on. The project gives you a good way of making your own IRC Bot for your applications, and houses quite a few of event handlers which gives you practically all the information you would need.

4_2005-2006 #151382
Jumper - The Ultimate in REAL Fireworks.

The purpose of this application is to simulate fireworks in a realistic manner using gravity and direction vectors. It can be used as an EXE or a Screensaver. Single click to expode your own firework, double click to quit. The code is not very clear, as it was a quick test. I may comment it and resubit if people require explanation. Andre Powell.

4_2005-2006 #151363
another cheap way of doing FTP Transfers

Actuall this is probably the CHEAPEST ftp client in the world :) Dont get me wrong, i did this for joking around, and it's definately NOT the way to do it, but it might give some ideas for doin some other stuff. Actually this prog uses the ftp.exe that ships with win98 an NT and feeds it command line parameters and reads results out of a file. It can PUT,GET files, and list files in distant directories, check it out and laugh your a** of :)

4_2005-2006 #151366
Puke Invaders: Second Mission

The worst game in the world is back! Puke Invaders: Second Mission features new, faster and stronger enemies, a new power-up, and a whole new mission to play (you need to complete the first one before you can access the second mission).

4_2005-2006 #151367
OptiDraw

'OptiDraw' is actually a pretty descent drawing program. It's not as good as Microsoft's Paint, but I like to think it comes pretty close. You can load, save and print images, draw free-hand, draw lines, circles, rectacles, filled rectacles, and more. There are also some tools and filters. I integrated Sneechy's 'Instant Art' program and some other stuff from Planet Source Code, if I used your code, e-mail me at [email protected] and I will give you credit.

4_2005-2006 #171120
ADO.net Programming Style

ADO.net Programming article which focus on both how to write efficient code and how to represent the information which take advantage of layered design of .net framework. Articles describes how you can write code efficiently and improve performance of application and avoids errors due to poor coding style. Advantages of Article and DemoCode are : i) Opening of connection for a short time and Closing it as soon as database task is completed, it thus help in improving performance of application. ii) Better usage of Error-Handling, to make sure that connection is closed even if the exception occurs. iii) Follow Stateless design, taking all needed information as parameter and return all the data through return value. It helps in load balancing and it would be easy while implementing web-service. iv) Storing connection string in app.config file allow us to made a single change, to change a connection string. It helps in connection pooling.

4_2005-2006 #151149
Launch any file!

With this little function you can LAUNCH ANY TYPE OF FILE that windows reconizes. This means that you can open any type of file that windows has the application for it. For example: You can run a file named "movie.rm" (RealPlayer fomat), but if you don't have Real Player installed, the function just won't do anything! No bugs at all!

4_2005-2006 #151383
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

4_2005-2006 #164292
AjaxRating

AJAX RATING SYSTEM ----------------------------------------------- ASP.NET web module along with some chunks of Javascripts and ...Ajax to create a Rating System. ----------------------------------------------- This can be added /customized for any table to add a rating/score module. I was quite amazed, when i first saw the capability of rating multiple items at amazon website without refreshing the page. ----------------------------------------------- The target was to create a cross browser rating/score system like amazon or better: ----------------------------------------------- Rating: User should be able to Rate a record (1-5) ----------------------------------------------- Accuracy: Number of votes and total score should be accurate and saved and should not be lost in calculations ----------------------------------------------- Real time: Rate/score should be displayed after rating instantly ----------------------------------------------- Reusable: It should be easily plugged into any table for reusability ----------------------------------------------- Avoiding multiple ratings: Basic mechanism to avoid multiple ratings by the same user ----------------------------------------------- Best approach: Compare the pros and cons for both Amazon and Ajax approach ----------------------------------------------- Security: Few words ----------------------------------------------- More discussion can be found on http://www.codeproject.com/useritems/RatingDemystifiedAjaxWay.asp ----------------------------------------------- ONINE DEMO http://interviewinfo.net/rating/photo.aspx -----------------------------------------------

4_2005-2006 #166767
How to use DataTables better - Main functions and methods of DataTables explained

This demo explains the useful functions of DataTables that help you lot while developing applications. This demo explains how to use a DataTable in various ways.. Like.. - How to initialize a DataTable - How to insert records into databases using a DataTable - How to fetch selected set of rows from a DataTable - Empty the contents of a DataTable - Clear the current structure of the DataTable - Copy rows from one DataTable to another - Use a DataTable's structure to create another - Managing changes done to a DataTable - Updating the changes made in the DataTable to the database - Make calculations on the rows of a DataTable and get results - Ways to add rows to a DataTable - Find whether the primary key column of a DataTable contains a specific value - ..etc

4_2005-2006 #151375
Expression Evaluator (that is - STRING CALCULATOR)

Ever wanted to have a program, that will calculate the value of a given expression? (like you give it "2*3^sin(2)+23/(2*Abs(-8.5)" and it returns the value). Well HERE IT IS - My 'EVALUATOR' class. You may search all over, noone will give you such source (at least I didn't find). :) ('Eat MY code...':) ---Also, read the README.TXT File in the Zip. Thanx!

4_2005-2006 #165994
J2ME / Console Tic Tac Toe

PSC doesnt have a category for J2ME uploads but i put it here anyway. This example shows how the same game engine can be used in 2 separate visual interface. Compile the files. Run the ConsoleTTT using normal JDK, run the MobileTTT version using the KToolbar in J2ME.

4_2005-2006 #166008
ActivSocket Socket Component for Winsock, TCP/IP and client/server communication

Client/server communication, automated telnet sessions, wake on lan, winsock communications using this easy to use component

4_2005-2006 #170406
EAR Utility to Compare two EAR files

The latest version of this application is available in http://www.aotsinc.com/products/archive-analyzer/download.htm

4_2005-2006 #171130
Railway Reservation

It is an application for reserving the train tickets for local as well as national trains. It is completely developed in C languace without using graphics.But through VDU basics we acheived the colours in it.

4_2005-2006 #150540
Address Book Update

Heres the update to my Address Book Example that pulls it information from an Access Database. I finally added the search and delete functions because I got tired of getting email from people asking me to write the update. :) Sorry it took so long but I've been busy opening up my office... Email any questions you have or comments to [email protected]

Languages
Top Categories
Global Discovery