Advertisement

1 - 10 of 44 containing alltags:("lbs") (0 seconds)
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...
Zones: Windows ProgrammingDate Answered: 01/07/1997 Grade: C Views: 4
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: ...
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...
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 ...
Zones: Windows ProgrammingDate Answered: 11/23/2004 Grade: A Views: 8
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 ...
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
Zones: Math & ScienceDate Answered: 07/29/2005 Grade: A Views: 384
I am looking for a perimeter load balancer that is scalable and reliable
Zones: Network Design & Methodology, ...Date Answered: 08/05/2008 Grade: A Views: 5
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...
Zones: Windows ProgrammingDate Answered: 04/28/1997 Grade: B Views: 0
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...
Zones: Windows ProgrammingDate Answered: 10/18/1997 Grade: C Views: 4
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,...
Zones: C++Date Answered: 10/07/1998 Grade: A Views: 0