|
Re: Textbox on non-active tabcontrol page: msg#00343windows.devel.dotnet.winforms
Thanks to your ideas, I think I have a decent workaround to my problem: instead of if (tb.Text=="") I use: Binding binding = tb.DataBindings["Text"]; string member = binding.BindingMemberInfo.BindingMember; if (dataRow[member] == DBNull.Value) This way I can still access the control (set an errorprovider etc., even though for some reason I'm not able to accurately access its properties. I'll take a look at Genghis as well... Thanks again! Bar |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | User v Custom Controls: 00343, Richard Heintze |
|---|---|
| Next by Date: | Re: Textbox on non-active tabcontrol page: 00343, Price, Derek |
| Previous by Thread: | Re: Textbox on non-active tabcontrol pagei: 00343, Graeme Foster |
| Next by Thread: | Passing multi-dimensional array from VB6 to .NET component: 00343, Jason Beal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |