I thought you have some documentation with the compiler you are using and so letting you know the function will help you out in knowing. Here is...
The thing you are pretty sure off is not the correct thing. It should be string but for getting a line you should be using cin.getline and cin>>...
Hi and welcome here.
To have the line #define character Elf you need to define the Elf as well. Do you have them in the .h files or what?
The concept is independent of the Application you are using and its just what needs to be done like what API's should be used and other stuff's...
Just check the Sticky Threads links in the navigation bar and you will there find links to threads which are just created for linking to some good...
Refer to my article Display a System Tray Icon in VC++
Hey Terry, welcome to the forum.
The menu is in the System Tray. Read through the Article and you will realize.
What you would like to know?
Refer Display a System Tray Icon in VC++ for minimizing it to system tray. For showing a menu you need to be having a menu and use the ShowMenu...
You provide the handle to the textbox and not the main window.
Use GetWindowText to get complete text and then parse the odd one out.
Check the article Single Instance Application
You have made big mistake. You have not used the hWnd returned by the FindWindow but have used the hWnd of the current application. Also you...
You have not linked to the lib file which contains the body of the function SetLayeredWindowAttributes
Just don't put all your code and say I have done this. Have the code which is relevant. Also learn to use the code block when you have code in the...
Separate names with a comma.