Calling ATL C++ gurus   Independent houses near kukatpally | Apartments in Pragathi Nagar | AndhraVaani.com | Log Out | Topics | Search
Register | Edit Profile

Bewarse TalkArchivesCine Talk - Reviews, Gossips, Insider Info etc.Archive through October 25, 2005 � Calling ATL C++ gurus Previous Next

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

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 PostDelete PostView Post/Check IP

thanks vision mama try chesi choostham
Top of pagePrevious messageNext messageBottom of page Link to this message

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 PostDelete PostView Post/Check IP

Mama try to use TABSTOPS.
Top of pagePrevious messageNext messageBottom of page Link to this message

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 PostDelete PostView Post/Check IP

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 pagePrevious messageNext messageBottom of page Link to this message

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 PostDelete PostView Post/Check IP

codeguru lo MFC dhi dorikindha mama, atl dhi ledhu
Top of pagePrevious messageNext messageBottom of page Link to this message

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 PostDelete PostView Post/Check IP

mama try for some third party controls. CODEGURU lo unnayi konni. vatini try cheyyi manu.
Top of pagePrevious messageNext messageBottom of page Link to this message

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 PostDelete PostView Post/Check IP

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