by V07
How the drive letter in a string
|
|
[4 replies] Last: I want to do some iteration with the directories so to add further loc... (by V07)
|
by da peppester
NULL
|
|
[2 replies] Last: To give a slightly less abrasive answer, most of g++'s arguments work ... (by Albatross)
|
by TestZombie
Error 0xc000007b (solved)
|
|
[2 replies] Last: @S G H thanks, you are a life saver. (by TestZombie)
|
Can't read registry key c++ |
|
[3 replies] Last: I don't know where you got that code from but ... Never use RegOpenKe... (by kbw)
|
by V07
Handling main window correctly
|
|
[7 replies] Last: Here is what you want I think.... //Main.cpp #ifndef UNICODE #d... (by freddie1)
|
Saving files |
|
[2 replies] Last: Thank you . (by freeapple3010)
|
by khanusman12
COM in C++
|
|
[2 replies] Last: that that you'd put here doesnt looks like ole real ole looks like tha... (by alexeyn)
|
Start an executable in a new process |
|
[1 reply] : Normally you would use ShellExecute. https://msdn.microsoft.com/en-us/... (by Thomas1965)
|
Ideas for threading / timer calls / stack |
|
[4 replies] Last: You could also integrate this into the message loop by checking the in... (by kind9)
|
Windows flicking |
|
[2 replies] Last: Thank you! it works ! i change place all in WM_CREATE and the flicke... (by tobiasguimaraes)
|
by Cambalinho
how add 1 option on System Menu?
|
|
[2 replies] Last: instead create an exe for run on windows startup, is there another way... (by Cambalinho)
|
by noaboa
Get Working Directory Windows
|
|
[10 replies] Last: It think you should consider changing the name of your function to Ge... (by andywestken)
|
by evaboy
C, Win32 API: painting on a tabcontrol
|
|
[3 replies] Last: @Coder777: The link help me but l was able to achieve my aim by the do... (by evaboy)
|
by hofman007
Wrapper for C++ to be used in C# (as dll)
|
|
[6 replies] Last: Just saw this videos on YouTuve where someone uses a CPP class in C#. ... (by Thomas1965)
|
by Fregarv
WM_COMMAND, HWND, CreateWindow .. etc
|
|
[4 replies] Last: Holy s* Freddie, thank you. That definitely helped!.. (by Fregarv)
|
by cobaltblue
How to parse command line arguments in WinForms
|
|
[4 replies] Last: Awesome, thanks again. (by cobaltblue)
|
by evaboy
C, Win32 API: Help with SendMessage
|
|
[4 replies] Last: Yes when you receive a WM_NOTIFY message. This type of message is send... (by Thomas1965)
|
by Jeremy2016
Error with ASCII to Hex conversion
|
|
[1 reply] : You're pass the value as a signed byte. You then cast that signed cha... (by kbw)
|
LoadImage (... LR_CREATEDIBSECTION...) |
|
[3 replies] Last: Can you upload the complete project somewhere? (by Thomas1965)
|
A question about runtime |
|
[1 reply] : Please dont double post - http://www.cplusplus.com/forum/beginner/1850... (by TarikNeaj)
|