Click here to Skip to main content
15,884,629 members

Comments by Ralf Meier (Top 200 by date)

Ralf Meier yesterday View    
Have you ever checked with the Debugger if :
- GetSesionData is really called ?
- data is not Null ?
- what is data.Errorcode ?
- what is data.Chargerstate ?

Suspending the Layout isn't necessary - I suppose that one of those listed things is your problem ...
Ralf Meier 9-Apr-24 3:05am View    
Without seeing what your Debugger "says" I suppose that the assignment to the Eventhandler isn't realized at the right point.
I suggest that you don't do it manually and assign it with the Designer - so it will be established with the Form call.
Why have you coded it inside the TopliNapitciButton_Click-method ?
Ralf Meier 31-Mar-24 17:33pm View    
+5
Ralf Meier 21-Feb-24 5:39am View    
perhaps you show us the relevant code ...
Is your Textbox on one of the TabPages or outside the TabControl ?
Ralf Meier 15-Feb-24 3:40am View    
Have you realized that this question is nearly 12 years old ?
I suppose that the OP has allready a Solution ...
If you want to answer questions then please take those which are actuell ...