Im developing an Application in Microsoft Visual Basic .NET, it will be a Block Screen for Microsoft Windows ME. I replace in C:\Windows\System.ini Shell=Explorer.exe for Shell=WindowsApplication1.exe.
So, when Windows ME start I will see my application not the Desktop. Now the problem is... what must I do to run the Desktop from my Application. If I add a Button with "Process.Start("Explorer.Exe") It will open Windows File Explorer not the Desktop.
So, when Windows ME start I will see my application not the Desktop. Now the problem is... what must I do to run the Desktop from my Application. If I add a Button with "Process.Start("Explorer.Exe") It will open Windows File Explorer not the Desktop.