Results for "Category: String Manipulation"
Insert the employee information in the database and Insert update and delete the working hours, lates and absence then it calculate the staff salary and produce a daily summerry
FreeDB is a smaller database kind of project developed by using Microsoft.NET platform. FreeDB can be used as a database for any simpler application. User Manual for configuring the application is placed with the code. Please read that for setting up the FreeDB application. Note: Still the planned work is not completed for the FreeDB so the viewers of FreeDB are most welcome to see the code and modify its features as much as they can. If at any stage the user need any help or want to give any suggestion to the application then he can write mail at ak.tripathi@yahoo.com with the subject line ‘FreeDB’
A Employee Registration made For my brother He wanted to know about How to add, Update, delete, records in ADO.net so i made it for him. in this u can search dynamically whichever field u want. Plese vote if u like it.
it can be used for navigation of database record and getting print of that particular record with zoom and
Vertical & horizontal full justified text
for everyone learn .net basics,and if u have some time 4 me plz vote
This project helps the user to maintain the database of any insurance company and also can update the details of the insurance with the details of the vehical.
This program decode AIS message (ship reporting position) in NMEA format (string 6 bit Ascii). In this version decode only msg 1, 2 e 3. If you vote me I'll continue with all other message and with an automatic viewer (like from serial or ethernet port)
This program made for in my work form control truck when delivery material from one plant to others. using ms access database
Simple Calculator application
Don't expect too much from my code :(!! i'm a beginner, but I think it's a good code for a 13 years old :P!! The program converts text to morse code(it creates a file whit the converted code,that you can play by pressing the play button and selecting a file ) NOTE,then it can only convert letters , but i will upgrade it soon. PLS COMMENT
I included 2 versions, C#.NET and VB.NET. I think this is the fastest method I used in adding, editing, deleting and searching records. I used dataset before I save it in the database. I hope you find it useful. btw, I didn't add too much error handling in my codes because i'm busy right now looking for jobs. sorry guys. Honestly, I'm just going to use this in my exams.
This is a very simple code for a hotel management and its very simple and doesn't have a very hard things to understand. It's use a Access Database. You could use to have a simple understand to the database connection or so. This is the first version and my first software. It not going to be perfect and i promise soon i will give u a much better version. Thank u all. By the way i welcome your questions or comment. Amr.
Visual Basic Express 2010 This code implements an internal user account control with internal permissions. This is very useful for having functions that require different tiers of access. Creates an encrypted user database Randomized encryption tables assignable permissions Please Rate this, I have around 100 hours into this project, and I will only continue to post updates if it is rated Other useful code: MDI forms Listview controls writing your own modules writing your own functions ascii to hex conversion binary conversion .net framework for entering registry values to the registry .net framework for saving files and much much more check it out!
Hi All .. This Function Solve Problm Of Flashing During Change the Color of a Piece of String in RichTextBox .. It's Useful For CodeBoxes ..
This code allows you to move items in a list box just using the mouse. Every line commented. It is very simple. I have searched high and low for a code that JUST DOES THIS without any other jargon but couldn't find any so I made it and posted it. Please give me suggestions/comments. I have edited the code to allow multi select to be enabled due to someone asking for it.
This code will search a string for a given starting point(strFind) and a given end point(strSentinel) and return all the text in between. You can also add to the length of the start point if you don't want to include a number of unknown characters in the result
Filter a string and return numbers or characters
Conversion factors derived from 2001 ASHRAE Fundamentals Handbook (SI) page 37.2
This code is just for fun, it demostrates an interesting phenomenon and some ways to manipulate strings, and arrays. According to research at an English university, it doesn't matter in which order the letters in a word are, the only important thing is that the first and last letters are in the right place. The rest can be a total mess and you can still read it without a problem. This is because we do not read every letter by itself but the word as a whole. This works with nearly every language. IMPORTANT: A similar program was posted a little before mine, but I posted mine without knowledge of that, and without seeing any portion of the code. This program (and I'm sure the other one too) was inspired in an email that got forwarded around the world a few days ago. The main difference between my program and the other one is that this one uses a byte array and totally randomizes the order of the words, the other program merely reverses the order of the letters. Thank you.