Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~330 People Reached
Favorite Forums
Member Avatar for lucasalf11

Hey guys, I'm new programming in C#, and I need to update a value from a textbox... This happens after an if statement, if it occurs the value of the textbox is changed, I know that the value is changed, but in the Form it isn't displayed, this is what …

0
44
Member Avatar for lucasalf11

Hey guys, I want that when I press the F2 button on the textbox, a new form shows up. I have KeyPreview setted to true, and I am using a KeyDown event, here is the code: private void txtnumero_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) { if (e.KeyCode == Keys.F2) { fmrplantnum sfpn …

Member Avatar for lolafuertes
0
151
Member Avatar for lucasalf11

Hi guys I'm new here and willing to help in the future. Right now I'm developing a program, and I need to store the data selected in a combobox in a global variable, and use it in another form. Basically I have a combobox where you select a company, these …

Member Avatar for hericles
0
135