combo - implement GetComboBoxInfo

Steven Edwards steven_ed4153 at yahoo.com
Mon Mar 14 23:04:09 CST 2005


--- "Dimitrie O. Paun" <dpaun at rogers.com> wrote:
> Please use GetWindowLongW(), the combo box is fully Unicode.

OK I will hack it for him. This guy is new to C programing and I should
have caught that. He has a bunch of VB apps that he uses this function in.
 
> > +    pcbi->hwndCombo      =   hwndCombo;
> > +    pcbi->hwndList      =   lphc->hWndLBox;
> > +    pcbi->hwndItem      =   lphc->hWndEdit;
> > +    pcbi->rcItem      =   lphc->textRect;
> > +    pcbi->rcButton      =   lphc->buttonRect;
> > +    pcbi->stateButton      =   (DWORD) lphc->wState;
> 
> Fancy formatting... Bit yucky, no?

Argh. Welcome to the Visual Studio 2005 Beta1, It even fscks your formatting in all
sorta nice new ways.

Thanks
Steven




		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 



More information about the wine-devel mailing list