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

C#

 
GeneralRe: Need to parse GUID Pin
PIEBALDconsult7-Aug-09 8:28
mvePIEBALDconsult7-Aug-09 8:28 
QuestionLooping through multiple textboxes to retrive data using a variable Pin
msg551217-Aug-09 6:59
msg551217-Aug-09 6:59 
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 
Hello there,

I've got a typical Form called Form1 with some UserControls including a DataGridView (called dgView) inside a TabControl.
The dgViews are databound to datatables which for themselves can alter their values.
The dgViews always and to every time should show the content of these datatables. So I wrote the methods ActualizeView1() and ActualizeView2() which puts the rows inside the dgViews into different colors. I call these methods each time these lines have to be redrawn.

I don't know which funktion does this or why but I know that after c'tor Form1() did its job view1_Load(...) is called before Form1_Load(...)
view2_Load(...) is only called when I click on the tabPage2 so the contents inside are to be drawn.
So I called ActualizeView1() out of view1_Load(...) and ActualizeView2() out of view2_Load(...)
The problem still is: When I click on the tabPage2, the contents inside view2 do not have the color that they should. Every row in the dgViews must have a color (NOT black), but they are ALL black - like I only would have bound the datatables but not given them colors. WTF | :WTF:
When I ActualizeView2() again the colors are correct.

So the question is: When do I have to call my method ActualizeView() in order to get the proper colors? Or is there s.th. that puts the rows back in black from view2_Load(...) or from elsewhere?

Thanks in advance
Harry

no plan,
no signature

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 
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 

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.