by johnny80
How to divide Double?
|
|
[5 replies] Last: Thank you very much. I used your code and it works like a charm. I had... (by johnny80)
|
by gsingh2011
Closing the active window
|
|
[2 replies] Last: Using your method, BOOL TerminateWindow(__in HWND hWnd) { DWORD ... (by Kiana)
|
by mamo139
[c\c++] webcam snapshot in memory...
|
|
[1 reply] : Well where you have the line capFileSaveDIB(hwnd, "a.bmp"); could ... (by chrisname)
|
How to declare an int array within a managed class? |
|
[1 reply] : try using array<int> ^bval; and initialize it in your constru... (by Danielm103)
|
by Scythe37
How do I use a vector in VS2008 .NET framework
|
|
[3 replies] Last: Hmm, I should probably brush up on my C++/CLI, but I kind of consider ... (by jRaskell)
|
How to refer to the sender object? |
|
[1 reply] : Did some digging on my own and found the solution: Button^ ctrl = s... (by SnapCrakllPop)
|
by Gilmar
How to write loop counter in logfile.
|
|
[5 replies] Last: Ah, sorry. I didn't read it properly. Can you give a couple of exa... (by kbw)
|
by Hakate
How to create a .exe file in VS2008 express
|
|
[8 replies] Last: Thanks, I followed your steps and it works both on my pc and the other... (by Hakate)
|
by Neverbibi
How can I read 2G bin file to memory?
|
|
[11 replies] Last: File mapping doesn't magically get arround address limits. (by kbw)
|
by trgriffiths
Source Code CD
|
|
[3 replies] Last: whats your email? (by guestgulkan)
|
by Seraphimsan
Multithreading issue
|
|
[1 reply] : There is no message passing in Windows, threads communicate thru commo... (by kbw)
|
by enigmatix
Modifying wchar_t
|
|
[2 replies] Last: Windows provides them. #include <windows.h> ... wchar_t* str = n... (by Duthomhas)
|
by Giamma
How to obtain Outlook appointments
|
|
[1 reply] : See MSDN samples (SDK, KB) about OL automation or ask on Win32 grp (ht... (by george135)
|
by Bv202
Bitmaps
|
|
[12 replies] Last: Is it ok to continue using the same memory DC throughout the program a... (by ceraml)
|
by garob
drive letter
|
|
[2 replies] Last: thanks (by garob)
|
by DBarzo
MIDL2020 : error generating type library : LayOut failed
|
|
[1 reply] : Found it! Like always it is a typing mistake: Changed those line... (by DBarzo)
|
by cide
Picture dissapear when moved under taskbar, is there a simple solution ?
|
|
[3 replies] Last: I looked some more time to the code and the examples on the forum here... (by cide)
|
Can someone teach me how to search from textfile.. |
|
[6 replies] Last: Just finished editing my codes.. please help.. :O (by nemesiscplusplus)
|
by punky
EXE header PE offset
|
|
[2 replies] Last: MZ is a DOS program. (by kbw)
|
by hamsterman
typedef int BOOL;
|
|
[3 replies] Last: char could actually be slower as int's size equals to the CPU's word-s... (by R0mai)
|