Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need help fixing a line.

Featured Replies

Posted

Hello everyone. Im fairly new to c# and currently learning it ,but I came up on an error. I had someone suggest me to use an array ,but I still get errors. Any tips?
Code: 

foreach (Process process in Process.GetProcessesByName("dnspy-x86"))
            {
                Environment.Exit(0);
            }

 

I want it to accept more then 1 process. thanks !

Process[] processlist = Process.GetProcesses();
foreach(Process process in processlist){
   if(process.ProcessName=="process1" || process.ProcessName=="process2" || ......){
   		// do whatever you want
   }
}

i think this will work

  • Author
4 hours ago, Ahmad_k said:

Process[] processlist = Process.GetProcesses();
foreach(Process process in processlist){
   if(process.ProcessName=="process1" || process.ProcessName=="process2" || ......){
   		// do whatever you want
   }
}

i think this will work

thanks !

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.