A real challenge for you !! (menu border)
-
Can anyone suggest a way to display a popup menu that has no 3D borders and looks flat like a listbox? I have tried owner drawn menus but they only let you draw on the menu items and not the border. I can't find an option to turn off the 3D effects for a menu. BTW, I need solution that doesnt use C++, MFC or any libs (only pure API) PS: I'll pay $8 (using paypal) for the the one who provide a working source code. Thanks!!
-
Can anyone suggest a way to display a popup menu that has no 3D borders and looks flat like a listbox? I have tried owner drawn menus but they only let you draw on the menu items and not the border. I can't find an option to turn off the 3D effects for a menu. BTW, I need solution that doesnt use C++, MFC or any libs (only pure API) PS: I'll pay $8 (using paypal) for the the one who provide a working source code. Thanks!!
At least, I am not the only loooooser here !!:laugh:
-
Can anyone suggest a way to display a popup menu that has no 3D borders and looks flat like a listbox? I have tried owner drawn menus but they only let you draw on the menu items and not the border. I can't find an option to turn off the 3D effects for a menu. BTW, I need solution that doesnt use C++, MFC or any libs (only pure API) PS: I'll pay $8 (using paypal) for the the one who provide a working source code. Thanks!!
hatemtaleb wrote: BTW, I need solution that doesnt use C++, MFC or any libs (only pure API) Which API are you referring to?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
hatemtaleb wrote: BTW, I need solution that doesnt use C++, MFC or any libs (only pure API) Which API are you referring to?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
Win32 Api
-
Win32 Api
A solution does not exist since you cannot use the Win32 API without using a library (which you stated was not allowed).
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
A solution does not exist since you cannot use the Win32 API without using a library (which you stated was not allowed).
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
I mean you can use, only win32 library.