Új hozzászólás Aktív témák
-
togvau
senior tag
válasz
BTminishop
#7733
üzenetére
private void Button_Click(object sender, RoutedEventArgs e)
{
string destination = Registry.GetValue("HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Releaser\\Game", "InstallLocation", null) as string;
if (!File.Exists(destination+"\\app.exe")) {
destination = Registry.GetValue("HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App", "InstallLocation", null) as string;
}
else if (!File.Exists(destination + "\\app.exe"))
{
FolderBrowserDialog fbdialog = new FolderBrowserDialog(this);
fbdialog.ShowNewFolderButton = false;
fbdialog.Description = "jelöljed ki a témát";
fbdialog.RootFolder = Environment.SpecialFolder.ProgramFilesX86;
if (fbdialog.ShowDialog() == System.Windows.Forms.DialogResult.OK && File.Exists(fbdialog.SelectedPath + "\\app.exe"))
{
destination = fbdialog.SelectedPath;
}
else
{
System.Windows.Forms.MessageBox.Show("exe not found in the selected directory","Problem",MessageBoxButtons.OK,MessageBoxIcon.Stop);
return;
}
}
System.Console.WriteLine(destination+Directory.Exists(destination));
if (gemail.Text != null || gepassword.Password != null || gemail.Text.Length > 4 || gepassword.Password.Length > 10)
{
//insta.LetsDoThis(gemail.Text, gepassword.Password,destination);
}
}
Új hozzászólás Aktív témák
● ha kódot szúrsz be, használd a PROGRAMKÓD formázási funkciót!
- Garmin USB ANT Stick jeladó eladó
- ÁRGARANCIA!Épített KomPhone Ryzen 7 7800X3D 32/64GB RAM RX 9070 XT 16GB GAMER PC termékbeszámítással
- Samsung Galaxy S20 FE 128GB, Kártyafüggetlen, 1 Év Garanciával
- magyar billentyűzet - 165 - Lenovo Legion Pro 7 (16IRX9H) - Intel Core i9-14900HX, RTX 4080
- iPhone 16 128 GB Plus White - Bontatlan !! www.stylebolt.hu - Apple eszközök és tartozékok !!
Állásajánlatok
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
Cég: BroadBit Hungary Kft.
Város: Budakeszi

