TOOLBAR SEARCHING AND SORTING
HI. DEVELOPING A WINDOWS FORMS APPLICATION, TWO BUTTONS, ONE LOADS DATA FROM A CSV FILE INTO A DATA GRID, THE OTHER BUTTON, SAVES THE FILE, NOW HAVE A TOOL BAR, AND A BUTTON, SORT ITEMS, SO DO I THEN...
View ArticleHow do I skip a column using tab key in a datagridview
I have a entry system. If a user enter a itemcode in column1, then the description for that item is displayed in column2. So my next entry is in column3, but I have to press tab twice to get to...
View Articlec# Windows Form location sometimes ends off off screen
I am having an issue where in a small number of users, occasionally a windows form does not display on the screen at the last saved coordinates. There doesn't seem to be any pattern as to how this...
View ArticleRepresenting Data
Currently I am recording when a resource is being used and have a query to turn this into time periods.What I want to end up with is a windows form that has a fixed time period across the Y axis but...
View ArticleHow to load the CategoryName, instead of CategoryID in ListView?
I have a Listview control in a Windows Form.The listview contains 3 columns ----------------------------------------- - CategoryID - Product Description - PriceThe question is: how to load the...
View ArticleBindingSources and subclasses
I have a class that includes some public properties that are objects of subclasses as well as lists of subclasses. My form application uses textboxes and such to provide interface to the first level...
View ArticleSecond call of an SQL query throws a syntax error?
Private Sub RefreshDataSet() Dim strSQL As String = DataSet1.SelectCommand.CommandText Try DataSet1.Clear() DataAdapter1.SelectCommand.CommandText() = Trim(strSQL & " WHERE BadgeID = " &...
View ArticleGridview data's is not printing,Getting empty sheet out....
Hi everyone, I'm trying to take print out from C#(winforms) Gridview,when I give print I'm getting empty sheet out not printing data's on the paper and not getting any error too..Can anyone...
View ArticleDataGridView : ScrollBars not showing
Hi all. I have a WinForms application. It is c#, .NET 2.0. On a form, I have 3 DataGridView controls. They all have their ScrollBars property set to Both. The scroll bars for the first two grids work...
View ArticleHow to format Datagridview columns to numeric.??...
Good day.I created a unbound datagridview, has 4 columns, with one column that is called an "Amount" Column.I wanted to display the values under the Amount column to be formatted into Numeric...
View Articleodbc non attivato
non riesco ad attivare una connessione ODBC CONN UN DB ACCES UTILIZZANDO VISUAL BASIC 2010
View ArticleBind DataGridView bindingsource.removecurrent associated table row deletion
Dear experts,i am writing a simple form having DataGridView (dgvInwardEDI) and binding source.the table InwardEDI is associated to bsinward ( it is a binding source)in the validating event of...
View ArticleMultiple DataGridViewRow for a single logical entity
I have a DataGridView that I am using which is not connected to a DataSource. I will however use a DataRow in this question.I want to have multiple rows in the DataGridVew represent a single DataRow....
View ArticleCalculate DataGridView Cells value by Columns dynamically
I have a datagridview in the following shape:Name 0.5 Litre 1 Litre 1.5 LitreA 25 30 33B 20 25 28C...
View ArticleHow to load the file from form2 back to form1
I have two windows forms. Now i am trying to read the file from form2 and load it back to the main form which is form1. i will be loading it to the drivdiew. form1(main form contains) -loadbutton >...
View ArticleADO.NET TableAdapter Updating on CellValueChanged Event for a DataGridView
I have a DataGridView which includes a checkbox column for a Boolean variable in the database.When I click on this checkbox, it fires the events below.Inside the uiPersonGridView_CellValueChanged...
View Articledata grid view adding check box not able to check state
i have make window search a city name result show on data grid view and i have added the check box when i am checking the check box and other search of keyword that same row i am un checking the chek...
View Articleprocess.start("winword", filename) can not open file with space in the path...
Hi, I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.the problem: if the path or file name has space in it, even it exist,...
View ArticleAdding new column to an Access database
My application works with an Access database that contains valuable production data. I need to add a couple of new columns to one of the tables, but don't want to trash the user's data. At startup, I...
View Article