Author |
Message |
![Top of page](../../icons/mark_top.gif) ![Previous message](../../icons/mark_up.gif) ![Next message](../../icons/mark_down.gif) ![Link to this message](../../icons/tree_m.gif)
Nks
Pilla Bewarse Username: Nks
Post Number: 40 Registered: 08-2004 Posted From: 207.15.10.225
| Posted on Friday, October 21, 2005 - 2:02 pm: | ![Edit Post](../../icons/tree_s.gif) ![Delete Post](../../icons/delmsg.gif) ![View Post/Check IP](../../icons/checkip.gif) |
thanks vision mama try chesi choostham |
![Top of page](../../icons/mark_top.gif) ![Previous message](../../icons/mark_up.gif) ![Next message](../../icons/mark_down.gif) ![Link to this message](../../icons/tree_m.gif)
Vision
Bewarse Username: Vision
Post Number: 1904 Registered: 06-2005 Posted From: 192.63.80.98
| Posted on Friday, October 21, 2005 - 1:57 pm: | ![Edit Post](../../icons/tree_s.gif) ![Delete Post](../../icons/delmsg.gif) ![View Post/Check IP](../../icons/checkip.gif) |
Mama try to use TABSTOPS. |
![Top of page](../../icons/mark_top.gif) ![Previous message](../../icons/mark_up.gif) ![Next message](../../icons/mark_down.gif) ![Link to this message](../../icons/tree_m.gif)
Vision
Bewarse Username: Vision
Post Number: 1903 Registered: 06-2005 Posted From: 192.63.80.98
| Posted on Friday, October 21, 2005 - 1:56 pm: | ![Edit Post](../../icons/tree_s.gif) ![Delete Post](../../icons/delmsg.gif) ![View Post/Check IP](../../icons/checkip.gif) |
iddi choodu >Does here have anyone can help me to write a Multicolumn Combobox in >VC5 without use MFC.. You can use tabstops. Below is a code snippet. ID_TEMPLATE_LIST is a combo box. It comes from the Start Wizard shareware on the web site. Put tabs into the text strings and you get columns. The reason for many tabstops close together is this: if the first string is a bit too long, the second cloumn just goes to the right a little bit, to the next tab, instead of being in the next column. In this example there are only 2 columns. int TabSetting[7] = {80,85,90,95,100,105,110}; switch ( uMsg ) { case WM_INITDIALOG: SendDlgItemMessage(hDlg, ID_TEMPLATE_LIST, LB_RESETCONTENT, 0, 0L ); SendDlgItemMessage(hDlg, ID_TEMPLATE_LIST, LB_SETTABSTOPS, 7, (LPARAM)(int far *)TabSetting ); |
![Top of page](../../icons/mark_top.gif) ![Previous message](../../icons/mark_up.gif) ![Next message](../../icons/mark_down.gif) ![Link to this message](../../icons/tree_m.gif)
Nks
Pilla Bewarse Username: Nks
Post Number: 39 Registered: 08-2004 Posted From: 207.15.10.225
| Posted on Friday, October 21, 2005 - 1:55 pm: | ![Edit Post](../../icons/tree_s.gif) ![Delete Post](../../icons/delmsg.gif) ![View Post/Check IP](../../icons/checkip.gif) |
codeguru lo MFC dhi dorikindha mama, atl dhi ledhu |
![Top of page](../../icons/mark_top.gif) ![Previous message](../../icons/mark_up.gif) ![Next message](../../icons/mark_down.gif) ![Link to this message](../../icons/tree_m.gif)
Vision
Bewarse Username: Vision
Post Number: 1902 Registered: 06-2005 Posted From: 192.63.80.98
| Posted on Friday, October 21, 2005 - 1:53 pm: | ![Edit Post](../../icons/tree_s.gif) ![Delete Post](../../icons/delmsg.gif) ![View Post/Check IP](../../icons/checkip.gif) |
mama try for some third party controls. CODEGURU lo unnayi konni. vatini try cheyyi manu. |
![Top of page](../../icons/mark_top.gif) ![Previous message](../../icons/mark_up.gif) ![Next message](../../icons/mark_down.gif) ![Link to this message](../../icons/tree_m.gif)
Nks
Pilla Bewarse Username: Nks
Post Number: 38 Registered: 08-2004 Posted From: 207.15.10.225
| Posted on Friday, October 21, 2005 - 1:44 pm: | ![Edit Post](../../icons/tree_s.gif) ![Delete Post](../../icons/delmsg.gif) ![View Post/Check IP](../../icons/checkip.gif) |
annalu, ATL lo multi column combo box implement cheyataniki code vunte links isthara. naaku C++ emi raadhu maa office lo maa fren try chesthunadu kaani ravatam ledhu... google lo search chesthe MFC lo vundhi but ATL lo kavali owner draw use chesi. maa team lead (thellodu) kuda code kosam vethukuthunadu vaadiki dorakaledhu. links emanna vunte kastha help cheyandi annalu thanks |
|
|