Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Adam Roderick J

@Adam Roderick J
About
Posts
471
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to use Callback interface from unmanaged code in Managed C++
    A Adam Roderick J

    i think this will help http://blogs.microsoft.co.il/blogs/alon/archive/2007/05/29/Native-Callback.aspx[^] Величие не Бога может быть недооценена.

    Managed C++/CLI c++ com tutorial

  • how to implement OnPaint() in activex control
    A Adam Roderick J

    Just Create a Window derived from CCmdTarget in a OCX of your own. And now u just have OnPaint inside it. I hope u got the clue needed? Величие не Бога может быть недооценена.

    C / C++ / MFC com data-structures tutorial

  • what is wrong with this code?
    A Adam Roderick J

    I support this answer, this is more reasonable.

    Величие не Бога может быть недооценена.

    C / C++ / MFC question help

  • how to load bitmap image on button in win32 application
    A Adam Roderick J

    can u just google it first.

    Величие не Бога может быть недооценена.

    C / C++ / MFC graphics tutorial

  • the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll
    A Adam Roderick J

    Use GetLocalTime [^]

    Величие не Бога может быть недооценена.

    C / C++ / MFC help sysadmin

  • Reading 4 GB file using 2 GB physical memory [modified]
    A Adam Roderick J

    Not exactly, i want to find some data in that file. So need to until that point is enough, but that search may be on last part. So i need a mechanism to do so. I believe CreateFileMapping can be used, do u think, its a good solution?

    Величие не Бога может быть недооценена.

    C / C++ / MFC performance help question

  • Reading 4 GB file using 2 GB physical memory [modified]
    A Adam Roderick J

    hi guys, i came up with a problem. I have 4 GB file(disk size) and i want to read this file in my 2 GB(primary memory) machine. Please suggest the best method to do so?

    Величие не Бога может быть недооценена.

    modified on Tuesday, December 21, 2010 2:57 AM

    C / C++ / MFC performance help question

  • How to read .txt file and find delimiter ?
    A Adam Roderick J

    try strtok http://www.cplusplus.com/reference/clibrary/cstring/strtok/[^]

    Величие не Бога может быть недооценена.

    C / C++ / MFC c++ tutorial question

  • SendMessage(WM_VSCROLL,SB_LINEDOWN,0) don't work
    A Adam Roderick J

    if CZoomView is derived from CScrollView then no problem.

    Величие не Бога может быть недооценена.

    C / C++ / MFC debugging question learning

  • how can fix number of lines in multiline edit box?
    A Adam Roderick J

    Retrieve the line length using LineLength [^] and set the maximum character length of 10 lines, i.e. CEdit cEdit; // get the Edit control from the dialog.

    cEdit.SetLimitText( 10* cEdit.LineLength );

    Величие не Бога может быть недооценена.

    C / C++ / MFC help question

  • SendMessage(WM_VSCROLL,SB_LINEDOWN,0) don't work
    A Adam Roderick J

    Whether CMyView is derived from CScrollView?

    Величие не Бога может быть недооценена.

    C / C++ / MFC debugging question learning

  • TAPI related forums...??
    A Adam Roderick J

    First try on MSDN([^]), if not able to solve then ask here. That's what i prefer you do.

    Величие не Бога может быть недооценена.

    C / C++ / MFC help question

  • about Hook
    A Adam Roderick J

    You want to hook 004381230 right? Actually API hooking technique is for hooking APIs. I dont think PEXCEPTION_POINTERS can be hooked. If tell ur need, may be i can help u.

    Величие не Бога может быть недооценена.

    C / C++ / MFC tutorial json question

  • swap different sized string
    A Adam Roderick J

    I cannot understand what is the difficulty in writing that? can you clarify your question.

    Величие не Бога может быть недооценена.

    C / C++ / MFC question

  • Data encapsulation in C
    A Adam Roderick J

    I found a article, with the help of example specifying how we can encapsulate the abstract types in C Just have a look with that [^]

    Величие не Бога может быть недооценена.

    C / C++ / MFC oop question career

  • convert CString to unsigned short
    A Adam Roderick J

    If you dont bother to get the value in unsigned long then strtoul, wcstoul can be used[^].

    Member 3653751 wrote:

    unsigned short st =_com_util::ConvertStringToBSTR(str);

    Well your code is not seems to be correct. It convert the LPTSTR to BSTR, it wont convert it to unsigned short :)

    Величие не Бога может быть недооценена.

    C / C++ / MFC help

  • Memory leak!
    A Adam Roderick J

    Why don't you check with WinDbg? It is essential for a programmer like u.

    Величие не Бога может быть недооценена.

    C / C++ / MFC data-structures debugging performance help question

  • who can teach me EngLish
    A Adam Roderick J

    Please try to understand that, this not a English teaching forum :omg: If you have any problem related to MFC or C++ or VC++, ask here. You entered into a wrong forum.

    Величие не Бога может быть недооценена.

    C / C++ / MFC c++ com

  • how to call vb dll in vc++( iam using MFC) and vc6
    A Adam Roderick J

    Then surely StringToCSV is not an exported function from that DLL check the depedency of the DLL, check if StringToCSV is shown in Exported functions.

    Величие не Бога может быть недооценена.

    C / C++ / MFC c++ help tutorial

  • how to call vb dll in vc++( iam using MFC) and vc6
    A Adam Roderick J

    Check whether scdthndl.dll is loaded, means hLib is having value or it is also 0?

    Величие не Бога может быть недооценена.

    C / C++ / MFC c++ help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups