by BAILANDO
[C++ CLI] MenuStrip Form help
|
|
[3 replies] Last: Nevermind, i got another solution and now i need only one help, how ca... (by BAILANDO)
|
by adam2016
BlockInput not working
|
|
[8 replies] Last: thanks guys (by adam2016)
|
by BAILANDO
[C++ CLI] Get response from website (1,2)
|
|
[23 replies] Last: It seems that HttpWebResponse throws an exception if the statuscode is... (by Thomas1965)
|
by DrZoidberg
Simple HTTP server library for windows?
|
|
[1 reply] : Why don't you use the Wininet API? https://msdn.microsoft.com/en-us/l... (by Thomas1965)
|
by yczo
Windows (COM), Send bytes to serial port
|
|
[3 replies] Last: I tryed with a fixed number of bytes and fails too Does it fail in p... (by Chervil)
|
by Cambalinho
how use CreateTimerQueueTimer()?
|
|
[5 replies] Last: doing these: void Start(bool blnPeriodic=true) { if(m_tim... (by Cambalinho)
|
by Cambalinho
why i can't use SetTimer() without a window?
|
|
[7 replies] Last: that function works fine. the problem was on another place. sorry. now... (by Cambalinho)
|
by Cambalinho
win32 - timeSetEvent: my class Timer have 1 error?
|
|
[12 replies] Last: that class works fine. i was getting problems from another place. than... (by Cambalinho)
|
by Cambalinho
what can i use instead SetTimer()?
|
|
[13 replies] Last: thanks for all.. realy thanks (by Cambalinho)
|
by helios
_tls_index
|
|
[4 replies] Last: Nice catch. I forgot to add the extern "C" around the #include. Thanks... (by helios)
|
by BAILANDO
[C++ CLI] Include form1 in form2 and form2 in form1 at same time
|
|
[5 replies] Last: Maybe you can try this: https://msdn.microsoft.com/en-us/library/d4dab... (by Thomas1965)
|
by modkip
How to get output of system() command
|
|
[4 replies] Last: im sorry, i entered the wrong codes and thought it failed XD (by modkip)
|
by BAILANDO
[C++ CLI] MySQL optimalization query tasks
|
|
[3 replies] Last: Thanks for answers :) is this correct? i think it works and its faste... (by BAILANDO)
|
by armando2
Learning
|
|
[2 replies] Last: What Development Environment are you using, that is, Visual Studio 201... (by freddie1)
|
by BAILANDO
[C++ timestamp] How to get correct timestamp
|
|
[2 replies] Last: Why don't you use the DateTime struct - it's muc easier and more power... (by Thomas1965)
|
unresolved external symbol main referenced in function |
|
[no replies]
|
by BAILANDO
[C++/CLI] How to put job in background
|
|
[4 replies] Last: Thanks :) (by BAILANDO)
|
by eulmer
[SOLVED] - MFC Issue - No mouse response
|
|
[1 reply] : Someone had left a nice line of code in a file I hadn't touched that w... (by eulmer)
|
by helios
Session-based encryption keys
|
|
[2 replies] Last: The user SID is persistent, though. (by helios)
|
by BAILANDO
[C++ CLI] How to output unicode with string (? marks)
|
|
[6 replies] Last: Yea, now i finally know it how to make syntaxes correctly. Thanks :) (by BAILANDO)
|