Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can i remove this error Pin
Roger Stoltz4-Sep-08 4:41
Roger Stoltz4-Sep-08 4:41 
AnswerRe: how can i remove this error Pin
Roger Stoltz4-Sep-08 4:35
Roger Stoltz4-Sep-08 4:35 
GeneralRe: how can i remove this error Pin
Cedric Moonen4-Sep-08 4:40
Cedric Moonen4-Sep-08 4:40 
AnswerRe: how can i remove this error Pin
Roger Stoltz4-Sep-08 4:58
Roger Stoltz4-Sep-08 4:58 
AnswerRe: how can i remove this error Pin
vikas amin4-Sep-08 13:47
vikas amin4-Sep-08 13:47 
QuestionProgress Bar Pin
Dhiraj kumar Saini4-Sep-08 3:29
Dhiraj kumar Saini4-Sep-08 3:29 
QuestionRe: Progress Bar Pin
David Crow4-Sep-08 3:44
David Crow4-Sep-08 3:44 
AnswerRe: Progress Bar Pin
pc_dev4-Sep-08 4:41
pc_dev4-Sep-08 4:41 
as far as flicker is concerened i think u r repopulating the list control again and again in a loop, this creates flicker, if this is the case create a flag variable and append only the latest data and not the whole data again and again.

--------------------------------------------------------------

if u want to use progress bar then u should know the total amount of data which u will receive from server that will be max limit 100% for progress bar. Increament the bar depending on amount of data received at each time. if u dont know total amount of data then simply display some animation untill process is finished.
GeneralRe: Progress Bar Pin
Dhiraj kumar Saini4-Sep-08 19:01
Dhiraj kumar Saini4-Sep-08 19:01 
QuestionHANDLE in MFC Pin
manju23reddy4-Sep-08 3:05
manju23reddy4-Sep-08 3:05 
AnswerRe: HANDLE in MFC Pin
toxcct4-Sep-08 3:13
toxcct4-Sep-08 3:13 
AnswerRe: HANDLE in MFC Pin
kapardhi4-Sep-08 3:14
kapardhi4-Sep-08 3:14 
AnswerRe: HANDLE in MFC Pin
Roger Stoltz4-Sep-08 3:20
Roger Stoltz4-Sep-08 3:20 
AnswerRe: HANDLE in MFC Pin
pc_dev4-Sep-08 4:21
pc_dev4-Sep-08 4:21 
AnswerRe: HANDLE in MFC Pin
Jijo.Raj4-Sep-08 7:50
Jijo.Raj4-Sep-08 7:50 
Questionsetup package creation Pin
AnithaSubramani4-Sep-08 1:24
AnithaSubramani4-Sep-08 1:24 
AnswerRe: setup package creation Pin
Rajesh R Subramanian4-Sep-08 1:27
professionalRajesh R Subramanian4-Sep-08 1:27 
AnswerRe: setup package creation Pin
Gary R. Wheeler4-Sep-08 2:56
Gary R. Wheeler4-Sep-08 2:56 
Questionsubstr and find of string Pin
George_George4-Sep-08 0:48
George_George4-Sep-08 0:48 
AnswerRe: substr and find of string Pin
Karismatic4-Sep-08 1:14
Karismatic4-Sep-08 1:14 
GeneralRe: substr and find of string Pin
George_George4-Sep-08 19:37
George_George4-Sep-08 19:37 
AnswerRe: substr and find of string Pin
markkuk4-Sep-08 11:25
markkuk4-Sep-08 11:25 
GeneralRe: substr and find of string Pin
George_George4-Sep-08 19:40
George_George4-Sep-08 19:40 
QuestionHow to know the availability of COM ports that are attached to our computer programmatically ? Pin
kapardhi3-Sep-08 23:55
kapardhi3-Sep-08 23:55 
AnswerRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
Rane4-Sep-08 0:41
Rane4-Sep-08 0:41 

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.