Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Win32 Debug API Pin
Roger Stoltz5-Jun-07 3:41
Roger Stoltz5-Jun-07 3:41 
GeneralRe: Win32 Debug API Pin
chandni_chandrakant_maheta5-Jun-07 4:03
chandni_chandrakant_maheta5-Jun-07 4:03 
GeneralRe: Win32 Debug API Pin
Roger Stoltz5-Jun-07 4:33
Roger Stoltz5-Jun-07 4:33 
QuestionMultiline edit control Pin
tom groezer4-Jun-07 23:45
tom groezer4-Jun-07 23:45 
AnswerRe: Multiline edit control Pin
Cedric Moonen4-Jun-07 23:50
Cedric Moonen4-Jun-07 23:50 
GeneralRe: Multiline edit control Pin
tom groezer5-Jun-07 0:16
tom groezer5-Jun-07 0:16 
AnswerRe: Multiline edit control Pin
David Crow5-Jun-07 2:53
David Crow5-Jun-07 2:53 
AnswerRe: Multiline edit control Pin
Matthew Faithfull5-Jun-07 3:47
Matthew Faithfull5-Jun-07 3:47 
You could consider using a list control for this instead, unless you realy want the user to be able to freeform edit your event log. List controls are easier to override for changing the way they look if I remeber rightly it's not hard to make the grid lines disappear for example if you want it to look like a readonly multiline edit. They can contain much more as well I wouldn't try putting 2 million lines of text in an Edit Control, ( I think max is still 64K), but a List Control will be happy with that. Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionHow to check mouse move in ToolBar Items? Pin
Atul234-Jun-07 23:43
Atul234-Jun-07 23:43 
AnswerRe: How to check mouse move in ToolBar Items? Pin
Nibu babu thomas4-Jun-07 23:53
Nibu babu thomas4-Jun-07 23:53 
Questionburning CD using IMAPI 1 Pin
josip cagalj4-Jun-07 23:08
josip cagalj4-Jun-07 23:08 
QuestionCMenu problem Pin
prithaa4-Jun-07 22:46
prithaa4-Jun-07 22:46 
AnswerRe: CMenu problem Pin
Rajkumar R4-Jun-07 23:20
Rajkumar R4-Jun-07 23:20 
GeneralRe: CMenu problem Pin
prithaa4-Jun-07 23:50
prithaa4-Jun-07 23:50 
AnswerRe: CMenu problem Pin
Rajkumar R5-Jun-07 0:54
Rajkumar R5-Jun-07 0:54 
AnswerRe: CMenu problem Pin
Nibu babu thomas4-Jun-07 23:48
Nibu babu thomas4-Jun-07 23:48 
GeneralRe: CMenu problem Pin
prithaa4-Jun-07 23:59
prithaa4-Jun-07 23:59 
GeneralRe: CMenu problem Pin
Naveen5-Jun-07 0:14
Naveen5-Jun-07 0:14 
QuestionRe: CMenu problem Pin
Nibu babu thomas5-Jun-07 0:32
Nibu babu thomas5-Jun-07 0:32 
AnswerRe: CMenu problem Pin
Naveen5-Jun-07 0:40
Naveen5-Jun-07 0:40 
QuestionHow to register .NET DLL explicitly? Pin
Banks K4-Jun-07 22:22
Banks K4-Jun-07 22:22 
AnswerRe: How to register .NET DLL explicitly? Pin
_AnsHUMAN_ 4-Jun-07 23:35
_AnsHUMAN_ 4-Jun-07 23:35 
GeneralRe: How to register .NET DLL explicitly? Pin
Banks K5-Jun-07 0:22
Banks K5-Jun-07 0:22 
QuestionLaunch Application after Setup Pin
baerten4-Jun-07 22:13
baerten4-Jun-07 22:13 
AnswerRe: Launch Application after Setup Pin
Dustin Henry5-Jun-07 4:50
Dustin Henry5-Jun-07 4:50 

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.