CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: NOV_8x

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,037

    Building Boost libraries for QT

    The Boost initiative is the next hottest thing after STL for the C++ community. While the documentation is quite good, it can be overwhelming to get a quick start. This simple article explains a...
  2. Replies
    4
    Views
    1,672

    Re: hooking button clicks

    you can read it,have code
    http://forums.congdongcviet.com/showthread.php?t=26558
  3. Replies
    0
    Views
    2,802

    Build VLC media player on QT C++

    i have source http://download.videolan.org/pub/videolan/vlc/1.0.5/vlc-1.0.5.tar.bz2 but i cant build it in QT , can you config it help me ?
    this is my project
    http://www.mediafire.com/?2djmdzzej2k
  4. Replies
    1
    Views
    1,984

    Re: i want build QTcreate Phonon Media video C++

    http://www.mediafire.com/file/ylmiymoyy34/QTPlayer.rar project
  5. Replies
    1
    Views
    1,984

    i want build QTcreate Phonon Media video C++

    #include "mainwindow.h"
    #include "ui_mainwindow.h"
    #include <fstream>
    #include <string.h>
    #include <stdlib.h>
    #include <QtGui>

    void MainWindow::slotFinished(){
    int index =...
  6. Replies
    0
    Views
    2,059

    LUA Script get password and username Wow

    i want write LUA Script for world of warcraft, i want read password and username when player login to game,can you help me ?
  7. Replies
    0
    Views
    722

    how to use funciton GetText_Lua

    i dont understand how do library LUA use ?
    can you help me use funcition GetText_Lua
  8. Replies
    0
    Views
    706

    search Text in process wow.exe from myExe

    i want search text from process wow.exe,but memory it very big,how do i do ?
  9. Thread: Convert To VC++

    by NOV_8x
    Replies
    8
    Views
    1,586

    Re: Convert To VC++

    procedure TMainForm.Button2Click(Sender: TObject);
    var svalue2: string;
    begin
    foundlist.Deinitialize; //unlock file handles

    if button2.tag=0 then
    begin
    progressbar1.min:=0;
    ...
  10. Thread: Convert To VC++

    by NOV_8x
    Replies
    8
    Views
    1,586

    Re: Convert To VC++

    yes,thank,but i want convert to VC++,i use tool convert Delphi -> RAD C++
    but i dont known TScanOption roundingtype: TRoundingType; scanvalue1, scanvalue2: string; startaddress,stopaddress: dword;...
  11. Thread: Convert To VC++

    by NOV_8x
    Replies
    8
    Views
    1,586

    Re: Convert To VC++

    can you help me ?
  12. Thread: Convert To VC++

    by NOV_8x
    Replies
    8
    Views
    1,586

    Convert To VC++

    i want convert source to VC++,can you help me


    procedure TMemscan.NextScan(scanOption: TScanOption; roundingtype: TRoundingType; scanvalue1, scanvalue2: string; startaddress,stopaddress: dword;...
  13. Replies
    0
    Views
    596

    Search Text in Process

    i want search 1 text in process Wow.exe but it memory verry big,i want fast search





    #include <windows.h>
    #include <tlhelp32.h>
    #include <tchar.h>
    #include <stdio.h>
  14. Replies
    3
    Views
    990

    Re: Find Heap section On Memory

    can you help me
  15. Replies
    3
    Views
    990

    Re: Find Heap section On Memory

    @olivthill2
    1. When you have a pointer, you have an address.


    no,i want read address to 1 another process,i find on internet have use funcition GetThreadContext and register ebp

    but my...
  16. Replies
    3
    Views
    990

    Find Heap section On Memory

    i have write 1 code test Dynamic memory allocation address change


    #include <Windows.h>
    int WINAPI WinMain( __in HINSTANCE hInstance, __in_opt HINSTANCE hPrevInstance, __in_opt LPSTR lpCmdLine,...
  17. Replies
    1
    Views
    8,926

    Where sys/mman.h And unistd.h in VC++ 9.0

    i Run source in VC++ 2008 but


    i want download sys/mman.h and unistd.h but dont known where it

    "ringbuffer.h"


    /*
    * This was taken verbatim from...
  18. Replies
    0
    Views
    2,529

    what different GetwindowText To WM_GetTEXT

    i have read 1 post on internet





    why i hook


    SetWindowsHookEx(WH_GETMESSAGE,GetMesgProc,g_hModule,0); but dont catch event GetWindowText in current App ?
  19. Hook Message WM_GetText DOnt Get Text when GetWindowText

    i hook message but i dont get text from event GetWindowText,why?
  20. Replies
    2
    Views
    4,169

    Re: Hook Message GetText In TextBox

    yes,i am sorry,i found on google hook message WM_Gettext dont get text when user input password and username


    There is two different ways a window can handle its text. Either let system handle...
  21. Replies
    2
    Views
    4,169

    Hook Message GetText In TextBox

    I am writing Hack game Wow.exe,i want get UserName and password when gamer type it,but i dont get hWnd for textbox ,beacause i want hook message WM_GETTEXT for wow.exe,can you help me ?


    LRESULT ...
  22. Replies
    3
    Views
    5,179

    COnvert BMP to Ico

    i want convert 1 file bmp to .ico,i think it must use GDI+ but i dont known use it,can you help me ?
  23. Replies
    4
    Views
    11,916

    Re: save an HICON (resource) to an ico file

    i want save HICON to .ico
  24. Replies
    8
    Views
    1,938

    Re: Why doesn't this work?

    int NEAR SaveMyIcon( HICON hIcon)
    {
    int fh, i, iResult;
    UINT uiSize;
    DWORD dwSize;
    OFSTRUCT of; if (!hIcon)
    return FALSE;
    dwSize = GlobalSize(hIcon);
    void*...
Results 1 to 24 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured