Urdu Text Editor is updated.
Updates:
1) Two Characters added
u = ئ
W = ؤ
2) Special Text Added
Ctrl + W = صلی اﷲ علیہ وسلم
See the Urdu Text Editor
Wednesday, July 9, 2008
Sunday, June 29, 2008
Custom Validation on Typed DataTable
Demonstrates how to customize the Typed DataTable of Typed DataSet to create custom Business Rule, and then how to implement this Validation on User Interface (in a Grid View or in a Detail View).
See:
Working Details:
How to add Column/Row Validation Using Typed DataTable
Beth Massi's video tutorial:
How do I: Add Validation?
Note that video contains a minor exception, but will give the idea.
Level: Intermediate
Knowledge Required:
To understand this project you should know,
- How to add Typed DataSet
- How to bind controls with Typed DataSet
- What is Partial Class
- BindingNavigator
- DataGridView
- TextBox
- Label
- Button
- ErrorProvider
- Typed DataSet
- BindingSource
- How to put Validation Rule in Typed DataTable using Partial Class
- How to Implement ErrorProvider Component
CustomValidation.zip
Labels:
.net 2.0,
Partial Class,
Typed DataSet,
Validation,
VB 2005,
VS 2005
Wednesday, June 18, 2008
Urdu Text Editor
The simple Urdu Text Editor developed on Microsoft Visual Basic 2005. Similar to WordPad for Windows.
Controls Used:
- ToolStripContainer
- MenuStrip
- ToolStripMenuItem
- ToolStrip
- ToolStripButton
- ToolStripLabel
- ToolStripComboBox
- RichTextBox
- StatusStrip
- Label
- TextBox
- Button
- LinkLabel
- PictureBox
- Unicode
Source Code: Currently NOT Available
See Working with Unicode to understand how this Project is working.
Executable:
UrduTextEditor.zip
Prerequisites:
.net Framework 2.0 (Download)
Labels:
.net 2.0,
Unicode,
Urdu Text Editor,
VB 2005,
VS 2005
Thursday, June 12, 2008
Data Entry Form (Master/Detail) With Typed DataSet
This project demonstrates how to use a Typed DataSet for Data Entry (Master/Detail).
Level: Intermediate
Knowledge Required:
To understand this project you should know,
- How to add Typed DataSet
- How to bind controls with Typed DataSet
Controls used:
- GroupBox
- TableLayoutPanel
- DataGridView
- Button
- Label
- TextBox
Things you will learn:
- How to create Master/Detail Form for Data Entry using Typed DataSet
- How to make changes (Add/Update/Delete) in Typed DataSet
- How to Cancel/Accept Changes
Note: This project does NOT interact with Physical Database.
Download:
DataEntryFormWithTypedDataSet.rar
Labels:
.net 2.0,
Data Entry,
DataGridView,
Master/Detail,
Typed DataSet,
VB 2005,
VS 2005
Subscribe to:
Posts (Atom)