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
T

Thomas Haller

@Thomas Haller
About
Posts
11
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What is joomla actualy a lanugage , a framework or a cms?
    T Thomas Haller

    hmm strange, i have build a joomla site years ago, and can't remember that it comes with an own language. But Typo3 has one: Typoscript.

    The Lounge question csharp java help

  • GC and memory
    T Thomas Haller

    Do GC.Collect() for reasearch reasons and so on. But for real life applications its not an good idea, because it blocks all threads. I do GC.Collect() only on 32 Bit machince, in situations where i encounter a OutOfMemory Exception, or in situations where i know, that chances are very high that the next lines of code will run into out of memory.

    C# performance question

  • Quiz: Whats the song of this code ?
    T Thomas Haller

    correct :) uh now i see, my code has a bug, those heros are "Undisposable Heroes" ;-) :D

    The Soapbox question

  • Quiz: Whats the song of this code ?
    T Thomas Haller

    Genre = Metal

    class Hero : IDisposable
    {
    public void Dispose()
    {
    throw new NotImplementedException();
    }
    }

    The Soapbox question

  • sad about "unedited reader contribution"
    T Thomas Haller

    thank you for your answer Nish, i dit not know that. i think the problem is that people are very chary with negative comments. No usefull critiques = No idea what to improve. with best regards, tom

    IT & Infrastructure question discussion

  • sad about "unedited reader contribution"
    T Thomas Haller

    hello code project members, i am very sad about the time it takes to make an unedited reader contribution to an checked one - i saw unedited articles from year 2003 !!! i do not think that it keeps people motivated to post new articles if they are never checked :( what do you think about this ?

    IT & Infrastructure question discussion

  • what are the best CButton derived classes ?
    T Thomas Haller

    thx for the tipp. look here (better Bitmap Button) its a improved Button as the one you have shown me ( i think) originaly by Joseph M. Newcomer, modificated by Jeff Mallett. i saw your CRegionButton too, and a few others too. any suggestions what buttons i should use ? i am looking for a nice button suite or a all in one button, so i dont waste time for learning the wrong buttons. greetz

    C / C++ / MFC help question

  • what are the best CButton derived classes ?
    T Thomas Haller

    yes i tried a few. i hoped that peopled made a "All Buttons you need"-set. at the moment i am planning to improve a nice button with the features of other buttons - make it easy to use and so on - if the authors let me. what do you think about it ? just RAM-wasting or a good tool if good implemented ? greets

    C / C++ / MFC help question

  • character size more than 2 bytes
    T Thomas Haller

    hmmm - does it support those elven-characters from Lord of the Rings ? :suss:

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

  • what are the best CButton derived classes ?
    T Thomas Haller

    hi there. Yesterday i've got a problem with CButton and icons, so i looked here in codeproject for a better Button class. i found many great buttons here but the overview is really bad. is there any button collection - or an ultimative button ? i think many people got that - so , how you've solved that problem ? greetings from austria - Tom

    C / C++ / MFC help question

  • i want c++code for simple calender
    T Thomas Haller

    if you need a month calender use the control month calendar, theres also a control datepicker. or do you need something special ?

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

  • Don't have an account? Register

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