PaulSquires / WinFBE

FreeBASIC Editor and Visual Designer for Windows
https://www.planetsquires.com
GNU General Public License v3.0
152 stars 39 forks source link

Problem with ListView #36

Closed WillyAguilera1977 closed 2 years ago

WillyAguilera1977 commented 2 years ago

I have a problem with the Listview. It doesn't display the string in the item correctly. It shows a 'w' (wello), instead of showing hello. It also shows the headers without Visual Styles. I show you an image of the program. What can be done? How do I fix it.

listview

Waiting for your answer, I greet you sincerely

PaulSquires commented 2 years ago

Hi, this type of technical support is best dealt with via the planetsquires support forum. Please register on the forum at https://www.planetsquires.com/protect/forum/index.php

I would need to see the code for your form and/or project. The visual styles are not showing because most likely you have not added a resource file to your form/project that references a valid manifest.xml file that enables visual themes. If you start your visual designer project by using WinFBE's "Project" functionality then the resource file and manifest file are added automatically.

The text issue in your Listview is probably related to not using unicode strings.

Once again, this is better dealt with via the planetsquires support forum where you can post your code and get more complete answers.