Click here to Skip to main content
15,910,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how can i pass a password to a shellexecute() to extract a zip file from my VC++6.0 program Pin
lekshmipriya23-Apr-06 4:00
lekshmipriya23-Apr-06 4:00 
AnswerRe: how can i pass a password to a shellexecute() to extract a zip file from my VC++6.0 program Pin
YaronNir23-Apr-06 4:09
YaronNir23-Apr-06 4:09 
QuestionRe: how can i pass a password to a shellexecute() to extract a zip file from my VC++6.0 program Pin
lekshmipriya23-Apr-06 5:55
lekshmipriya23-Apr-06 5:55 
AnswerRe: how can i pass a password to a shellexecute() to extract a zip file from my VC++6.0 program Pin
YaronNir23-Apr-06 6:01
YaronNir23-Apr-06 6:01 
AnswerRe: how can i pass a password to a shellexecute() to extract a zip file from my VC++6.0 program Pin
Trollslayer23-Apr-06 6:05
mentorTrollslayer23-Apr-06 6:05 
QuestionRe: how can i pass a password to a shellexecute() to extract a zip file from my VC++6.0 program Pin
David Crow24-Apr-06 3:04
David Crow24-Apr-06 3:04 
QuestionList Box have a error ??? Pin
Surivevoli23-Apr-06 1:32
Surivevoli23-Apr-06 1:32 
AnswerRe: List Box have a error ??? Pin
YaronNir23-Apr-06 2:00
YaronNir23-Apr-06 2:00 
Although this settings doesn't crash my tested application....

Maybe you should concider this:

Owner draw
Controls the owner-draw characteristics of the list box. Possible values are as follows:

· No (default): Turns off the owner-draw style. The list box contains strings.
· Fixed: Specifies that the owner of the list box is responsible for drawing its contents and that the items in the list box are the same height.

CWnd::OnMeasureItem is called when the list box is created and CWnd::OnDrawItem is called when a visual aspect of the list box has changed.

· Variable: Specifies that the owner of the list box is responsible for drawing its contents and that the items in the list box are variable in height.

CWnd::OnMeasureItem is called for each item in the list when the list box is created and CWnd::OnDrawItem is called when a visual aspect of the list box has changed.

Ask not what your application can do for you,
Ask what you can do for your application
GeneralRe: List Box have a error ??? Pin
Surivevoli23-Apr-06 19:20
Surivevoli23-Apr-06 19:20 
QuestionAbout the Bitmap Transparency Pin
onlysaint23-Apr-06 1:09
onlysaint23-Apr-06 1:09 
AnswerRe: About the Bitmap Transparency Pin
YaronNir23-Apr-06 1:55
YaronNir23-Apr-06 1:55 
QuestionHow to Load Icon Pin
FarPointer23-Apr-06 0:54
FarPointer23-Apr-06 0:54 
AnswerRe: How to Load Icon Pin
YaronNir23-Apr-06 1:57
YaronNir23-Apr-06 1:57 
AnswerRe: How to Load Icon Pin
Hamid_RT23-Apr-06 19:05
Hamid_RT23-Apr-06 19:05 
QuestionDetecting that an executable is already running (so duplicates don't run) Pin
chasetoys22-Apr-06 23:06
chasetoys22-Apr-06 23:06 
AnswerRe: Detecting that an executable is already running (so duplicates don't run) Pin
John R. Shaw22-Apr-06 23:21
John R. Shaw22-Apr-06 23:21 
AnswerRe: Detecting that an executable is already running (so duplicates don't run) Pin
Stephen Hewitt22-Apr-06 23:59
Stephen Hewitt22-Apr-06 23:59 
GeneralRe: Detecting that an executable is already running (so duplicates don't run) Pin
Nick_Kisialiou23-Apr-06 14:03
Nick_Kisialiou23-Apr-06 14:03 
GeneralRe: Detecting that an executable is already running (so duplicates don't run) Pin
Stephen Hewitt23-Apr-06 14:22
Stephen Hewitt23-Apr-06 14:22 
AnswerRe: Detecting that an executable is already running (so duplicates don't run) Pin
David Crow24-Apr-06 3:07
David Crow24-Apr-06 3:07 
GeneralRe: Detecting that an executable is already running (so duplicates don't run) Pin
Blake Miller26-Apr-06 7:48
Blake Miller26-Apr-06 7:48 
QuestionCan anyone tell me why am i getting these errors? Pin
rahultaing22-Apr-06 22:59
rahultaing22-Apr-06 22:59 
AnswerRe: Can anyone tell me why am i getting these errors? Pin
John R. Shaw22-Apr-06 23:16
John R. Shaw22-Apr-06 23:16 
AnswerRe: Can anyone tell me why am i getting these errors? Pin
Trollslayer23-Apr-06 0:07
mentorTrollslayer23-Apr-06 0:07 
GeneralRe: Can anyone tell me why am i getting these errors? Pin
Rilhas23-Apr-06 1:45
Rilhas23-Apr-06 1:45 

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.