Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #218632
API Demo V2

This code is an update of an ealier post(Now deleted). I have added LOADS more stuff to the code. Including :- Add Bitmaps to submenu's, mouse and cursor stuff(Trap, Hide, Move, Get co-ordinates), Keyboard stuff. I have also added loads more comments to the code and included more mudules to make using the code in other Apps easier.

7_2009-2012 #227843
Remote File Editor v1.01

I'm sorry, this entry is no longer available. Please go to http://www.FileExplorer.com for more info

7_2009-2012 #219091
Screen Manager

Many people have built projects to capture desktop screen. Many functions have been called, BitBlt, GetDesktopWindow, GetDC, even keybd_event, to execute this process. There is one thing you should know about screen capturing in Windows. Windows itself provides function to capture the screen! Actually, you do not need to build a project for it. Just press PrintScreen, and the captured screen will be stored in clipboard. Run mspaint (or any other graphic applications), and then paste. The screen is now stored as bitmap. Pressing Alt+PrintScreen will capture activewindow. I found this by myself. What you should do is just managing the clipboard, so when user press printscreen, it automatically saves the clipboard to a file. This simple project will manage your clipboard and automatically saves the bitmap as file. Run this app, minimize it, and then you can capture the screen freely.

7_2009-2012 #221465
Calculate Angles from the coords of three points

This code is useful in games where you need to calculate an angle quickly. Using three points it gives you the angle, in degrees, of the vertex.

7_2009-2012 #239351
Windows FTP Client (Revised)

The purpose of this application is to create a fully functional Visual Studio 2008 Visual Basic .NET FTP client application that includes download drag-and-drop capability between the local and remote systems. The application uses a significant amount of code from The Code Project’s February 10, 2010 Visual C# .NET article “A Windows FTP Application” by Pathachiever which I converted to Visual Basic .NET using All4DotNEt’s C# to VB converted. External libraries External Libraries: 1. An FTP client library for .NET 2.0 (FTPLibrary.dll) A FTP client library obtained from The Code Project’s March 20, 2006 article “An FTP client library for .NET 2.0” by Howard Richards) that was modified by Pathachiever for his application. 2. Enhanced BrowseForFolder styled TreeView A enhanced TreeView obtained from the Code Project’s March 7, 2004 article “Enhanced BrowserForFolder Styled TreeView” by Chris Richner. Raccoom.TreeViewFolderBrowser.DataProviders.dll Raccoom.TreeViewFolderBrowser.dll 3. Windows API Code Pack for Microsoft .NET Framework Database This application uses a Microsoft SQL Server 2005 database (WindowsFTPClient) to store and retrieve FTP site connection information. The table name for the database is dbo.Profiles. The table layout is included in the Winzip file for the application.

7_2009-2012 #228505
Convert Date Masehi to Hijrah

Convert Date Masehi to Hijrah

7_2009-2012 #219084
A+ Screen Zoom

Zooms in on the screen wherever the mouse is positioned. Could be easily modified to also do screen captures. Has a grid to show each pixel placement. Great for API beginners. Shows the use of API Blt functions, init file functions and much more. Code is well commented.

7_2009-2012 #234830
Subform

This example demonstrates how to create subform in Internet Explorer like in MS Access. It works in same principles as a database.

7_2009-2012 #221478
Display Current Mouse Pointer Image

This code displays a picture of the current mouse pointer in a PictureBox control. This could be useful for doing screen captures that include the mouse pointer.

7_2009-2012 #234880
KeyIC ConneX

An ActiveX DLL that allows secure, real-time payment processing. Supports Sale, Auth, Credit, Refund, Recurring Transactions, and ACH (Checking account) transactions. Comes with examples in Access and ASP and full documentation. Communicates with SSL and supports "Order Integrity", a proprietary MD5 based encryption. 30-day live demo after which the free activator is required which is obtainable from www.keyic.com. Requires a KeyIC Digital Payment Processing Account for live transactions.

7_2009-2012 #226044
Import request variables

PHP offers a feature called Autoglobals and the importrequestvariables function. ASP doesn't. This article shows how we can do a simular thing, and address variables directly without having to do a lot of bulk and useless work.

7_2009-2012 #228777
[ASP XML] Stock-Quote lookup

The page contains a Quote object, wich will lookup quotes from finance.yahoo.com, using WinHttp.WinHttpRequest.5 object if the response is successfull it will load the responsetext to array wich will be converted to a Quote object and then added to a scripting.dictionary. The page is assembled from the XML of the Quote.Xml variable and the index.xsl file.

7_2009-2012 #221151
A Credit Card Validator - NEW!!

To Check a Credit Card number for TYPE and VALIDITY *** PLEASE RATE ***

7_2009-2012 #239343
DataGridView Pagination/ Paging

I made this simple Paging/pagination for those coders who uses datagridview control...

7_2009-2012 #219369
DeskLight

Ok this is a small little program I made to sit at the end of the deskbar You can do many things like Hide desktop icons change desktop Picture and more

7_2009-2012 #233607
Chatter-Box v2.5

Shaspy on Roids! But I changed so much (and I thought of a better name ;) so now it is called Chatter-Box! What is it you ask? This is an ASP version of all those Shout Out boxes that you see on web sites. The problem is that they are all coded in Perl or CGI, so I made this! It's the thing on the right on the home page. Now it's even better! With an administration menu to control EVERYTHING, click to add smilies, defined links, better sex appeal, attitude and music options, and more! I also made it so all you need to do is insert 2 lines of code on your page to get it up and running! You can't ask for anything more! Please leave feedback and rate it...I would also like to hear from you if you use it so I can see my work being put to a good use! :) Thanx! ::UPDATE:: v2.5 now allows Admin Edit/Delete of user comments, cookies store users name for ease of use, and some minor bug fixes!

7_2009-2012 #237083
virtualb

this code is my first try in c its asimple game wher you purchase sites with atarget to occupy as many sites as possible its very use ful to give beginners an idea of various graphic fns as i devloped it for this purpose

7_2009-2012 #233366
Link 'A HREF' with different colored underline

change underline color of ANCHOR HREF link.

7_2009-2012 #221036
Win2k progressbar

A cool progressbar, just like the one in Windows 2000 at startup...

7_2009-2012 #218779
Recieve POP3 email without using mswinsck.ocx using pure Windows API's

Recieve POP3 email without using mswinsck.ocx using pure Windows API's Hai friends.. Its me again...few days ago i had submitted a code on how to send SMTP email without using winsock.ocx and just pure windows API calls......I got lots of comments on that and some of you requested a similar POP( Post Office Protocol ) email reciever.....Here is an untested version of POP email reciever.....I have done test with my own mail server and machine but not on the internet.....You guys should do that part.....I will soon update the code if it contains any errors....but for now this is it.........Also all you have to do is to include popmail.bas and winsock.bas to your project and just call the popconnect, getmail functions which i have written....The small bug in my earlier program has been debugged and the thing is working fine...Do send in your comments and bug reports at [email protected] do vote for me..... Bye for now Joseph

Languages
Top Categories
Global Discovery