Results for "Volume: 6_2008-2009"
It is a statistical Bar Chart.. Enter Your subjects Numbers and Look them in Bar Chart... Animated bar Chart...Please Rate it.. A sound.h file include with code must be include in the folder...
The code demonstrates the method to alter the opacity of a Window in 2000 and XP. The opacity can be from 0 - 255. Just use the code in any Win32 application and call the two functions. SetWindowLayered must be called once (when the window is created) and SetWindowOpacity can be called as and when required. I have used the code in an AppWizard generated MFC dialog based application (See attached zip file).
This article describes a simple approach to displaying object property data within a data grid view control. The example includes a test application comprised of a simple data container class and a sample application used to bind and display object data within a data grid view control. The value of the approach is to permit a developer to quickly display object data in tabular format, or to provide a convenient method for editing object data.
Active X control a button that you can move on a form at runtime (using API's releasecapture and sendMessage)
Update #4: Support Flash Video (.flv) convertion-------> Download all your favorites videos from Google And YouTube! ..Dont forget to vote =)!
This code is a simple Math game, he generates random math questions, calculates score, show records, use colors, FULL COMMENT! EVERY STEP. Good for beginners who want to learn how to make some funny console-based games.
This code is an ActiveX that let you put any icon image on the System Tray. Just select the image and the tooltip at the Properties Sheet and execute the ColocarIcono procedure. That's all. (It's a new version of a previous project published here. Spanish Version)
the use of "oledb" for database Connectivity in vb.net
Code You can use for check and (if not exist) create DSN for Access DB in ODBC.
Extracts executables or other files stored as binary data in the resource of your executable
A chat application that allows chat over the internet using IRC. NOTE: There is an updated version of this code, I strongly suggest you download that version of it, since this version is missing a component.
Allows you to chat over the internet using SocketWrench(Included). Metasquarer is gone from the list, for all of the people looking for it. I became afraid of plagarism after someone copied my other code and made some money off of it.
Captures output from dos programs and outputs them to a windows forms textbox. The dos program runs invisible. IE: ipconfig is called, and the output is displayed in a textbox on a form, not in a dos box.
A complete application for airline reservation system. Helps the use of Database connectivity
Simple Library management system.
This module enables you to manage file types programmatically (by accessing the Windows Registry). For example change Text Documents (.txt) to open with a text editor other than Notepad; Change the icon of eg. Text Documents. And a whole lot more. I hope you find this useful!
Finds out all possible combinations and permutations of any size from a set of characters which you can choose. Alternatively you can use the combinations thus derived to perform bruteforce attacks against another program or you may even add code directly to manipulate the words derived.You can make a dictionary and also there is a demo mode and also it is easier for you to set up the bruteforce attack when compared to my earlier program. Check it out.Also included is another program against which you could test the bruteforce attack. Specify two {ENTER}{ENTER} as the setup key.
Seems VB generate predefined values when use functions RND and RANDOMIZE(6.0), here is minimal improvement which generate You really reandom value...
Understanding the use for equations and being able to use alternative ways around arrays.
This program provides a lot of information about your computer. Most of the information is harvested using the .NET Framework 2.0 or the WMI classes accessible through the Framework. This version is derived from the original submission written in Visual Basic, which is also available here. Because I did not use any language features specific to either language, the Visual Basic and C# versions are quite similar. The idea for using the panels is not mine. I modified some code from a Microsoft sample.