i need a new monitor, 22" or 24", pretty much reading texts, programming, main requirement - a lot of usage should not be too bad for my eyes. my current pick might be 24" Eizo FlexScan S2431WH, $1200 over here, based on this review www.gcn.com/print/26_17/44666-7.html[^] i don't particulary need more than 22", and i find this monitor pricey vs others (& i'm not sure if that ain't paying much more for just a marginal difference, as often in pc world), but it has better reviews [at least on website mentioned above.. btw which review sites do you usually go to ?] suggestions, also on some comparison websites, would be very appreciated. Thank You Very Much
s987690
Posts
-
lcd monitors ? -
gdi+ example ?how does one do this in gdi+, mfc - load png image into memory - access array of values, eg as int or rgb bytes and apply any changes to image, if this step is needed - rotate image - crop image - save as bmp i currently used CxImage, but it seems buggy - totally weird things happen after i use ::Rotate :(( Thank You
-
system iconsDoes someone know how to get Internet explorer 6 toolbar icons ? i used a program named geticons, it had best rating on download.com I first checked \progra~1\internet explorer, not there, got some 8000 icons from \winnt folder, some 2500 were unique. I only had a quick peek over them, but didn't see IE6 ones, nor i found them at google
-
nonactivated dialogIs it possible to create a modeless dialog that does not pop itself or owning application above all desktop windows ? I tried following, but didn't work: D->initiallyHidden=1; D->Create(IDD,0); D->SetWindowPos(NULL,0,0,0,0, SWP_SHOWWINDOW|SWP_NOOWNERZORDER|SWP_NOACTIVATE|SWP_NOMOVE|SWP_NOSIZE); I got some success with: CWnd *w=GetForegroundWindow(); D->Create(...) if(w)w->SetForegroundWindow(); but it makes dialogs parent application flicker.
-
IJL - where to get it ?Intel is no longer offering its IJL jpeg library. Where i could download it ? Anyone has it, could send it to me ? :)