I am having a common control dialog developed in vb6.
We will usually open excel files using this dialog. The lase opened excel will be displayed when we try to open again.
Suppose I am opening a program named "TestProgram.xls", I load it and close the program. Next time when I try to open, I can only find "stProgram.xls", The "Te" is not visible. However even though my dialog box is big enough, it is only partially displaying the name. A sample screenshot is attached.
I tried both the command to open the program CommonDialog.Action = 1 and CommonDialog.ShowOpen. Both are displaying partially.
Also it is not reproducing in every machine. Somehow there must be something to display the full text. Please help me doing it.
We will usually open excel files using this dialog. The lase opened excel will be displayed when we try to open again.
Suppose I am opening a program named "TestProgram.xls", I load it and close the program. Next time when I try to open, I can only find "stProgram.xls", The "Te" is not visible. However even though my dialog box is big enough, it is only partially displaying the name. A sample screenshot is attached.
I tried both the command to open the program CommonDialog.Action = 1 and CommonDialog.ShowOpen. Both are displaying partially.
Also it is not reproducing in every machine. Somehow there must be something to display the full text. Please help me doing it.