Click here to Skip to main content
15,885,032 members
Home / Discussions / C#
   

C#

 
AnswerRe: Oops Pin
Guffa11-Apr-07 23:05
Guffa11-Apr-07 23:05 
GeneralRe: Oops Pin
BadKarma12-Apr-07 3:43
BadKarma12-Apr-07 3:43 
GeneralRe: Oops Pin
Guffa12-Apr-07 7:54
Guffa12-Apr-07 7:54 
GeneralRe: Oops Pin
BadKarma12-Apr-07 21:11
BadKarma12-Apr-07 21:11 
GeneralRe: Oops Pin
yaminilatha13-Apr-07 1:12
yaminilatha13-Apr-07 1:12 
AnswerRe: Oops Pin
Guffa13-Apr-07 4:03
Guffa13-Apr-07 4:03 
AnswerRe: Oops Pin
Christian Graus11-Apr-07 23:13
protectorChristian Graus11-Apr-07 23:13 
QuestionReplacing text in TextBox without the blinking Pin
Ollie198611-Apr-07 22:25
Ollie198611-Apr-07 22:25 
Hey,

I'm making a progress screen for an application and when I'm uploading a file he gives the "percentage progress" IN the text (realtime). That's nice and good BUT I always have to do:
txt1.Text = txt1.Text.replace(previousPercentage, newPercentage)

And because there is a lot of text in my textbox it starts to blink when it's refreshed (it doesn't blink when I add something to it).

How can I solve this problem?

thx!
AnswerRe: Replacing text in TextBox without the blinking Pin
Christian Graus11-Apr-07 23:16
protectorChristian Graus11-Apr-07 23:16 
GeneralRe: Replacing text in TextBox without the blinking Pin
Ollie198612-Apr-07 0:21
Ollie198612-Apr-07 0:21 
AnswerRe: Replacing text in TextBox without the blinking Pin
Pete O'Hanlon11-Apr-07 23:41
mvePete O'Hanlon11-Apr-07 23:41 
GeneralRe: Replacing text in TextBox without the blinking Pin
Ollie198612-Apr-07 0:20
Ollie198612-Apr-07 0:20 
GeneralRe: Replacing text in TextBox without the blinking Pin
Pete O'Hanlon12-Apr-07 0:40
mvePete O'Hanlon12-Apr-07 0:40 
GeneralRe: Replacing text in TextBox without the blinking Pin
Ollie198612-Apr-07 2:45
Ollie198612-Apr-07 2:45 
GeneralRe: Replacing text in TextBox without the blinking Pin
Pete O'Hanlon12-Apr-07 2:56
mvePete O'Hanlon12-Apr-07 2:56 
Questionoverriding members? Pin
NaNg1524111-Apr-07 22:20
NaNg1524111-Apr-07 22:20 
AnswerRe: overriding members? Pin
Mazdak11-Apr-07 22:36
Mazdak11-Apr-07 22:36 
GeneralRe: overriding members? Pin
NaNg1524112-Apr-07 0:56
NaNg1524112-Apr-07 0:56 
QuestionKeyboard Spy Pin
Saikek11-Apr-07 22:11
Saikek11-Apr-07 22:11 
AnswerRe: Keyboard Spy Pin
Ollie198611-Apr-07 22:18
Ollie198611-Apr-07 22:18 
AnswerRe: Keyboard Spy Pin
Martin#11-Apr-07 22:22
Martin#11-Apr-07 22:22 
QuestionCodeKeep plugin Pin
Saikek11-Apr-07 22:09
Saikek11-Apr-07 22:09 
Questiontry catch (re)throw problem... Pin
Super Lloyd11-Apr-07 21:28
Super Lloyd11-Apr-07 21:28 
AnswerRe: try catch (re)throw problem... Pin
Jaiprakash M Bankolli11-Apr-07 21:34
Jaiprakash M Bankolli11-Apr-07 21:34 
AnswerRe: try catch (re)throw problem... Pin
Stevo Z11-Apr-07 21:44
Stevo Z11-Apr-07 21: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.