Click here to Skip to main content
15,911,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General*.cda files under XP (and W2K ?) Pin
Phil.Benson18-Jun-02 21:24
professionalPhil.Benson18-Jun-02 21:24 
GeneralRe: *.cda files under XP (and W2K ?) Pin
Jon Newman18-Jun-02 23:10
Jon Newman18-Jun-02 23:10 
GeneralRe: *.cda files under XP (and W2K ?) Pin
Phil.Benson19-Jun-02 7:55
professionalPhil.Benson19-Jun-02 7:55 
GeneralZippping and unzipping Pin
Kristian3318-Jun-02 21:17
Kristian3318-Jun-02 21:17 
GeneralRe: Zippping and unzipping Pin
Christian Graus18-Jun-02 22:08
protectorChristian Graus18-Jun-02 22:08 
GeneralRe: Zippping and unzipping Pin
-Dy18-Jun-02 23:05
-Dy18-Jun-02 23:05 
GeneralRe: Zippping and unzipping Pin
Jon Newman18-Jun-02 23:13
Jon Newman18-Jun-02 23:13 
Generalcombobox(ex) refresh Pin
18-Jun-02 20:33
suss18-Jun-02 20:33 
hi i changed comboboxex style from CBS_DROPDOWNLIST to CBS_DROPDOWN
sometimes happends it not draws text into edit box (clears background only?)
when i jump to another (full sreeen) program and back (== full redraw) all is fine
i found
CEdit *pEdit = GetEditCtrl();
if(pEdit)
{
pEdit->Invalidate();
}
into OnDrawItem helps but it seems to me not normal
reading
LONG ws = GetWindowLong(GetSafeHwnd(), GWL_STYLE);
DWORD es = GetExtendedStyle();
gives me CBS_DROPDOWN and 0
but spy displays CBS_OWNERDRAWFIXED|CBS_NOINTEGRALHEIGHT too
any ideas?
thanks
t!

Generalhelp!!! Pin
cwlstudio18-Jun-02 20:16
cwlstudio18-Jun-02 20:16 
GeneralRe: help!!! Pin
18-Jun-02 21:51
suss18-Jun-02 21:51 
GeneralRe: help!!! Pin
Christian Graus18-Jun-02 22:05
protectorChristian Graus18-Jun-02 22:05 
GeneralRe: help!!! Pin
markkuk18-Jun-02 23:44
markkuk18-Jun-02 23:44 
GeneralFile Read Security Pin
Kannan Kalyanaraman18-Jun-02 19:42
Kannan Kalyanaraman18-Jun-02 19:42 
GeneralRe: File Read Security Pin
Renjith Ramachandran18-Jun-02 21:55
Renjith Ramachandran18-Jun-02 21:55 
Generalhelp in gui Pin
seetaram18-Jun-02 19:37
seetaram18-Jun-02 19:37 
GeneralRe: help in gui Pin
Christian Graus18-Jun-02 19:47
protectorChristian Graus18-Jun-02 19:47 
GeneralRe: help in gui Pin
Renjith Ramachandran18-Jun-02 22:33
Renjith Ramachandran18-Jun-02 22:33 
Generalgui Pin
seetaram18-Jun-02 19:32
seetaram18-Jun-02 19:32 
GeneralI have a problem here Pin
steve_cluj18-Jun-02 19:28
steve_cluj18-Jun-02 19:28 
GeneralRe: I have a problem here Pin
Renjith Ramachandran18-Jun-02 22:38
Renjith Ramachandran18-Jun-02 22:38 
GeneralRe: I have a problem here Pin
Jimmy_H18-Jun-02 22:51
Jimmy_H18-Jun-02 22:51 
GeneralSomething like that Pin
19-Jun-02 19:12
suss19-Jun-02 19:12 
GeneralRe: I have a problem here Pin
steve_cluj19-Jun-02 19:16
steve_cluj19-Jun-02 19:16 
GeneralCString Objects & subString :: MFC Pin
valikac18-Jun-02 18:36
valikac18-Jun-02 18:36 
GeneralRe: CString Objects & subString :: MFC Pin
Scot Brennecke18-Jun-02 18:53
professionalScot Brennecke18-Jun-02 18:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.