Categories > Coding > C# >

(HELP) top most help

Posts: 8

Threads: 1

Joined: Sep, 2021

Reputation: 0

Posted

ok so i have a options.cs for my options and i need the top most to work on main.cs im not sure how to do this because when i try it only does topmost for the options.cs

  • 0

Posts: 197

Threads: 10

Joined: Feb, 2021

Reputation: 9

Replied

idk idkkk idk idk yk idk fr idk yea idk omg idk fr yea sure idk idk yea yea idk

learn c# 

:D

  • 0

Im netral, not evil, not too kind either.

Fadh

Fadh#4023

Posts: 98

Threads: 5

Joined: Mar, 2021

Reputation: 9

Replied

idk idkkk idk idk yk idk fr idk yea idk omg idk fr yea sure idk idk yea yea idk

learn c# 

:D

  • 0

kyxo in development

Posts: 9

Threads: 3

Joined: Aug, 2020

Reputation: 0

Replied

idk idkkk idk idk yk idk fr idk yea idk omg idk fr yea sure idk idk yea yea idk

learn c# 

:D

  • 0

Impostor

swiney2

swiney2#8267

vip

Posts: 237

Threads: 9

Joined: Jul, 2021

Reputation: 20

Replied

idk idkkk idk idk yk idk fr idk yea idk omg idk fr yea sure idk idk yea yea idk

learn c# 

:D

  • 0

Im not really active anymore, so alot of my information isnt updated. 

https://media.discordapp.net/attachments/836952000876511252/950508582892367912/pigeon_siggy.png

Posts: 8

Threads: 1

Joined: Sep, 2021

Reputation: 0

Replied

  • 0

Added

  • 0

Added

@boyke ty for the help

  • 0

Posts: 1479

Threads: 95

Joined: Oct, 2019

Reputation: 103

Replied

Uhhh *Paste* *Paste* *Paste* *Paste* *Done*

  • 0

Posts: 8

Threads: 1

Joined: Sep, 2021

Reputation: 0

Replied

@ImmuneLion318 ty that helps

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

idk man this extremely highly intellectual maneuver sounds too complex for even the most compentent people in this forum to comprehend

  • 0

Posts: 8

Threads: 1

Joined: Sep, 2021

Reputation: 0

Replied

@55258 i just wanted to know lol i know c# just didnt know how to do this

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

  • 0

Posts: 197

Threads: 10

Joined: Feb, 2021

Reputation: 9

Replied

foreach (var Window in Application.OpenForms.Cast<Form>())
{
    if (!(Window is Form1 mForm))
        continue;

    mForm.TopMost = true;
}

 

ig this is more simple way to change property on a existing form.

  • 0

Im netral, not evil, not too kind either.

Posts: 8

Threads: 1

Joined: Sep, 2021

Reputation: 0

Replied

@OrbitRBX ty good answer

  • 0

Next >>>

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )