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
4

4apai

@4apai
About
Posts
78
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can STL process wchar_t?
    4 4apai

    of course STL support UNICODE. I believe this arcticle will help u with. http://www.codeproject.com/vcpp/stl/upgradingstlappstounicode.asp[^] 4apai do u like cats? no?! probably u just dont know how to cook'em)

    C / C++ / MFC c++ question

  • Speed VStudio vs .NET
    4 4apai

    as i know. .net got its own interpretor machine - to translate c++, C#, vb code in proper way. therefore its initially run it and then interprete code there. that's the way it running slower. the explanaition could be not exact. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC csharp visual-studio performance question learning

  • Parasolid
    4 4apai

    hi does anyone has an expirience in programming using parasolid kernel? i need a light samples on subject, programming reference etc. google is really poor on this.... all help will be highly appreciated. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC help question

  • how can i know other programs change the table in access?
    4 4apai

    in ms sql server the solution is to implement triggers to the tables changes u want to be notified. i dont know about access. does it support this... 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question

  • Variable Argument (Ellipsis (...)) in MFC Win32 DLL
    4 4apai

    the information u provide get me nothing to help with solving some code? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

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

  • compling .exe
    4 4apai

    try following: cd "..\MyProject" "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv" /nologo myproject.sln /rebuild "Release" 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question csharp c++ visual-studio

  • Parasolid Samples
    4 4apai

    hi, Gentlemen and ladies Needed a samples(c++ will be perfect), links, helps or references, programming guides realted to Parasolid. thanks in advance 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    IT & Infrastructure c++

  • how to read macro code from doc file?
    4 4apai

    oh... if u will have an issue and finnally recognize doc file format let me know too) 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question tutorial

  • overloading across scopes
    4 4apai

    to gain required result simply declare functions with the different argument types in one class... perhaps u mixed up overloading with overriding class D : public B { public: double f(double d) { cout << "f(double): "; return d+1.3; } int f(int i) { cout << "f(int): "; return i+1; } // ... }; 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

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

  • Xerces getXML method
    4 4apai

    thx a lot. thats not really what i meant. but i find it helpful too. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    XML / XSL question java html xml help

  • Xerces getXML method
    4 4apai

    ladies & gentlemen. i'm new in xerces xml dom. can anyone help me with following: how can i get the XML content of the DOMDocument (as in msxml)? there methods like, getTextContent... but it returns text without tags. i've seen that java implemantation of xerces has DOMSerializer object. maybe there is any analogical object... any ideas? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    XML / XSL question java html xml help

  • Iterate through controls on Dialog Box
    4 4apai

    if u have command identifiers of each control you can use GetDlgItem to get handle. if u dont - then enumarate windows using FindWindow+FindWindowEx 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

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

  • CStdIOFile ????
    4 4apai

    use CreateFile!? it always help me with) 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question

  • CStdIOFile ????
    4 4apai

    try to use retrived handle in fopen function with a+ flag instead of recalling constructor 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question

  • WinXP IIS maximum connections number
    4 4apai

    How to determine maximum IIS connections number under WinXP? any ideas? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    System Admin windows-admin tutorial question

  • Getting Text from StatusBar
    4 4apai

    Does anybody know how to get the text from StatusBar with SBT_OWNERDRAW style? any suggestions? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC tutorial question

  • Statusbar gettext functionality
    4 4apai

    Need your advertisment on the following subject. Does anybody know how to obtain the text from the statusbar? Simple call of the GetWindowText retrieve only the text in first cell if is. How to get the text from the others areas, is a question for me... Any ideas? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question tutorial

  • Hello World in random colors
    4 4apai

    Windows App. You want to display text on DC. look out Device Contexts Overview. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question lounge

  • How to register environment variables for vc++ 6.0
    4 4apai

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/setenvironmentvariable.asp 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC c++ tutorial workspace

  • How can I work with ODBC?
    4 4apai

    Look out for SQLAllocHandle function and relative in MSDN. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.

    C / C++ / MFC question c++ help learning
  • Login

  • Don't have an account? Register

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