Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
~640 People Reached
Favorite Forums
Member Avatar for andrew2325

I have a simple problem. I can't figure out how to associate a button press with scrolling through a textBox. Any ideas?

0
55
Member Avatar for andrew2325

So I need to add together four integers that are from other windows forms other than the main one. Way too much code to post all of it [code] pointsfinal = Form3.atally2 + Form2.atally1 + Form1.atally + atally3;[/code] this does not work.

Member Avatar for andrew2325
0
79
Member Avatar for andrew2325

I want to print one colum of the database, we'll call it foo, to a richtextbox, and then match the input in a textbox the user inputs to it. Any suggestions?

Member Avatar for finito
0
342
Member Avatar for andrew2325

I have a list. The first entry is a string, and the other three are integers. I need to store the first entry as a string and the other three as int's. Any help would be appreciated. [code] using System; using System.Collections.Generic; using System.IO; class Program { static void Main() …

Member Avatar for Geekitygeek
0
164