blah blah blah is here! blah blah » Close

0
votes
1 answers

Auto pop up window from task bar.

This question might be basic and I am sorry for that, as I am new to C#. I wanted to develop a program which can automatically pop up a window from task bar. I don't know if it is possible to pop up a window from task bar.

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
1 answers

Open a new "info" window

Hy im making a little paint program.. I have a toolstrip menu and the last butten is INFO. When people click on INFO a little new window should popup with information about the prg version, the author etc... I can't figure out how to progr ...

Feedback