Ale
Ale
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
if you manage to solve it, please tell me how you did it
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
and it s work new
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
I managed in the end, I made a separate button that deals with this
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
nope
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
can you help me what to do about this
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
i don't know what to do
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
nope :Smadge:
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
private void BooksInEnglish_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Right) { NavigateButtons(1); } else if (e.KeyCode == Keys.Left) { NavigateButtons(-1); } else if (e.KeyCode == Keys.Enter && buttonPsychology1.Focused) { OpenBookPath(); }
}
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
looks the same as before
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
probably what I want is impossible but I don't understand why
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
in the panel there are several buttons that would represent the cover of a book and not just one button
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
button for ??
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
yess
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
to run the path
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
selectedIndex = 0; booksPhilosophy[selectedIndex].Focus();
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
yes
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
but I don't want this to appear when I press enter
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
yes
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
when I press enter on the button, what should appear when I press click appears
48 replies
CC#
Created by Ale on 6/19/2024 in #help
when I want to enter to open my path, the click event is activated
this is the click event
48 replies