Posts by Filipe P.R • 29 points
3 posts
-
-4
votes1
answer75
viewsQ: Replace chunk of code C#
Guys, I have a question that I think you guys are gonna figure out. I have a login form of this with the following condition: private void button1_Click(object sender, EventArgs e) { if…
-
2
votes1
answer40
viewsQ: Show user-selected date using Monthcalendar
I need that when a user selects a date a Messagebox appears saying: Your class has been scheduled for [date] private void monthCalendar1_DateChanged(object sender, DateRangeEventArgs e) {…
-
0
votes1
answer63
viewsQ: Picking up content from a textbox from another frame
Guys I need a little help, I have an app that I need to pick up the contents of a textbox in another form to put in a homebody. private void PDVForm_Load(object sender, EventArgs e) { var Operador =…