Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 9:07
Turquoise13-Feb-08 9:07 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
led mike13-Feb-08 10:36
led mike13-Feb-08 10:36 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 10:44
Turquoise13-Feb-08 10:44 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
led mike13-Feb-08 11:16
led mike13-Feb-08 11:16 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 17:35
Turquoise13-Feb-08 17:35 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
CPallini13-Feb-08 23:28
mveCPallini13-Feb-08 23:28 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise13-Feb-08 17:44
Turquoise13-Feb-08 17:44 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Rajesh R Subramanian13-Feb-08 19:25
professionalRajesh R Subramanian13-Feb-08 19:25 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Turquoise14-Feb-08 1:51
Turquoise14-Feb-08 1:51 
GeneralRe: Can This Be Done - Thread Nighmare for a .net Beginner Pin
Rajesh R Subramanian14-Feb-08 7:12
professionalRajesh R Subramanian14-Feb-08 7:12 
GeneralAcessing a device driver program Pin
Deepu Antony13-Feb-08 6:39
Deepu Antony13-Feb-08 6:39 
GeneralRe: Acessing a device driver program Pin
led mike13-Feb-08 6:59
led mike13-Feb-08 6:59 
GeneralRe: Acessing a device driver program Pin
Stephen Hewitt13-Feb-08 15:02
Stephen Hewitt13-Feb-08 15:02 
GeneralRe: Acessing a device driver program Pin
Randor 13-Feb-08 12:37
professional Randor 13-Feb-08 12:37 
GeneralRe: Acessing a device driver program Pin
Stephen Hewitt13-Feb-08 15:20
Stephen Hewitt13-Feb-08 15:20 
GeneralAutomatic scrolling edit control Pin
LCI13-Feb-08 5:08
LCI13-Feb-08 5:08 
GeneralRe: Automatic scrolling edit control Pin
led mike13-Feb-08 6:36
led mike13-Feb-08 6:36 
GeneralRe: Automatic scrolling edit control Pin
David Crow13-Feb-08 6:37
David Crow13-Feb-08 6:37 
Is your data that comes in line-delimited? If so, use a listbox. Otherwise, you'll need to add the incoming data to the end of the edit control using SetSel() and ReplaceSel(), or use LineScroll().

"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralQuestion regarding ADO (not .NET) -> Getting stored procedures signatures. Pin
Green Fuze13-Feb-08 5:07
Green Fuze13-Feb-08 5:07 
GeneralSORRY!!! Wrong Message Board!!!! Pin
Green Fuze13-Feb-08 5:08
Green Fuze13-Feb-08 5:08 
GeneralError message while installing Microsoft Visual C++ 2005 or 2008) Pin
Joffreyh13-Feb-08 4:01
Joffreyh13-Feb-08 4:01 
QuestionShould I add CLR support to my native project? Pin
Hanan88813-Feb-08 2:45
Hanan88813-Feb-08 2:45 
AnswerRe: Should I add CLR support to my native project? Pin
jhwurmbach13-Feb-08 5:56
jhwurmbach13-Feb-08 5:56 
QuestionRe: Should I add CLR support to my native project? Pin
Hanan88813-Feb-08 6:14
Hanan88813-Feb-08 6:14 
GeneralRe: Should I add CLR support to my native project? Pin
jhwurmbach13-Feb-08 6:44
jhwurmbach13-Feb-08 6:44 

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.