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.

~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for adam.wolnikowski.9

I'm writing a program where the settings of a spreadsheet-like field of textboxes are changed using two for loops, and I can't for the life of me figure out why it's not working.I have tried declaring the txt variable and name variable in different orders using different methods, but nothing …

Member Avatar for adam.wolnikowski.9
0
252
Member Avatar for adam.wolnikowski.9

This code is for a button that removes a column of panels from a program that includes rows and columns of panels, each with a textbox and label inside them.The two buttons and definitions panel "pnlDefintions" adjust the way specified after the For loop, and the program does run through …

Member Avatar for adam.wolnikowski.9
0
139
Member Avatar for adam.wolnikowski.9

I'm writing a program that generates labels at runtime, and then has them be "dragged and dropped" by the user. I have the drag and drop code working, but right now I can only get it to work on labels that I explicitly name in the code, like this: `Private …

Member Avatar for adam.wolnikowski.9
0
313
Member Avatar for adam.wolnikowski.9

I'm writing a program where I need to "click and drag" labels across the form. I'm planning on doing this by moving them to the position of the cursor. However, I'm having trouble finding the position relative to the top left corner of the form, and regardless of whether or …

Member Avatar for adam.wolnikowski.9
0
388