blah blah blah is here! blah blah » Close

1
votes
1 answers

Displaying pictures in popup windows using C#

I'm writing a program that checks a directory for incoming files. The files are text and images. If it's a text file, I display its contents in a listbox. If it is image file, its displayed in a picturebox. The problem I have is that if 10 ...

0
votes
2 answers

2 easy questions here

I am using Microsoft Visual C# 2010. Is there an easy way to replace the standard button with an image? Or do you have to use code to get it done? second. Is there an email notification for the forums so that when the questions gets answ ...

0
votes
1 answers

Load Pictures into PictureBox from DataGridView

I have a table from a database, with fields like Description and Price and Picture. I am able to load different rows of Description and Price onto the DataGridView. As the Picture size is too big to insert into the rows, I have to put the p ...

Feedback