Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 2:50
mvePete O'Hanlon10-Apr-08 2:50 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:54
Programm3r10-Apr-08 2:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 3:01
mvePete O'Hanlon10-Apr-08 3:01 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 3:12
Programm3r10-Apr-08 3:12 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 4:46
mvePete O'Hanlon10-Apr-08 4:46 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Luc Pattyn10-Apr-08 4:54
sitebuilderLuc Pattyn10-Apr-08 4:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Jesse Squire10-Apr-08 3:06
Jesse Squire10-Apr-08 3:06 
QuestionDataGridView scrolling Problem Pin
Member 464310110-Apr-08 2:03
Member 464310110-Apr-08 2:03 
The below unhandled Exception occur at application level, when 1000 records added in datatable which is bound to DatagridView and when click on scrollbar of Datagridview (The 1000 rows was added through code using while loop)


How can I handle or resolve the same.


System.ArgumentException occured
Message="InvalidArgument=Value of '5448' is not valid for 'rowIndex'."
Source="System.Windows.Forms"
StackTrace:
at System.Windows.Forms.DataGridViewRow.GetStte(Int32 rowIndex)
at System.Windows.Forms.DataGridViewRowCollection.GetRowState(Int32 rowIndex)
at System.Windows.Forms.DataGridView.ComputeHeightOfFittingTrailingScrollingRows(Int32 totalVisibleFrozenHeight)
at System.Windows.Forms.DataGridView.set_VerticalOffset(Int32 value)
at System.Windows.Forms.DataGridView.DataGridViewVScrolled(Object sender, ScrollEventArgs se)
at System.Windows.Forms.ScriollBar.OnScroll(ScrollEventArgs se)
at ....................
QuestionConverting Word .doc to image file Pin
kensai10-Apr-08 1:38
kensai10-Apr-08 1:38 
GeneralRe: Converting Word .doc to image file Pin
Christian Graus10-Apr-08 1:42
protectorChristian Graus10-Apr-08 1:42 
GeneralRe: Converting Word .doc to image file Pin
Pete O'Hanlon10-Apr-08 2:01
mvePete O'Hanlon10-Apr-08 2:01 
GeneralPassing Image data between forms Pin
hbez10-Apr-08 1:03
hbez10-Apr-08 1:03 
GeneralRe: Passing Image data between forms Pin
Pete O'Hanlon10-Apr-08 1:13
mvePete O'Hanlon10-Apr-08 1:13 
GeneralRe: Passing Image data between forms Pin
Christian Graus10-Apr-08 1:32
protectorChristian Graus10-Apr-08 1:32 
QuestionHow to form regexp for ommiting hidden folders? Pin
Yoyosch10-Apr-08 0:54
Yoyosch10-Apr-08 0:54 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Christian Graus10-Apr-08 1:33
protectorChristian Graus10-Apr-08 1:33 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Pete O'Hanlon10-Apr-08 1:42
mvePete O'Hanlon10-Apr-08 1:42 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Christian Graus10-Apr-08 1:51
protectorChristian Graus10-Apr-08 1:51 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Yoyosch10-Apr-08 2:05
Yoyosch10-Apr-08 2:05 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Pete O'Hanlon10-Apr-08 2:51
mvePete O'Hanlon10-Apr-08 2:51 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Dave Kreskowiak10-Apr-08 3:52
mveDave Kreskowiak10-Apr-08 3:52 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
mav.northwind10-Apr-08 4:49
mav.northwind10-Apr-08 4:49 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Dave Kreskowiak10-Apr-08 12:26
mveDave Kreskowiak10-Apr-08 12:26 
QuestionHow to turn off edit when exporting to excel from .rdlc Pin
Ni Na10-Apr-08 0:45
Ni Na10-Apr-08 0:45 
Generalalign Controls at Runtime Pin
greekius9-Apr-08 23:40
greekius9-Apr-08 23:40 

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.