Click here to Skip to main content
15,908,931 members

Comments by ibrahim maher (Top 11 by date)

ibrahim maher 10-May-18 3:36am View    
Thanks for reply
answer the three questions :
1- yes the treeview deeply nested
2- yes
3-no
note : I Have use a dataSet object to relate between parent and child to fill the tree by using Account Code Field like :

dsTemp.Relations.Add("TempRepation", dtTemp.Columns[fldMainCode], dtTemp.Columns[fldSubCode])

and so I can't fill tree by Name Field
ibrahim maher 9-May-18 8:01am View    
thank for reply

I want to sort(ascending order) child nodes after expand any Parent node because i want to sort all tree without root level

note : when the tree build-ed by data table (SQL String) I used an order by Code filed and so the tree appear now sorted by Code not by name but now i want to showing it sorted by name after expand any level (expand Event)

best regrades
ibrahim maher 6-Nov-17 1:31am View    
thank you
I want a method can read and modify the text property for all controls or Objects in Form and I will Complete any other work

note : I am Visual basic 6 Developer with SQLServer database since 1998

best regards
ibrahim maher 5-Nov-17 7:52am View    
thank for u effort
and i wait to show me the method
ibrahim maher 5-Nov-17 2:22am View    
thank u

1- winforms

2- I have a SQLServer database Named Application_Caption already exist includes table named chartofcaption include data to all control in application forms like this :

MainCode parentcode ControlNameToUser ControlNameInForm
1 NULL Financial App NULL
11 1 Invoice NULL
111 11 Forms NULL
1111 111 Main Form frmMain
11111 1111 Code Form navAppCode
11112 1111 Basic Data navBasicDataContract
11113 1111 app setting navRepareDeduction



and i want to handle the text property for all control in the form to be able update it by previous data table

best regards