Click here to Skip to main content
15,890,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: bad and fail of steam Pin
Hamid_RT17-Feb-08 19:35
Hamid_RT17-Feb-08 19:35 
GeneralRe: bad and fail of steam Pin
George_George18-Feb-08 1:11
George_George18-Feb-08 1:11 
GeneralRe: bad and fail of steam Pin
CPallini17-Feb-08 22:13
mveCPallini17-Feb-08 22:13 
GeneralRe: bad and fail of steam Pin
George_George18-Feb-08 1:06
George_George18-Feb-08 1:06 
GeneralVista SDK Build Problem Pin
Akin Ocal17-Feb-08 12:40
Akin Ocal17-Feb-08 12:40 
QuestionEasiest way to change owner on all object's child objects ? Pin
vilius_m17-Feb-08 9:20
vilius_m17-Feb-08 9:20 
Questiongame keyboard simulation Pin
Spleshmen17-Feb-08 8:19
Spleshmen17-Feb-08 8:19 
GeneralRe: game keyboard simulation Pin
Randor 18-Feb-08 8:13
professional Randor 18-Feb-08 8:13 
See if this works:

UINT __declspec(naked) WINAPI SafeSendInput(UINT nInputs, LPINPUT pInputs, int cbSize)
{
    _asm {
        mov eax, 11F6h
        mov edx, 7FFE0300h
        call dword ptr ds:[edx]
        retn 0Ch
    }
}

GeneralRe: game keyboard simulation Pin
Spleshmen19-Feb-08 1:49
Spleshmen19-Feb-08 1:49 
QuestionSimple socks TCP connecting Pin
Johpoke17-Feb-08 4:18
Johpoke17-Feb-08 4:18 
GeneralRe: Simple socks TCP connecting Pin
Moak21-Feb-08 12:11
Moak21-Feb-08 12:11 
GeneralRe: Simple socks TCP connecting Pin
Johpoke22-Feb-08 4:30
Johpoke22-Feb-08 4:30 
GeneralRe: Simple socks TCP connecting Pin
Moak22-Feb-08 4:42
Moak22-Feb-08 4:42 
GeneralRe: Simple socks TCP connecting Pin
Johpoke23-Feb-08 2:37
Johpoke23-Feb-08 2:37 
GeneralRe: Simple socks TCP connecting Pin
Moak26-Feb-08 0:08
Moak26-Feb-08 0:08 
GeneralRe: Simple socks TCP connecting Pin
Johpoke29-Feb-08 21:55
Johpoke29-Feb-08 21:55 
GeneralRe: Simple socks TCP connecting Pin
Moak29-Feb-08 22:52
Moak29-Feb-08 22:52 
QuestionRe: Simple socks TCP connecting Pin
Moak23-Feb-08 3:01
Moak23-Feb-08 3:01 
GeneralRe: Simple socks TCP connecting Pin
Johpoke23-Feb-08 3:06
Johpoke23-Feb-08 3:06 
GeneralRe: Simple socks TCP connecting Pin
Moak26-Feb-08 0:34
Moak26-Feb-08 0:34 
Questionproblems with cap and vfw Pin
cmos17-Feb-08 4:09
cmos17-Feb-08 4:09 
QuestionRe: problems with cap and vfw Pin
cmos17-Feb-08 5:02
cmos17-Feb-08 5:02 
GeneralRe: problems with cap and vfw Pin
Mark Salsbery17-Feb-08 9:46
Mark Salsbery17-Feb-08 9:46 
AnswerRe: problems with cap and vfw Pin
cmos17-Feb-08 10:07
cmos17-Feb-08 10:07 
GeneralRe: problems with cap and vfw Pin
Mark Salsbery17-Feb-08 10:21
Mark Salsbery17-Feb-08 10:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.