Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
起動時に更新をチェックするアプリケーションがあります。アプリが更新された後、最初の起動時にのみ変更ログを含むウィンドウをポップアップするようにします。その後、表示されると、次の更新まで再び表示されることはありません。
あなたが試すことができます:
If My.Application.Deployment.IsFirstRun Then ShowChangeLog() End If
MSDN: http://msdn.microsoft.com/en-us/library/system.deployment.application.applicationdeployment.isfirstrun.aspx