Search results for query: *

  • Users: Kevax
  • Order by date
  1. Kevax

    Question Backward button to go back to form from opened .exe program.

    My code looks like this right now for opening one of the programs, where do I write in the boolean code? Private Sub Button4_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Process.Start("C:\Kartex\Kartex.exe") End Sub Sry for being so slow...
  2. Kevax

    Question Backward button to go back to form from opened .exe program.

    First, thx for answering so fast. I think I will go with the hotkey solution for my "go back" problem :) But I don't really understand the meaning of a boolean variable... I am very new to coding but is always eager to learn and often do it fast. I also have to mention that I am doing this is...
  3. Kevax

    Question Backward button to go back to form from opened .exe program.

    Hi! I am currently working on a program that has several buttons in it lined up. Each button goes to different applications (.exe programs). The program I am making is suppose to be a fullscreen program and won't let you see any of Windows when it's running. Therefore I want to make a "back"...
Back
Top