Pelles C forum

C language => Windows questions => Topic started by: halsten on November 27, 2008, 11:50:48 AM

Title: ComboBox BUG
Post by: halsten on November 27, 2008, 11:50:48 AM
Hello,

I am developing an application where I want to use the ComboBox. I put the ComboBox in the form and compile fine. However, when I try to run the application crashes. Although, I haven't added any code yet. Any ideas why this happens?

Regards,
halsten
Title: Re: ComboBox BUG
Post by: JohnF on November 27, 2008, 04:47:21 PM
Post the project so that someone can take a look.

John
Title: Re: ComboBox BUG
Post by: halsten on November 27, 2008, 08:11:03 PM
I found out that if I resized the ComboBox to fit one entry list, it won't crash, otherwise it will crash.