question

jenCarlosLopezReyes-3297 avatar image
0 Votes"
jenCarlosLopezReyes-3297 asked JiachenLiMFST-9349 commented

Recent documents

Hello.
I have a TextBox1 and a Button1 in form1, where clicking on Button1 reads the .txt file.

  If OpenFileDialog1.ShowDialog Then
             TextBox1.Text = My.Computer.FileSystem.ReadAllText(OpenFileDialog1.FileName)
         End If

Now what I would like the program to do is that, every time a file is opened, it will also show me as a recent document in the task bar (JumpList).
201202-jumplistinwindows7.jpg


Is it possible to do this operation?
My operating system is Windows 7.

Thank you.

dotnet-visual-basic
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @jenCarlosLopezReyes-3297 ,
May I know if you have got any chance to check my answer? I am glad to help if you have any other questions.

0 Votes 0 ·

1 Answer

JiachenLiMFST-9349 avatar image
0 Votes"
JiachenLiMFST-9349 answered

Hi @jenCarlosLopezReyes-3297 ,
You can try the solutions in the link below.
https://stackoverflow.com/a/67300581/17334287
Best Regards.
Jiachen Li


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.