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

Hi, i have a form with data and I am tryin to save and load data using a texfile, any suggestion how I could start this as Im not too sure, thanks

Member Avatar for zachattack05
0
156
Member Avatar for ppatryk

Hi, im trying to do a filter, now what I want to do is to separate the Game Title into another textbox, any help appreciated my code - string tmp = textBox.Text; string filterString = "[Platform]" + " LIKE '" + tmp + "*'" + "OR [Game Title]" + " …

Member Avatar for Wegginho
0
131
Member Avatar for ppatryk

Hi, is it ok to use an if condition as a presence check, this is my code - [ICODE]if (textBox1 != null) { MessageBox.Show("Dont Leave Blank"); } else MessageBox.Show("Successfully added");[/ICODE] my code runs however no matter if there is text in textbox1 or if its left empty it shows "Dont …

Member Avatar for gusano79
0
245