Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: Looping through multiple textboxes to retrive data using a variable Pin
Muhammad Mazhar7-Aug-09 7:11
Muhammad Mazhar7-Aug-09 7:11 
AnswerRe: Looping through multiple textboxes to retrive data using a variable Pin
Ennis Ray Lynch, Jr.7-Aug-09 7:14
Ennis Ray Lynch, Jr.7-Aug-09 7:14 
AnswerRe: Looping through multiple textboxes to retrive data using a variable Pin
Luc Pattyn7-Aug-09 7:23
sitebuilderLuc Pattyn7-Aug-09 7:23 
QuestionHow can I manage then number of applications instances running at the same time over a network? Pin
_awatts7-Aug-09 6:33
_awatts7-Aug-09 6:33 
AnswerRe: How can I manage then number of applications instances running at the same time over a network? Pin
Ennis Ray Lynch, Jr.7-Aug-09 6:46
Ennis Ray Lynch, Jr.7-Aug-09 6:46 
Questionproblem when to actualize the controls of a form Pin
Harry6667-Aug-09 4:52
Harry6667-Aug-09 4:52 
AnswerRe: problem when to actualize the controls of a form Pin
Henry Minute7-Aug-09 16:02
Henry Minute7-Aug-09 16:02 
GeneralRe: problem when to actualize the controls of a form Pin
Harry6668-Aug-09 0:46
Harry6668-Aug-09 0:46 
Thanks, but unfortunately it was not helpful.
It doesn't matter if I call ActualizeView() out of TabControl_IndexChanged() or out of MyList_Load().
I see the debugger running into that code. I also see it run over the lines, that look like
this.myList.dgView.Rows[index].DefaultCellStyle.ForeColor = Color.Red;

But after the method terminates the contents are there, but every line is drawn black.
OMG | :OMG: Confused | :confused:
btw: This problem disappears when I draw myList again after the tabControl changed for the first time. But I want to fix it without having to draw again.

Greets
Harry

no plan,
no signature

GeneralRe: problem when to actualize the controls of a form Pin
Harry6668-Aug-09 1:11
Harry6668-Aug-09 1:11 
QuestionProblem when convert 50MB string values to Stream... Pin
spalanivel7-Aug-09 1:57
spalanivel7-Aug-09 1:57 
AnswerRe: Problem when convert 50MB string values to Stream... Pin
Keith Barrow7-Aug-09 2:30
professionalKeith Barrow7-Aug-09 2:30 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
spalanivel7-Aug-09 2:46
spalanivel7-Aug-09 2:46 
GeneralTry this Pin
Ennis Ray Lynch, Jr.7-Aug-09 4:30
Ennis Ray Lynch, Jr.7-Aug-09 4:30 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
harold aptroot7-Aug-09 5:23
harold aptroot7-Aug-09 5:23 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
Ennis Ray Lynch, Jr.7-Aug-09 6:44
Ennis Ray Lynch, Jr.7-Aug-09 6:44 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
harold aptroot7-Aug-09 6:59
harold aptroot7-Aug-09 6:59 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
Ennis Ray Lynch, Jr.7-Aug-09 7:10
Ennis Ray Lynch, Jr.7-Aug-09 7:10 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
harold aptroot7-Aug-09 7:26
harold aptroot7-Aug-09 7:26 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
Ennis Ray Lynch, Jr.7-Aug-09 7:40
Ennis Ray Lynch, Jr.7-Aug-09 7:40 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
harold aptroot7-Aug-09 8:10
harold aptroot7-Aug-09 8:10 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
Ennis Ray Lynch, Jr.7-Aug-09 8:23
Ennis Ray Lynch, Jr.7-Aug-09 8:23 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
harold aptroot7-Aug-09 8:42
harold aptroot7-Aug-09 8:42 
GeneralRe: Problem when convert 50MB string values to Stream... [modified] Pin
harold aptroot7-Aug-09 8:50
harold aptroot7-Aug-09 8:50 
GeneralRe: Problem when convert 50MB string values to Stream... Pin
Alaric_7-Aug-09 8:06
professionalAlaric_7-Aug-09 8:06 
AnswerRe: Problem when convert 50MB string values to Stream... Pin
Not Active7-Aug-09 2:54
mentorNot Active7-Aug-09 2:54 

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.