Results for "Category: Complete Applications"
easy code,keylloger all characteres.umm see it
The screen shot is of the swedish version but the file that I have uploaded is in english. This application will be able to update a table for i.e. a leauge. You don´t have to upload your website several times, insted you only enter a special webpage and you will update it from the Internet. This application is made to work for soccer but you can change it little and it will work for other sports. You can see it online and working on http://www25.brinkster.com/igranit/league table/table.asp (or what page you want to enter)
I found no suitable code, which can give me the idea of online quiz so I made one for the self and to share. This code shows you the use of Microsoft Enterprise Library and also shows various ways you can play with the UI. I have kept the code very basic so everyone can use it in a very easy way. Code Zip File contains SQL Script and DB Backup as well for ready use. PLEASE VOTE FOR ME
A project to parse text and insert into the database, with contextual links.
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!
Title: Appointments v1.0 Description: This is simply a calendar you can use, improve, and tailor to fit your particular uses. Its main feature is its ability to use xml as the data store. Store upcoming dates and appointments with it. Delete and view appointments. Some credit goes to Pedro Gonçalves and his article at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=37874&lngWId=1 I used some example code and a few others that were useful to me. Enjoy.
A few Windows Console APIs could make your C++ programs cool:)
This is a tiny smart utility to send or to bring files among your computer and your provider. See it in action: http://www.industriavirtual.com.br/codedemo/easyftp/index.htm If you find it useful, please vote!
The Family Planet is a stand-alone web site that allows users to create "planets" (which are groups) in which to share contact information, pictures, and a simple calendar. I have tried to make it very simplistic so that both young and old will be able to use it, with a fairly basic layout and design as well as help information on every page. I found that some of the commercial servers that did this were either a little too limiting or a little too complicated for all of the members of my family to use. I thought it would be fun to create a site that I could host on my own server that would have a layout and feel exactly like I wanted. I have seen similar code to this out there on the web so I thought I would offer up my efforts as well to add to the "free code knowledge base" that is already out there. ------------------------------------------------------------------------------------------------------------ Please go to http://familyplanetinfo.no-ip.com to download the file upload utility - I cannot include it on the PSC zip file (PSC is protecting against viruses). ------------------------------------------------------------------------------------ There is a demo site at http://familyplanetdemo.no-ip.com. PLEASE do not place any inappropriate material on the demo site, although feel free to poke around to get a good feel for what the Family Planet can do. The installation/setup is probably not worth going through if this isn't something that you are interested in setting up for yourself. ---------------------------------------------------------------------------- This site was created in Dreamweaver MX & mySql and is run on Win2K w/IIS. Enjoy! Jeff
Version 2.0.8 Maintenance Update: Adressed an exception issue when a user tried to select the same API item more than once. The DotNET API Viewer 2.0.7 for VB.NET and C# is similar to the VB6 API Viewer, but on steroids. The stand-alone DotNET API Viewer application, written in VB, makes pasting new API declarations into your VB and C# .NET applications a breeze. * You can dynamically declare constants and Enumerators as Integer in the selected local copy of a constant or enumerator. This allows the user to keep program speed optimal by not slowing down for object (variant) conversions. Although constants can be of types other than Integer, the .NET interop API interface uses only Integer values for its constants. * You can create new Constants right within the viewer. Assigned values are expected to be numeric, as was required by the VB6 API interface, but the values can be declared as hexadecimal, octal, or binary. You can also apply + or - offsets. Constants are created as all-capitals. No complex checks are performed on the value. It simply assumes that you know what you are doing, because such checks can involve complex offsets and naming of other constants. The viewer will also check to ensure that the newly entered constant does not already exist. * You can create new API method Declarations right within the viewer and add them to your API list. * You can create Overloaded Declarations of methods right within the Viewer and add them to your API list. * You can create new Structures and Enumerations right within the viewer and add them to your API list. * You can Delete entries from the API list. * You can edit Declared Subroutine and Function parameter lists, and apply these changes to new subroutine or function names. The built-in Declaration Editor makes such changes a breeze with just a few clicks of the mouse. * It automatic checks for new parameter dependencies. If an added declaration or user-defined type requires another user-defined type not included in the selection list, you can view the requested types in a dialog and select them or reject them for inclusion in your selection list. This can make resolving declaration headaches such as with the complicated AccessCheck Function, which requires the additional inclusion of the GENERIC_MAPPING, PRIVILAGE_SET, and SECURITY_DESCRIPTOR types. These additional types in turn require the ACL and LUID_AND_ATTRIBUTES types. These newer types in turn also require the LUID type. The New API Viewer makes farming these additional types a breeze with a few quick clicks of the mouse. * Additions created within the New API Viewer can be optionally saved for later re-used in the API data file. New entries are appended to the API file with a date- and time-stamp marker. * Plus many more features. This utility also demonstrates easy form subclassing to support flicker-free form resizing, it demonstrates adding icons to a ComboBox, it demonstrates on-the-fly conversion of code to and from DotNET (VB.NET or C#) and VB6, it demonstrates centering message boxes over forms, it demonstrates adding file lists to menus, it demonstrates acquiring ListBox entries simply by moving the mouse pointer over them, it demonstrates customized tooltips, it demonstrates checking for an active internet connection, it demonstrates searching for data on specific websites, it demonstrates how to determine if a dynamic array has been dimensioned, it demonstrates issuing user-defined system sounds, it demonstrates multiple tooltip formats, it demonstrates how to add the old VB6 APP command, it demonstrates super fast searches in ListBoxes and ComboBoxes, it demonstrates custom search dialogs, and it contains its own tutorial file in HTML format.
This Application demonstrates the concept of following topics: Windows Form, Windows XP Visual Style, Menu Item Enable/Disable Dynamically, tool: OpenFileDialog, SaveFileDialog, PageSetupDialog, PrintDialog, PrintPreviewDialog, FontDialog, etc; for the functions of opening a file, saving a file, page setup, printing the document, print preview of the document font selection, how to Windows Registry etc. This Application also support different text editor functionalities; Cut, Copy, Paste, Delete, Find, Find Next, Replace, GoTo Line, Select All, Time/Date. Word Wrap functionality and Status Bar with panels to get line and column numbers. This Notepad application have almost same functionality as Microsoft Notepad have. This is my first C# application which i have written in C#.So this code may not be as efficient and managed as it can. As I am new in C# and Article writing as well. Please post me comments on any mistakes committed during this presentation and ignore any grammatical/spelling mistakes as I am not to be blamed for that.
This is actually intended for making all alumni relations for your colleges, schools, institutes. The main aim of bringing about this project was to get your friends, associates & colleagues closer... ... ..
This program is written in Vb.Net and the Dll used is get from net. It uses both screenlock and Advanced Windows Keyboard Hooking in combination to provide a effective screen lock. This will be very helpfull for you when, you are getting away for tea break,or in short interval. And also it is highly compatible with Win (9x/NT/2000/XP). P.S: You can download the DLL file needed to run this program here.. http://intelviper.tripod.com/scrlock.zip
A message forum system, allows accounts to be created, change user status to moderator, create/edit/delete forums, moderator only forums. Add/edit/delete posts. Delete/lock topics. View the top 10 posters. This code will work from any directory on your webserver, no DNS to change. Sorry about the lack of code comments! If you wish to test it, use the username: admin and the password admin
This application uses the System.Speech namespace in .NET Framework 4.0 to systhesize speech from text input. It will use any installed voice on your computer and will also use SSML (Speech Synthesis Markup Language) if the voice supports it.
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
I've been going through my collection of VB6 code downloaded from PSC. Since I'm coding exclusively in Visual Basic 2005 now, I was able to immediately cull out a lot of code. I don't need users controls to provide the "XP Look," for instance. And other code just duplicates functions built into the .NET Framework. After that I was left will quite a few programs that looked interesting. I've done about 20 of these conversion so far, but none that I spent as much time on as this one. These conversions can take a long time, so you should carefully examine the VB6 code first. If you haven't downloaded the NEW version of the Visual Basic Code Advisor from Microsoft, do yourself a favor and do so. It's much better than the old one. You can also set what your target development environment will be. It's also useful for cleaning up code that you intend to leave in VB6. You should also look at the code you intend to convert. If you don't see "Option Explicit" or "Dim" statements, the code is probably full of variants and is probably not worth fooling with. If you see any undocumented statements like "VarPtr," forget it. If the code is messy and all the variable names are like "Text1" and "Command1," you should take the time to give all the controls and variables meaningful names. And you should format the code. Fix everything you can while in VB6! This particular project had some bad formatting, default contol names, and a few strange programming practices like storing integers as strings in hidden text boxes and then converting them back for use! It also had a user control that provided meters or vertical bars for memory usage. I looked at it and decided I would have to come up with another solution because the user control used the "Shape" control which does not exist in VB.NET. I just replaced the "meters" with picture boxes as placeholders and decided I would come up with a solution. Also the project used the API call GlobalMemoryStatus, which is obsolete because it will not deal with RAM or Page Files larger than 4 GB. I also decided to replace that after the conversion. I came up with what I think is a novel replacement for the "meters." I used several panels per "meter," a little arithmetic, and a timer control. Maybe you might find this idea useful.
This program can scan folder or drives for a variety of reasons. By scanning, it possible to spot security problems in the NTFS file structure. Of course, total number of files and folders and their attributes can be returned. But the most useful function this utility serves is to identify those paths that are not compatible with CD/DVD recording. (This update cleans up code and fixes bugs.)
This project is basically a simple text editor. What makes it unique and a useful learning tool is that it supports 13 languages and 19 cultures. I started this project using Visual Studio .NET 2003, but put it aside be of the difficultly of access data on one form from another. This is no longer a problem with Visual Basic 2005. I’ve also been able to improve the looks of the program by using the new menus and toolstrip toolbars. The method I chose is not the only one available for globalization, but it seemed easier to understand and the resource files could be edited within the IDE. A disadvantage of this approach is that a folder is created in your installation folder for each language and culture. I can’t take credit for all the code. The find-replace dialog and printing code are largely based on old Microsoft samples converted to VB 2005. You will notice also that all of the common dialogs are in English. On a localized version of Windows, they would appear in the correct language. The program also defaults to the language installed on the computer.
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 a major upgrade from the original submission. A lot of code has been cleaned up and most existing panels have been enhanced in some way. There are 4 new panels: Installed Programs, Services, Startup Programs, and Users. This project is also available in C# and because I did not use any language features specific to Visual Basic in this version, they are quite similar. The idea for using the panels is not mine. I modified some code from a Microsoft sample. This update has been converted for VS2008 and includes some additional features including support for 64-bit versions of Windows.