by Ismael123
c# cannot convert from string to system.datetime
|
|
[4 replies] Last: Thanks guys, I found my mistake. I was converting the time to short wh... (by Ismael123)
|
by rimz
Win32 API - Tab Control -- Help
|
|
[1 reply] : You need to specify owner draw for your tab control and then you can p... (by Thomas1965)
|
by andre666
Read keyboard-input from the Win32-Device-Namespace
|
|
[no replies]
|
by stav
functons with return types and something else
|
|
[3 replies] Last: MSDN has the WinMain entry point defined as: int CALLBACK WinMain() ... (by closed account E0p9LyTq)
|
FORM |
|
[no replies]
|
by Blazeelite
i need help with this code for my class
|
|
[1 reply] : Remove the last >> on line 18. (by hellohis9)
|
by Sharpchain1
How to send files to another computer using Winsock2
|
|
[4 replies] Last: Take a look at this: http://www.binarytides.com/winsock-socket-progra... (by coder777)
|
by Malone0320
t_dclnt.fxp is not an object file
|
|
[2 replies] Last: For additional information click the following link: https://www.fixt... (by RRReese)
|
by turnbui
more flicker with owner draw button and backbuffer, help please?
|
|
[2 replies] Last: thanks. i added case WM_CTLCOLORBTN: SetBkMode( (HDC)wParam, TRANSP... (by turnbui)
|
by ilovenoodles
issues reading lParam
|
|
[6 replies] Last: should i be ashamed and keep searching ? ^^ Why be ashamed? To err ... (by Thomas1965)
|
by thesavage4
Iterate Through Files In a Folder/Directory?
|
|
[1 reply] : #include <iostream> #include <vector> #include <string> #include <exp... (by JLBorges)
|
by Fractal Cat
Unwanted console window visible
|
|
[1 reply] : You likely have set up your project wrong. I've never been able to ge... (by freddie1)
|
by Sharpchain1
How to convert a char to an LPWSTR
|
|
[2 replies] Last: Alternatively you can use wchar_t name and use wcin; Is the function ... (by Thomas1965)
|
by Nielyboyken
Two requests with one socket
|
|
[1 reply] : No one who can help me? Edit; Solved it, had to remove some spaces fr... (by Nielyboyken)
|
by da peppester
NULL
|
|
[6 replies] Last: If C++ "weirds" you out, the Windows APIs will do much worse. (by closed account E0p9LyTq)
|
by gaxar77
Should I learn the Win32 API?
|
|
[3 replies] Last: [quote=gaxar77]Should I learn the Win32 API? Until MS removes the Wi... (by closed account E0p9LyTq)
|
by da peppester
NULL
|
|
[4 replies] Last: Thank You, but I am still very very very confused about assembly bas... (by integralfx)
|
by Sharpchain1
How to get the File Handle from a file path
|
|
[2 replies] Last: Thank you very helpful (by Sharpchain1)
|
by PacR
Red alert 2 clone inside .net
|
|
[no replies]
|
by TheThing
Visual Studio 2015 "Sizeof" error
|
|
[4 replies] Last: sizeof is an operator. It's build into the language so you don't need ... (by Peter87)
|