Results for "Volume: ASP_Volume3"
This is the first program i made on Visual c++. Im a newb at c++ so be nice on me. Please leave comments and vote if you like it.
This is just another worm game. But it uses bitmaps, with a beginner concept of double buffering, also something about sorting elements in arrays. The game has a Configuration window (you can choose world size and game level), and a Hall of Fame window (shows top 10 hi-scores). Code is clean and well commented.
This helps the user to test the connectivity of his database with the Java applications using user defined drivers and connection parameters.
This function will retrieve the version number, product name, original program name (like if you right click on the EXE file and select properties, then select Version tab, it shows you all that information) etc
4 browsers in 1, show all 4 or show just 1 I still need to auto-adjust the panels to the form-size
Create separate running threads in Visual Basic 6 without having to use the CreateThread API call ,which can be unstable to say the least! IMPROVED VERSION!
Please DO NOT FORGET TO VOTE....CSV File Parser is a code to parse csv to get a word by word out put it does not use StringTokenizer but uses split function to parse it may be useful in parsing address books which may be imported in csv format. The second method is a text file reader which converts a text file to string.
The purpose of this code is to create a easy-to-use framework to be used when creating GPS enabled applications. The functionality presented here is the result of reading upon the articles publiced on PSC some time ago, and the program gives you enough functionality to start learning how to work with the NMEA GPS signals.
This is just a demo for dBASE files. It will open any number of dBASE files and there is one function which can be used to get data from any of those .dbf files.
This version two has improved code to detect the separator format and automatically eliminates null values. It can resolve the word1,word2 OR "word1","word2" . PLS DONT FORGET TO VOTE. You may modify the code as you wish.
A simple project which can serve as a good example for use of crystal reports,DAO and dynamic control arrey.
A toolset that allows you to focus on the actual game code instead of the DirectX code. Includes a sample program to demonstrate the use of the toolset.
To help a RAC coder find out about the newest bid, the minute it appears on the site.
It just pops down a bar when you put the mouse at the top of the screen. it then detrects whether the mouse is still on the form, if it is not it hides the little bar.
I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.
I just found a neat little feature in VB.Net. So many time a programmer copies code from one form to the next, did you know that you can copy a single line of code without highlighting the whole line.
This a Command Line Interface version of the Blackjack game. Pretty primitive, but just as good. It's dedicated to my C++ lecturer, Ms Sarojini =)
This is an example project on how to create a web server. I looked on this site and haven't seen any, so i decided to make one. I commented everythign as much as i could. Let me know what you think about it :) This code has been updated. I removed the pause of .4 seconds and moved the code to sckWS_SendComplete. I want to thank Ron for letting me know that it would slow it down. :) Please post any suggestions/improvments or just your thoughts on it. :) 'v .2a fixed: some loading problems 'v .3a fixed: fixed the $ip linking problem, everything works now. :) ' also fixed: i made the project compatible with vb5 by removing the replace ' function. ' Creating a link to another page ' To link to another page, link to 'http://$ip/page_name.html' 'The webserver will replace $ip with your ip. The webserver also 'supports files in other directories in the html dir. You could link 'to test.html in the directory 'links' by linking to: ' http://$ip/links/test.html ' ' PLEASE REPORT ANY BUGS! ' pat - [email protected] Please visit my webpage @ http://momar.net/pat :)
the calendar swing utilities package is a package with some date selection panels and dialogs for input masks
Note: To log-in to the application use the following credentials username: "jdoe" password: "welcome" Technologies and Design Approaches Demonstrated: ADO.NET using Microsoft Access database Integration between .NET Framework-based code and COM applications (COM interop) The interop assemblies are avaialable from Microsoft as a free download: http://support.microsoft.com/kb/897646/en-us?spid=2529&sid=global Microsoft Visual Studio 2005 What is the TeamVision Solution? TeamVision is a simple task management application built using the Windows Forms classes of the Microsoft® .NET Framework—an integral Windows® component that supports building and running the next generation of applications. TeamVision allows authenticated users to view, modify, and add projects and tasks that are shared with other users. It may be used in any number of scenarios, from bug tracking to managing work orders or customer service requests. Its primary purpose is to provide quality, sample source code to developers interested in building data-centric applications with ADO.NET using the .NET Framework.