Results for "Volume: 7_2009-2012"
Take 9 pictures of yourself looking in 9 directions and assemble them to look at the users mouse depending on its location relative to your image. My wife thinks it's funny because she asks for money and drags the mouse above and below the image a few times so that I nod "yes".
This is a Simple Control along with a Sample Application that allows the Generation of BarCodes vis Code39 Algorithm. Useful for beginners who want to know about the BarCode Algorithms as well as the usage of some of .Net's GDI+ Features...
Universal Database Admin for ASP.NET and SQL Server----------------------------------------- A dynamic web application needs an admin section for CRUD action of the database, wouldn't it be nice if we can have a universal database administration, which can be plugged to any web application, Just give your sql connection string and it generates pages for Create, Read, Update and Delete ----------------------------------------- Description This following code describes an asp.net web module which can be added /cutomized in any sql driven web application as a database administration. When i first started with an admin section of a web application, i thought why not try to make something more general a plug-n-play admin section which can be used for any SQL driven dynamic web application so here is the result of the effort. ----------------------------------------- The Target was. 1. Create a self sufficient Admin section which can be put into any SQL driven web application by changing the connectionstring for SQL server in web.config ----------------------------------------- 2. User needs to Login before doing the CRUD (create/Read/Update/Delete) operations ----------------------------------------- 3. There should be individual pages one for each operations(CRUD) which will take tablename as parameters ----------------------------------------- 4. A dataAccess class which wraps all the data access methods and returns values or records as required. Assumptions ----------------------------------------- These were the initial thoughts but to make it a general module i made some assumptions 1. Every Table has One Primary Key and It is the First Field in the Table There is atleast one AdminUser table in the SQL database which has a Permission field with value "Admin" for the users to login to the admin section for CRUD operations ----------------------------------------- The Web.config looks like this A Connectionstring and AdminTable name in the web.config <appSettings><add key="ConnectionString" value="Data Source=YourdatasrcIP;POOLING=FALSE; database=YourDatabasename;User ID=YouruserID;Password=YourPassword" /> <add key="AdminTable" value="YourAdminTableName" /> </appSettings> ----------------------------------------- MORE UPDATES AND DISCUSSION AT http://www.codeproject.com/script/articles/list_articles.asp?userid=81898 -----------------------------------------
This is a simple passowrd program that prints '*'s at the prompt. *UPDATED* Now the code allows you to use the 'backspace' key. Please leave feedback and let me know what you think.
Im using 2 algorithm --> MD5 and SHA built in system.security.Cryptography
Search all Microsoft Update Missing
The list of programs help some begineers to progamming in c... List of Programs: ----------------- LcM And HcF of two numbers. Graphics (To Generate a Hut Like Image). Generate A graph paper like image. To generate a robot image. To find minimum Value without Array Odd Numbers between user inputs(in accending or Decending order). Store Prime no in a file... Sum of the rows of a 3 X 4 matrix.. Generate a table of 7. Minimum value in an array. Store 1st 20 compound no s in an array. Sum of the Diagonals of a matrix. Find Divisible of 2 but not using modulas operator. To generate nos divisible by 2 not by 5. Generate Even nos between limit..
Hi, I'm back. I have updated my squash game so it's more powerful. Anyway, I changed something so the PC player engine is more clever so nobody can beat it. (Maybe somebody can. Though I make the program, I can't beat it.) Now you can control your pad with your mouse. Enjoy!
Select item in listbox on mousemove; Drag an item to different position; Most source from MSDN , two lines from yours truly.
This control is just like the default textbox control except that it provides the additional properties that restrict the user to enter all types of text. You can restrict the user to enter only numeric characters, alphabets or alpha numeric characters. Yu can also enable/disable space character. Plus you can also specify a custom format, so that user only fills in that specified format. Read the attached ReadMe.txt for details.
FireStarter is a app to set your START button on fire. If you simply hate the start button then try animating it with this short and very simple code. Please send comments ans sugesstion. CODE BY - NILESH P KURHADE EMAIL - bluenile5@hotmail.com
Easy-to-use template for creating a non-rectangular form. So simple, even Homer Simpson could use it (if he had a computer).
this artical demonstrates how to make a drop down menu for navigation and what not, but unlike other posts this one will automatically lineup the dropdown menu with your horizontal navigation bar even if the margines are changed or the table is centered I looked for this code all over the place but could not find what i was looking for so i sat down with my javascript reference book and figured it out. Good Luck
There is a NEWER VERSION of this application. The name is "Mathematical parser ver2", search it on this site or on my home page. Evaluates expressions with common symbols and mathematical functions. You can use trigonometric functions as well as the common operators like +, -, *, /... For examples on the syntax you can look at the picture. It looks terrible, I know... Within some time there will be another version, with other features as well as with other functions. Please, report me bugs (I think there are many mistakes), critics, comments...hi all.
Generates html forms dynamically from xml description files
Visual B Cutter is developed by Bongani Hlope and tested , modified , remmended by me .. i think i deserves to be rated !! compile and see!!
DOTNET Languages - Good Coding Practices
Here complete application for Add Combobox in your Datagrid and save all records which you entered in upper DataGrid Control. I m using Northwind Database and Region Table and Territories Table. Please Vote.
have you ever wanted a hot key setup on your system to perform a specific function? Such as Ctrl-Alt-X will launch your mail client? This form demonstrates how register and unregister a Global hot key on your system. In this case, after starting the app, minimize the window and then type Ctrl-Shift-X and it should pop up a message box.
This program that I wrote for my personal use demonstrates how to work with TreeView, ListView, Combo Box, and Textbox controls with data from Access database.