Strange Bug: Tabs do not work when started from Visual Basic
Posted: Tue Jan 16, 2007 3:34 pm
Run -> "E:\AP FREE\XNVIEW\XNVIEW.EXE" "F:\Lego.jpg" works fine, but
from VB creates a defect tab and does not allow to use tabs until restart of XNView.
Workaround:
Options: [x]Run only once
-> when XNView is started without commandline option the bug does not appear.
I think not an important bug... it was already in 1.82.4
XnView 1.90 <x>
Code: Select all
shell """E:\AP FREE\XNVIEW\XNVIEW.EXE"" ""F:\Lego.jpg"""
Workaround:
Options: [x]Run only once
Code: Select all
shell """E:\AP FREE\XNVIEW\XNVIEW.EXE"""
shell """E:\AP FREE\XNVIEW\XNVIEW.EXE"" ""F:\Lego.jpg"""
I think not an important bug... it was already in 1.82.4
XnView 1.90 <x>