Results for "Volume: 7_2009-2012"
Creates a pie from al directories and there disk usage Use left mouse button to go in a directory Use right mouse button to go up a directory
This is a Window Example in C++. It is identical to a Window in Windows Operating System. This is Very Easy to Use in C++ Graphics. This is written with the Standard C++ Function libraries. And the Great Thing is Reusable to any of your Program in C++. ie., it is Global. * The Window Size is to be Modified in my Next Version.
This is a slide puzzle game done totally in C# .Net. The idea of the game is to load any image file and then cut the image into square tiles in accordance with the selected dimensions (Available options: 3X3, 4X4 and 5X5). The user then shuffles the tiles, after doing so the last tile of the picture is erased to give space to a blank tile so that the tiles can be moved and rearranged to the initial arrangement. If the user arranges the tiles correctly he/she will be “CONGRATULATED” and the last tile will be replaced back. The user can use either Keyboard arrow keys or the mouse to move the tiles after shuffling. I hope you will enjoy the game !! :))
This code shows how to use the AddEvent Handler to effectively add controls to a windows form at runtime and handle the controls events. This is the best and easiest way to do this.
This is a slide puzzle game done totally in Visual Basic .Net. The idea of the game is to load any image file and then cut the image into square tiles in accordance with the selected dimensions (Available options: 3 x 3, 4 x 4 and 5 x 5). The user then shuffles the tiles, after doing so the last tile of the picture is erased to give space to a blank tile so that the tiles can be moved and rearranged to the initial arrangement. If the user arranges the tiles correctly he/she will be “CONGRATULATED” and the last tile will be replaced back. The user can use either Keyboard arrow keys or the mouse to move the tiles after shuffling process is done. Actually I already submitted a similar program written totally in C# . Net, a friend of mine asked me if I could do the same program in Visual Basic .Net, so I did and here it is. I hope you will enjoy the game !! :)
The following code is a Visual Basic function that returns a specific "token" (section/substring of data) from a delimited string list. The function accepts the index of the desired token and also the delimiter as specified by the programmer.
This is a Program to Explain how to Bring the Same Window that we can see in Window. Normally People will try to bring the Window in VC++ in Windows mode. But this is a Different One. This Window Appears in DOS. This will typically Depict a Wndow in Windows. Its very easy and it uses only the Basic Functions in the Graphics.h Header File in C++. Also a Progress Bar and Command Button is also Given for Reference. You may Include the Command Button and Progress Bar anywhere in your Program that uses Graphics. Mainly it can be used to attract users in DOS with the GUI type of Environment. I've neatly Documented this Program. If you have any doubt Please Contact me at lvramanan@yahoo.com. Please Vote me If you like this Code.
Using the CopyFileEx Win32 API in C#. Try my CopyEx library and please give feedback. Choose a file as a source and copy it to another place. You will have the current transfert rate in Ko/s and percentage of the file done. Very easy to use. You could implement Cancel, Stop and Continue or Thread priority options...
This article is meant to be a step by step guide to give its reader a gist of .Net Remoting. I've tried to search good tutorials, but it was rather hard to find one that could work on my PC! So here's my first shot at a .Net Remoting tutorial in VB.net. It shouldn't be hard to get it running, if you'd follow this few steps.
the code is a collection of 4 games in c++ graphics. the games are : 1 tic tac toe 2 chessboard 3 kaun banega crorepati (indian game show) 4 snakes and ladders complete program is in c++ any suggesstions or comments are welcome please vote if u like it and contact if any query os advice -suneet
If you have Outlook 98 you can send email using VB! Use this code for the basis of creating mailing programs!
If you're just wondering how to use MySQL with VS.NET or are having problems, give this a try.
Read large text files faster. Reads lines in text files about 30% faster then the TextStream class. Skips much faster.
It's the most advanced alarm clock i've seen in PSC, try it and if u like it, don't forget to vote for me :)
Processes transactions like an ATM machine. When complete it produces an out file with updates made on the account.
This is a VB.NET wrapper class for the shell32.dll SHFileOperation function. What makes this function special is it incorporates its own copy, move and delete animated dialog boxes. The FileDelete function can place the deleted file(s) in the recycle bin if you include the ALLOWUNDO flag. If you are copying a file, the animated dialog will only be displayed if the copy time exceeds approximately 10 seconds.
This is a small article for the Beginner VB.Net programmer, specially migrated VB programmers. To show how to Implements Control array (Indexed Controls) in VB.Net . With sample and compression between VB and VB.Net. I hope you find this article useful. Your feedback should be valuables to enhance my further article/tutorials. Thanks for your time.
I like to watch movie while working, so it keeps me in mood.. I use WMP9 but when I place it in the taskbar it covers property dialog box, so I thought why not Video Player in VS.NET which stays in VS.NET so I can watch movies while I am coding.. so in my free time I created a small add-in for vs.net 2003. I created this add-in just in few mins.. and got really hurry in posting on pscode so its a little buggy.. I will work on it more and I will make it smooth and free form bugs.. this requires.. VSUserControlHost dll in order to make this add-in work, I have also included its source code in this submission.. Microsoft planned to ship VSUserControlHost dll with the final release but didnt shipped it.. dont no why maybe they forget to.. anyways check it out.. and tell me how it is.. and also vote for it.
This code demonstrate how you could send email mail using form and PHP. Also added some server-side validation.Compatibility is for PHP 4.2.0++ A simple remodification of source code from http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=953&lngWId=8 I just think that it could be better.
This article is for people who are interested in how PHP deals with uploaded files and databases. It walks through the steps of creating a database-driven picture repository, and includes the code to set you on the correct track. It starts out with how PHP deals with forms, then progresses to files, it deals with PHP's interaction with MySQL, and finally ends putting it all together to build a simple picture repository. The tutorial is 11 pages and is in PDF format.