Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
AnswerRe: remoting over the internet?? Pin
Xmen Real 22-Sep-09 5:30
professional Xmen Real 22-Sep-09 5:30 
AnswerRe: remoting over the internet?? Pin
Big Daddy Farang22-Sep-09 8:42
Big Daddy Farang22-Sep-09 8:42 
Questiongoogle search engine api using c# Pin
Anil Veeraghattapu 422-Sep-09 2:33
Anil Veeraghattapu 422-Sep-09 2:33 
AnswerRe: google search engine api using c# Pin
Richard MacCutchan22-Sep-09 2:36
mveRichard MacCutchan22-Sep-09 2:36 
AnswerRe: google search engine api using c# [modified] Pin
Patrik.karlin22-Sep-09 2:55
Patrik.karlin22-Sep-09 2:55 
AnswerRe: google search engine api using c# Pin
Aman Bhullar22-Sep-09 3:22
Aman Bhullar22-Sep-09 3:22 
QuestionBind txt Box to database [modified] Pin
Manish7922-Sep-09 2:12
Manish7922-Sep-09 2:12 
AnswerRe: Bind txt Box to database Pin
Henry Minute22-Sep-09 2:26
Henry Minute22-Sep-09 2:26 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 2:50
Manish7922-Sep-09 2:50 
GeneralRe: Bind txt Box to database Pin
Programm3r22-Sep-09 3:00
Programm3r22-Sep-09 3:00 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 3:14
Manish7922-Sep-09 3:14 
GeneralRe: Bind txt Box to database Pin
Programm3r22-Sep-09 3:19
Programm3r22-Sep-09 3:19 
GeneralRe: Bind txt Box to database Pin
Keith Barrow22-Sep-09 3:16
professionalKeith Barrow22-Sep-09 3:16 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 3:23
Manish7922-Sep-09 3:23 
GeneralRe: Bind txt Box to database Pin
Programm3r22-Sep-09 3:31
Programm3r22-Sep-09 3:31 
GeneralRe: Bind txt Box to database Pin
OriginalGriff22-Sep-09 3:32
mveOriginalGriff22-Sep-09 3:32 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 3:46
Manish7922-Sep-09 3:46 
GeneralRe: Bind txt Box to database Pin
Keith Barrow22-Sep-09 3:50
professionalKeith Barrow22-Sep-09 3:50 
GeneralRe: Bind txt Box to database Pin
OriginalGriff22-Sep-09 3:56
mveOriginalGriff22-Sep-09 3:56 
AnswerRe: Bind txt Box to database Pin
Robert_Pan22-Sep-09 4:13
Robert_Pan22-Sep-09 4:13 
QuestionCustom progressbar doesn't update Pin
teknolog12322-Sep-09 1:56
teknolog12322-Sep-09 1:56 
QuestionRe: Custom progressbar doesn't update Pin
Programm3r22-Sep-09 3:21
Programm3r22-Sep-09 3:21 
AnswerRe: Custom progressbar doesn't update Pin
teknolog12322-Sep-09 4:02
teknolog12322-Sep-09 4:02 
GeneralRe: Custom progressbar doesn't update Pin
Programm3r22-Sep-09 21:21
Programm3r22-Sep-09 21:21 
GeneralRe: Custom progressbar doesn't update Pin
teknolog12323-Sep-09 9:26
teknolog12323-Sep-09 9:26 
thanks Programm3r
I solved the issue by putting ProgressBar.Refresh() on top in the timer event before the text property of the progressbar gets changed. But before, I had put it in the bottom of timer and didn't work. Anyway, thanks for dealing.

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.