blah blah blah is here! blah blah » Close

0
votes
0 answers

Displaying pictures in popup windows using threads

I have a program that fetches images from a folder and displays them in a pop-up window. The problem is that if there a few images in the folder the program doesn't respond until all images are done. I would like to use threads so that I ca ...

1
votes
1 answers

comparing names of files with different extensions in C#

I'm still busy working on a project that checks a folder for incomming text and image files. Basically each text file has 2 image files linked. They have the same name, just the extension differs (.txt .jpg and .bmp). What I need to do is f ...

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 ...

1
votes
2 answers

Displaying Data from a textfile in Crystal Reporting

I have written code to extract important data from a textfile and saved it all in lists using C#. Now I need to display that data in Crystal Reporting. Is it possible to write code so that I can import the lists to the report? I have search ...

Feedback