Click here to Skip to main content
15,911,360 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
which Win32 Api should i use to popup a simple windows on the bottom right side of the desktop?

Thanks

What I have tried:

Google, but i don't have any idea what to search with even found some result but i need something accurate and something i understand.

Thanks for your concern.
Posted
Updated 13-Jun-16 16:54pm
Comments
Sergey Alexandrovich Kryukov 13-Jun-16 21:43pm    
Windows API, in part of "Windows functions".
—SA

1 solution

Hi,

Use CreateEx() and then use ShowWindow() to display the window.
 
Share this answer
 
Comments
Member 11346124 14-Jun-16 0:31am    
Correction "CreateWindowEx()"
Thanks for you concern. Appreciate it though. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900