Conform with Standards using Microsoft FXCop, A Code Analysis Tool for .NET
- Read more about Conform with Standards using Microsoft FXCop, A Code Analysis Tool for .NET
- Log in or register to post comments
- 63 views
I feel it would be necessary to create a tutorial on how I program the ComboBox in DataGridView.
In this tutorial I will teach you on how to display related record based on the selection value from a ComboBox.
The example displays a student’s subject in a DataGridView after a SelectedIndexChanged event of a ComboBox.
This tutorial assumes that you already know how to add a DataSet in your project.
The following are important steps in order to understand how I made this simple program.
1. Bind a ComboBox
[inline:ComboBox_Data_Binding.jpg=Bind a ComboBox]
2. Add a query in the Course Table under DataSet designer
In this tutorial I will teach you on how to create report using Data Report in Visual Basic 6.0. The source code contain here is based on my previous submission called Simple Example of Connecting Database Using Data Environment except that I added a Data Report in this tutorial.
Today I want to share with you what I have discovered in setting a text or value in databound textbox in Visual Basic .NET. I almost spend a day figuring out how to do this.
Sometimes you need to replace newline (i.e. \r\n) with space. While I am trying to do this in my website I wonder why str_replace function doesn’t work.
Example:
I think it’s time again to teach you on the features that can be found on my program like Hotel Reservation System (VB.NET).
A while ago I received a comment on how to pass value from one form to another form. Although I have already done this in almost all of my program but I know that some of you miss the opportunity to analyze it due to the complexity of the program.