Results for "Volume: ASP_Volume3"
Getting bored of the Windows ComboBox ??? Have scenarios in which you want to show multiple columns[Virtually Unlimited !!!] in the DropDown. Want the Columns to have Headers to specify their meanings ??? Want the user to dynamically switch the Look and feel of the Control and the Columns to de displayed ??? Then this control is for you. It's written in C# from scratch by extending the Windows ComboBox. I Started this project when I was in need of displaying extra information to the user without spending extra number of controls. This ComboBox is inspired from MTG's Flat MultiColumn comboBox[url to code included in the Inspirations Design Time Menu Command]. Please give your 2 minutes to vote it. I know your time is very very precious but think of my hours of Effort to make this control. I had taken very sharp eye to make it as much Object Oriented as possible. The coding conventions are consistent throughout the project plus the comments and the updates are also mentioned in uniform way. You will find a lot from this project other than the Control itself. Please Vote!
Sends the 'Magic Packet' to Remote Computer that supports WOL. This submission is because i was looking for a good WOL example on PSC and did not find any but one that was not using third-party apps to perform functions. This is a conversion of a C# snippet found on the net (see source code for Credits). --Written using VB.NET 2005 Please let me know if there are any improvements that should be made. Thanks ---------update------------------ added validation for Mac Address, minor gui tweaks and code restructuring.
Hello Coders. This is my next application i developed this for my personal knowledge in how to make a registration system. This program helps beginner like me in C# to know for the following 1. Looping sequence 2. Basic SQL Statement 3. Connection to Database 4. Optimized Codes 5. Organized Program 6. Graphical User Interface (GUI) 7. and etc. You can make things happened by means of interest. MABUHAY TAYONG LAHAT. MABUHAY ANG MGA PINOY.
Introduction At the time of this writing, the standard Windows Forms .NET TreeView control doesn't support the concept of databinding like the ASP.NET TreeView control. So, we are left writing our own solutions. This solution provides a standardized way to use databinding with the Windows Forms .NET TreeView control. This functionality will enable you to quickly develop user-friendly ways to create and view complex data information. It includes the Databinding as well as the following Design Patterns: Facade, Proxy, Singleton. It also includes custom 'Rule' classes to give the developer at design time the ability to derive primary key and foreign key data points. This is essential to adjusting the underlying Dataset when changes to the TreeView occur. Updates are also performed on a Asynchronous separate thread. The last item I'd like to mention is that this class does support two table DataSets, a Primary key table and a Foreign key table. Requirements The following were the initial requirements: Databind a DataSet to the TreeView and save results back to a Microsoft Access database. Design the solution to make it easy to reuse the class in different solutions. Encapsulate as much of the binding logic inside the custom solution and hide it from the UI developers. UI developers should have to write next to nothing for code to keep the TreeView in sync with the DataSet underneath it. Provide a sample for deleting nodes in the TreeView (via right click context menu) and have that deletion automatically reflected in the DataSet. Provide a sample for editing nodes in the TreeView (via right click context menu) and have the .Text property change automatically reflected in the DataSet. Provide a sample for inserting nodes in the TreeView (via right click context menu) and have the new node automatically reflected in the DataSet. Support drag and drop of TreeNode branches within the same TreeView and have the relationships automatically reflected in the DataSet. If the following columns are in the DataTable: Checked, ForeColor, BackColor, ImageIndex, or SelectedImageIndex, incorporate the following node properties when the TreeNode is created. If the any of these columns are missing, simply implement the default value for the TreeNode. Support drag and drop of TreeNode branches across multiple TreeView controls and have the relationships automatically reflected in the target DataSet as well as the source DataSet. Provide a sample for accepting and rejecting changes made to the same TreeView control giving the user the ability to undo their changes. Automatically commit changes to the source and target DataSet when a TreeNode branch is dropped on the target TreeView.
Update 4.15.2006 There was a project missing from the Solution. I am very sorry about that. I have uploaded the zip again. Windows Services Manager is a tool to make all areas of windows service management easier by: *Simplifies the installation and uninstallation process *Provides ability to access and control windows services running on remote machines *Overcomes many of the shortcomings of the ServiceController class by tapping into WMI resources All source code is provided and there is a well documented manual I created to assist you in both getting up and running as well as taking full advantage of all of the features. *Make sure to review the first section of the Installation Instructions and Overview.txt document. I hope you will enjoy using this as much as I did creating it! And as always, if you feel this is star worthy then please vote!
Semi-automate a series of application installations with the Setup Wizard! I built this project because I am constantly setting up virtual machines and beta releases and have to install applications for testing purposes. This program would be most useful if you were burning a CD or DVD. Once you click the "Install" button, the process begins and the Setup Wizard minimizes to the system tray. It is possible to cancel or exit the process from the context menu of the icon. But any installations in progress will have to complete first. The programs runs the installs using the BackgroundWorker component so that the tray icon context menu remains responsive and you have control over the install. Any comments or bug reports will be appreciated. I hope someone, besides myself, will find this useful. (This revision modifies the code to conform with current Microsoft guidelines.) Herbert Swearengen
This code will allow you to Ping a server based on ipaddress or hostname. You can also cross-reference ip to hostname or vice-versa. Makes use of the wsock32 and Icmp dlls. Calls gethostbyname, gethostbyaddr and IcmpSendEcho functions.Please Vote!
This is the stack link list data structure it have the structure of stack it have the function of add, remove, print, and search.
What do you do when Aliens invade our Earth???? Simple. You destroy them with your fighter plane. Play "MarsAttacks" and destroy all the invading aliens. (If you think the code is good, then please vote for it.)In case you are unable to compile the code, download the .exe from www.geocities.com/riteshtonk/MarsAttacks.zip
Earlier on I submitted some code to Enable / Disable the Close button an a form. Back by popular demand, this code module allows you to do the same to the Minimise or Maximise (Queen's English!) buttons on the form. Here's the code module in a VERY Mickey-Mouse Demo App.
Ever make a really killer program and want people to register it, but you cant figure out a way how to create codes for every name? Well, this is the solution. Very good security for your programs. This will generate a code from a name you type in. It is very simple to use and to figure out! Works great and there are many diffrent ways to modify it to be even more secure. If you want more security, add on to it yourself
This code allows you to manage your contacts (msn, friends, family, etc). It connects to a MySQL database to store all. With a little modifications i think you can make this powerful, stills, it works fine! I made this only to have an agenda to be able to find contacts by phone, mobile, msn, name, last name, sex, and others, (when you have a new contact in msn and you dont remember who he/she is) and many others. All i need... yet. The database is created if it not exists, also the table. Well, i plan to add a backup option to store all in an xml file, also an export-import functions. Suggestions are welcome, if you found something arcaic or prehistoric, i need better coding practices!, so be nice with your comments! I hope this helps you. Inside the file, you will find another zip file, wich contains the code to the ConexionMySQL.DLL, and inside that zip file is another with the MySQL's connector. </br> PLEASE VOTE ME, at least a 1 !!! of course, higher scores will be more nice, i uploaded this to help all of you, so, if it helps at least a little vote me. THANKS
Dentist Appointment system, booking an appointment for patient. this appication will let you book for a free days and times appointment available and more. this is a great way to show what Calender object can do within application.
Hello Again! Here is my second submission to PSC, and its a complete Software Protection System, to protect the software you've worked on so hard to develop, from illegal copying or un-authorised use. In the core of the system is the SoftwareLock Class, which needs to be compiled by a VB.NET compiler as a DLL, that done you can use it in any .NET languages to provide protection for your software. I've also included a sample project (SoftwareLockDemo) which demonstrates how to implement the various properties and methods SoftwareLock exposes. The third project included in this package is the Softwarelock Key-genarator application, which you can use to generate Serial Keys for your customers. How does SoftwareLock work??? ... Well, you basically supply a codename (AppName property), and a password for your application, SoftwareLock combines these strings along with your customer's hard disk serial number and using complicated encryption algorithms from System.Security.Cryptography namespace, it generates a customer reference for the customer, you have to display this reference to your customer, the customer then has to contact you and quote the Reference he/she's been given. Using the reference provided, AppName, Password, and a Hash Algorithm you specified the SoftwareLok Key-generator generates a unique Serial Key, which you have to give to your customer to unlock his/her software. Thus, by supplying your custom appname and password, you protect your software from other SoftwareLock users. By using your customer's unique Hard disk serial, you protect your software from un-authorised copying and make it unique to the machine it was initially registered on! Please note that SoftwareLock uses a logical disk drive's serial number supplied by the operating system when the disk was formatted, NOT the manufacturer's serial number! So if your customer has to format his drive for some reason, you will have to generate a new serial key based on the new hdd serial number, or your program won't run. while developing SoftwareLock I first tried to let it use the Manufacturer's HDD serial no, using System.Management, and WMI Queries. But later i realized that the the method i was using only worked on WinXP and Win2000 operating systems. I haven't yet figured out an API approach to the problem. If you know anything, please share it with me!!! Thank You.
this codes compresses any files of your choice to a designated target folder using Winzipr..
For beginner database programmers.
This application is used to change the volume and set the mute status of Windows Master Volume Control. Start the app by moving your mouse over the tray icon. The application pops up. No clicks are needed to change the volume. Just move the mouse over the desired volume level and move the mouse away. To change the program settings right click anywhere on the program. There is also a class which you can use to get and set the main volume and mute level of windows. This class is from somewhere on the net. I adjusted it to handle mute get the maximum volume. I really hope you like it. UPDATE: Now includes comments on the main app. Installer at http://user.web.com.na/michael/
Class to create Text on a path, the result can returned as bitmap or as svg xml
A guide to Java Script
some win32 code affination for windows ce 3.0 around some original windows tapi dll code calls. Use it for free!