Tail for Windows Download
-
Similar to the "tail -f" of Linux, shows the last few lines of a log file in GUI.
Questions about Tail for Windows:
-
It is not clear exactly what the command is that you are using because it appears to be truncated in your question.
1. Do you have a single quote mark around or at the beginning of the directory for the location of the iso? From the text that I see it appears to start with a '
2. What message did you find with the command dmesg |tail?
3. The command should simply be:
mount -o loop /path/to/file.iso /mnt/disk
Instead of such a long path name for the iso file why not cd to the actual directory and try to mount it. You might have made mistype in the path.
If you are going to specify the filesystem type then add -t iso9660
-
It is actually rather simple, to set a picture from a resource use
pictureBox1.Image = My.Resources.ResourceManager.<imageName>
Assuming you have 3 images
unknown.jpg
heads.jpg
tails.jpg
before every toss you would have
pictureBox1.Image = My.Resources.ResourceManager.unknown
when flip returns true (heads) then use
pictureBox1.Image = My.Resources.ResourceManager.heads
if it returns false the use
pictureBox1.Image = My.Resources.ResourceManager.tails.
Does that help?
Thanks btw, I haven't looked at resources and VB yet. This got me to investigate a bit
Log monitor for debugging and administration.