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
M

malk0lm

@malk0lm
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • eVC++ 4 - userdraw list box question
    M malk0lm

    I don't think that IDE is robust enough to allow you to do that with it's resource editors. But you can certainly do that in code. Try reading over this[^]. You could adjust the window and control styles and even draw your own control on WM_PAINT. I'll try to scrounge up a code snip if I can find it.

    ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı

    Mobile question c++

  • WINDOWS MOBILE 6 PROFESSIONAL EMULATOR??? [modified]
    M malk0lm

    Dumpbin is a utility to help you find out what is on the inside of dlls and libs and exes. You could also try using it on other stuff, just to see what happens (its fun!). dumpbin reference[^] Anyway, I suspect that it has something to do with the way that you are importing the dll into your project or some problem in your build environment. You can use dumpbin to confirm that init exists in your dll (just for sanity's sake).

    ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı

    Mobile help question tutorial

  • In C# what is the best method to parse large XML Documents(1GB size)...?
    M malk0lm

    If you use the XML libraries in C# does it not work for your large file? I've never tried anything with a file that big.

    ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı

    .NET (Core and Framework) question csharp xml help

  • relative of IIS
    M malk0lm

    Care to share the fix?

    ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı

    .NET (Core and Framework) windows-admin help question

  • In Program Editor
    M malk0lm

    That doesn't make any sense because if any of the source code for your program changed you would need to rebuild it and redeploy it and it wouldn't be feasible to do that on the fly. Maybe you want to create a scripting style language to allow your users the ability to program some functionality in that way. Alternatively you could consider supporting some plug-in facilities.

    ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı

    C# question

  • (nhibernate problem ) how i can one talbe(database table ) step across to access other talbe
    M malk0lm

    If you are trying to get your database to behave properly you might want to try the database forum: Here[^]

    ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı

    Mobile java database help tutorial

  • Folding doxygen comments with Eclipse CDT?
    M malk0lm

    Doxygen provides several ways to mark what it should process. Have you tried the alternatives like:

    /*!
    ...
    */

    or

    /////////////////////////////////////////////
    /// ...
    /////////////////////////////////////////////

    or

    //! ...
    //! ...

    C / C++ / MFC algorithms question
  • Login

  • Don't have an account? Register

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