Click here to Skip to main content
15,895,557 members

Comments by 7774tlas (Top 27 by date)

7774tlas 16-Feb-14 1:25am View    
Hi, thanks for the quick response! The code in that first link works, but how do I trigger an overwrite / compare prompt if the file(s) already exists? In other words, I need it to combine all the prompts into one as windows explorer does when moving / copying multiple files with a progress bar and status (chk : do this for all files).
7774tlas 22-Apr-13 20:40pm View    
I've never used XAML, that's WPF isn't it? (sorry, I'm still learning) I'm using WinForm. The problem that I'm having w/ the label background is that it shows it's parent control's backcolor instead of the progressbar (blocks out the marquee). I came across an article on the DrawString method, could that be used to display the text?
7774tlas 22-Apr-13 20:30pm View    
Sorry, I always forget that. - WinForms
7774tlas 22-Apr-13 19:35pm View    
If I inherit from label will I be able to display the text w/o the displaying the label's background? I want the text to display over the progressbar (z-order). Thanks
7774tlas 14-Apr-13 0:57am View    
I was just checking out some of the custom comboboxes here on the site. I'll try to modify one to my needs. Thanks again!