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
~365 People Reached
Favorite Forums
Favorite Tags
Member Avatar for H

Hey there guys, Im looking for a nifty trick in VB.NET that will help me with an error that is constantly Reoccuring. This is some example code: Dim array as Textbox() = {txt1, txt2, txt3} 'Array of textbox's For loop = 0 to 3 If Array(Loop).text = Data_In_Database then 'Do …

Member Avatar for Santanu.Das
0
159
Member Avatar for H

Hey there, My program works by having a blank form, then adding picturebox controls to the form. I need to reference these pictureboxes later on, and so I need to add each one to part of an array. But when I am adding my picturebox (The Object) to MyGrid (My …

Member Avatar for H
0
206