Click here to Skip to main content
15,886,664 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionunsure of controls to use Pin
minnie mouse5-Jan-15 11:14
minnie mouse5-Jan-15 11:14 
AnswerRe: unsure of controls to use Pin
Richard MacCutchan5-Jan-15 22:54
mveRichard MacCutchan5-Jan-15 22:54 
QuestionInternship Management System Pin
Member 112919486-Dec-14 22:37
Member 112919486-Dec-14 22:37 
Questiondatagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh12-Nov-14 11:06
Rhyde Marsh12-Nov-14 11:06 
QuestionRe: datagridviewtextboxcell error on 350 characters Pin
Richard MacCutchan12-Nov-14 21:26
mveRichard MacCutchan12-Nov-14 21:26 
AnswerRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh13-Nov-14 3:39
Rhyde Marsh13-Nov-14 3:39 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Richard MacCutchan13-Nov-14 4:26
mveRichard MacCutchan13-Nov-14 4:26 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh13-Nov-14 5:25
Rhyde Marsh13-Nov-14 5:25 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Richard MacCutchan13-Nov-14 5:38
mveRichard MacCutchan13-Nov-14 5:38 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh14-Nov-14 1:27
Rhyde Marsh14-Nov-14 1:27 
QuestionRe: datagridviewtextboxcell error on 350 characters Pin
Eddy Vluggen13-Nov-14 5:38
professionalEddy Vluggen13-Nov-14 5:38 
AnswerRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh18-Nov-14 5:36
Rhyde Marsh18-Nov-14 5:36 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Eddy Vluggen18-Nov-14 5:50
professionalEddy Vluggen18-Nov-14 5:50 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh18-Nov-14 8:33
Rhyde Marsh18-Nov-14 8:33 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Eddy Vluggen18-Nov-14 10:23
professionalEddy Vluggen18-Nov-14 10:23 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh19-Nov-14 3:11
Rhyde Marsh19-Nov-14 3:11 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Eddy Vluggen19-Nov-14 5:15
professionalEddy Vluggen19-Nov-14 5:15 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh21-Nov-14 11:19
Rhyde Marsh21-Nov-14 11:19 
no my problem was not solved, but i it seem to be on bug on microsoft side in the control


s at System.Windows.Forms.DataGridView.ComputeVisibleColumns()
at System.Windows.Forms.DataGridView.LayoutScrollBars()
at System.Windows.Forms.DataGridView.ComputeLayout()
at System.Windows.Forms.DataGridView.PerformLayoutPrivate(Boolean useRowShortcut, Boolean computeVisibleRows, Boolean invalidInAdjustFillingColumns, Boolean repositionEditingControl)
at System.Windows.Forms.DataGridView.ResetUIState(Boolean useRowShortcut, Boolean computeVisibleRows)
at System.Windows.Forms.DataGridViewRowCollection.OnCollectionChanged_PreNotification(CollectionChangeAction cca, Int32 rowIndex, Int32 rowCount, DataGridViewRow& dataGridViewRow, Boolean changeIsInsertion)
at System.Windows.Forms.DataGridViewRowCollection.OnCollectionChanged(CollectionChangeEventArgs e, Int32 rowIndex, Int32 rowCount, Boolean changeIsDeletion, Boolean changeIsInsertion, Boolean recreateNewRow, Point newCurrentCell)
at System.Windows.Forms.DataGridViewRowCollection.ClearInternal(Boolean recreateNewRow)
at System.Windows.Forms.DataGridView.RefreshRows(Boolean scrollIntoView)
at System.Windows.Forms.DataGridView.DataGridViewDataConnection.ProcessListChanged(ListChangedEventArgs e)
at System.Windows.Forms.DataGridView.DataGridViewDataConnection.currencyManager_ListChanged(Object sender, ListChangedEventArgs e)
at System.Windows.Forms.CurrencyManager.OnListChanged(ListChangedEventArgs e)
at System.Windows.Forms.CurrencyManager.List_ListChanged(Object sender, ListChangedEventArgs e)
at System.Data.DataView.OnListChanged(ListChangedEventArgs e)
at System.Data.Listeners`1.Notify[T1,T2,T3](T1 arg1, T2 arg2, T3 arg3, Action`4 action)
at System.Data.Index.OnListChanged(ListChangedEventArgs e)
at System.Data.DataTable.ResetInternalIndexes(DataColumn column)
at System.Data.DataTable.Clear(Boolean clearAll)
at MCAP.MaintenanceDataSetTableAdapters.WebsitePageDownloadTableAdapter.FillByWhereClause(WebsitePageDownloadDataTable dataTable, String whereClause) in C:\Users\mmarshall.MTMOBAY\Desktop\Mark\MCAP\DataSet\MaintenanceDataSet.Designer.vb:line 35940
at MCAP.UI.Processors.Maintenance.LoadFilteredWebsite(String filterCondition) in C:\Users\mmarshall.MTMOBAY\Desktop\Mark\MCAP\UIProcess\Maintenance.vb:line 6328



i found similar issue on microsoft site

https://social.msdn.microsoft.com/Forums/ro-RO/bdbd2524-a07a-4deb-bbd4-d937fdd691c4/systemnullreferenceexception-when-clicking-column-header?forum=winformsdatacontrols[^]
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Eddy Vluggen22-Nov-14 3:55
professionalEddy Vluggen22-Nov-14 3:55 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh24-Nov-14 2:36
Rhyde Marsh24-Nov-14 2:36 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Eddy Vluggen24-Nov-14 3:38
professionalEddy Vluggen24-Nov-14 3:38 
GeneralRe: datagridviewtextboxcell error on 350 characters Pin
Rhyde Marsh10-Dec-14 3:44
Rhyde Marsh10-Dec-14 3:44 
QuestionChart Control Legend Item Ordering Pin
Member 998046316-Oct-14 2:40
Member 998046316-Oct-14 2:40 
AnswerRe: Chart Control Legend Item Ordering Pin
jkirkerx17-Nov-14 13:38
professionaljkirkerx17-Nov-14 13:38 
Questioninfragistics numeric editor+ alllow user to input the value max Pin
srinandan..16-Sep-14 21:00
srinandan..16-Sep-14 21:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.