No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi, did you try to split data in smaller parts (string.split method) and then merging them. The smaller data packets will fit into your cache and will make it faster to process. Just give it a try. Tony
Hi, try this.Invalidate(); or this.refresh
It is possible. You just need to declare groupBox1 as public. By default it is declared as private. I tried same code by the way.
Hi, Did you try DataGridViewInstance.Select(aRowToBeSelected) DataGridViewInstance.SelectionBackColor = Color.Blue Regards, Tony
I can only discuss concept as you did not provide any code. I think, what you are trying to do is to - transfer data between 2 forms. - form2 should know what data is selcted in form1 Almost what emmyt told is recommended for opening one from using another. …
The End.
SunnyVunny