CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15

Threaded View

  1. #1
    Join Date
    May 2015
    Posts
    537

    MFC Combobox in visual studio 2022

    Hello,

    Im using visual studio 2022 installed in my project.

    I have a combobox, which needs to display negetive floats. ( Internally it is owl combobox, TComboBox )

    Eventhough the string i add is lets say "-6" , but is displaying, "6-" .. Could experts please help with this ?

    Thanks
    Pri
    Last edited by pdk5; September 12th, 2024 at 08:54 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured