Похожие чаты

Hello guys, so I created an array to hold a

bunch of textboxes prexisting in my winform because I don't want to keep typing all the names of the textboxes anytime I need to update them from some method if loops offer a shortcut.

So my expectation was that after creating the array of fixed size, even though the array elements are their own objects, assigning the pre-intantiated textbox controls to the elements of the array would cause the elements to hold references to the controls as no new objects are created, but just the old objects in the heap being reassigned to the array elements.

However, trying to change the state of the textbox controls using the elements in the array causes no change to the textboxes.

Any explanation why that is happening?

2 ответов

8 просмотров
Llll- Автор вопроса

TextBox a = new TextBox(); TextBox[] b = new TextBox [3]; b[1] = a; b[1].Text = "hey"; MessageBox.Show(a.Text); Output: *Nothing Expectation: hey

Llll
TextBox a = new TextBox(); TextBox[] b = new Text...

I think this would copy them, maybe try an array of references?

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта