Software-OK
≡... News | ... Home | ... FAQ | Impressum | Contact | Listed at | Thank you |

  
HOME ► Faq ► FAQ - Windows-CPP-und-C ► ««« »»»

Listview set thumbnails size!


You can quickly set the size of the thumbnails in the list view, and there are no restrictions on the size!




 

HIMAGELIST CreateNewImageList(HWND m_hWnd, int cx, int cy)
{

UINT uFlags = ILC_COLOR32 | ILC_MASK;
int cImages = 1; // number of images
HIMAGELIST m_hImageList = :: ImageList_Create (cx, cy, uFlags, 0, 1);
::SendMessage (m_hWnd, LVM_SETIMAGELIST, 1, (LPARAM) m_hImageList);


return m_hImageList;
}


 

(Image-1) Listview set thumbnails size!
Listview set thumbnails size!

-
▲ Back to the top ▲




FAQ 8: Updated on: 16 April 2020 08:33 Windows
Windows-CPP-und-C

ShellExecuteEx function, search in LPCITEMIDLIST!


The solution is very easy to start with the ShellExecuteEx function, search for File in in  LPCITEMIDLIST BOOL SearchCmdLPCITEMIDLIST LPCITEMIDLIST item,
Windows-CPP-und-C

Reserve virtual memory C++, Windows?


The solution is very simple if you want to reserve virtual memory with C++ under Windows  Contents: 1. The program command to reserve virtual memory
Windows-CPP-und-C

What is the difference between float and double?


There are significant differences between float and double, although both are floating point numbers The float value is a 32-bit number with floating point
Windows-CPP-und-C

Difference between IExtractImage2 and IExtractImage?


You want to implement IExtractImage or IExtractImage2 and register it as a Windows Shell extension Simply implement IExtractImage2, this is required to
Windows-CPP-und-C

How can I query whether my x86 application is currently running on x64?


IsWow64Process query under x64 MS OS whether the exe works in WOW64 mode typedef BOOL WINAPI * LPFN_ISWOW64PROCESS HANDLE, PBOOL; LPFN_ISWOW64PROCESS
Windows-CPP-und-C

How can I query whether a path is a folder or directory?


Querying whether a path is a folder or directory is quite simple in C ++  BOOL IsThePathFolderLPCTSTR pfad { ifpfadreturn FALSE; DWORD dwAttr = GetFileAttributespfad;

»»

  My question is not there in the FAQ
Asked questions on this answer:
Keywords: windows, listview, thumbnails, size, quickly, list, view, there, restrictions, himagelist, createnewimagelist, hwnd, Questions, Answers, Software




    

  + Freeware
  + Order on the PC
  + File management
  + Automation
  + Office Tools
  + PC testing tools
  + Decoration and fun
  + Desktop-Clocks

  + SoftwareOK Pages
  + Micro Staff
  + Freeware-1
  + Freeware-2
  + Freeware-3
  + FAQ
  + Downloads

  + Top
  + Desktop-OK
  + The Quad Explorer
  + Don't Sleep
  + Win-Scan-2-PDF
  + Quick-Text-Past
  + Print Folder Tree
  + Find Same Images
  + Experience-Index-OK
  + Font-View-OK


  + Freeware
  + KeepMouseSpeedOK
  + NonCompressibleFiles
  + 4ur-Windows-8-Mouse-Balls
  + 12-Ants
  + Q-Dir
  + DirPrintOK
  + FontViewOK
  + MeinPlatz
  + DesktopOK
  + PAD-s


Home | Thanks | Contact | Link me | FAQ | Windows 2021 | Windows 10 | English-AV | Impressum | Translate | PayPal | PAD-s

 © 2023 by Nenad Hrg softwareok.de • softwareok.com • softwareok.com • softwareok.eu
0.062


► Switch language or translate Get-Window-Text for all Windows OS! ◄

► Multiple Page Scan to PDF for all Windows OS! ◄

► Use file history on Windows 11! ◄

This website uses cookies to ensure you get the best experience on our website more Infos & Privacy Policy
....