I have been attempting to insert five strings into a combo box, to no avail. Not only do the strings not display, but my DBWin app reports "err DLG_LBOX 02AF:B39F: Invalid string pointer: 0000:000...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10000452.html
Hi there,
I came across a useful class on CodeProject that takes CComboBox and makes a new class that automatically changes the width of the drop down to fit the widest string in the ComboBox:
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20639946.htm...
Zones:
Windows MFCDate Answered: 06/06/2003 Grade: A Views: 0
I've used an API call to SendMessage using the LB_FINDSTRINGEXACT or CB_FINDSTRING to search a listbox or combo box. It there a corresponding ability to search the itemdata field instead of the li...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20786506....
Zones:
VB ControlsDate Answered: 11/04/2003 Grade: B Views: 0
In windows programming, there are ListBox (or ComboBox) control messages that are 'LB_SETITEMDATA' & 'LB_GETITEMDATA'.
These messages should be very useful while adding and retrieving the strings ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_21204113.html
Can anyone show me how to get the contents of a listbox from another application?
I have been tooled to use SendMessage and the following message types.
LB_GETCOUNT
LB_GETTEXT
LB_GETTEXTLEN
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21473073.html
Zones:
C#Date Answered: 06/28/2005 Grade: A Views: 0
Hello All,
If 1lb of apple cost $1.37, how much does it cost in 1Kg?
Thanks,
AtlGT
http://www.experts-exchange.com/Miscellaneous/Math_Science/Q_21490767.html
I am looking for a perimeter load balancer that is scalable and reliable
http://www.experts-exchange.com/Networking/Network_Management/Network_Design_and_Methodolo...
I want to handle all keystrokes while a TLISTBOX from
the Pascal-OWL (WIN3.11) has the focus myself.
I tried already wm_char, wm_keydown,
lbs_wantkeyboardinput, wm_vkeytoitem and so on, but
I got a...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10009184.html
I'm programming in C for Win 3.x with the SDK.
I can set column tabstops within a lisbox (using LB_SETTABSTOPS) and the list comes out nicely formatted when adding tabbed strings to it.
But, I ca...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10021812.html
Why does the listbox freeze when i use LBS_SORT in SetWindowLong()?
case IDC_BUTTON15:
if(HIWORD(wp)==BN_CLICKED)
{
/* LONG SetWindowLong(
HWND hWnd, // handle of window
int nIndex,...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10086649.html
Zones:
C++Date Answered: 10/07/1998 Grade: A Views: 0