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
~9K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for Tenaciousmug

**thank you veedeo!!! ** > > "Hi, > > On your extension directory, look for the .dll files. Make sure that you are editing the php.ini file from the loaded configuration file. > > If this does not work for you, then you must set the cofig file to php/php.ini, …

Member Avatar for mohsenweb
0
5K
Member Avatar for carinlynchin

here is my code that is giving me the error(just this section) InitializeComponent(); String sqlString = "SELECT firstName, lastName FROM ClubMembers"; //database connections and commands String stConn = App.getConnectionString(); DataTable data = App.getGenericData(sqlString); //get data and put into list box for(int i=0; i<data.Rows.Count; i++) { string d1 = data.Rows[i]["lastName"].ToString() + …

Member Avatar for Mitja Bonca
0
144
Member Avatar for carinlynchin

here is my one class (controller) and the other (GUI) what is happening is inside the SearchListener inner class for the button, I am calling a method from the controller class (i have already tested the parameter sent and that part works fine) but when i click on a code …

Member Avatar for carinlynchin
0
3K
Member Avatar for carinlynchin

hi, i have searched online and can't seem to find something I understand for a timer. I have a boggle game that needs to have a 3 minute counter so I figured I'd have a countdown from 3 minutes...but the only thing I've found in other peoples codes and the …

Member Avatar for JamesCherrill
0
101
Member Avatar for Neversleepin

I am still kind of new too but if I am not mistaken, I think you can use a buffer reader to read the contents of one file into a string variable and then use that string to write the contents into the second file. You may also be able …

Member Avatar for Neversleepin
0
162
Member Avatar for carinlynchin

okay so I have an array of buttons, and at some point in the program I want to access the index of a button clicked in order to perform some calculations....so there are two options that I can think of...maybe there is a method to pull out the index (2d …

Member Avatar for carinlynchin
0
143
Member Avatar for carinlynchin

hi, i have no idea why this isn't working....I placed some system.out.println's for debugging purposes and what I found is that after entering the "new game" method, thethe message shows in the console, but then the random initialization occurs, after which I placed another system.out and its not showing which …

Member Avatar for carinlynchin
0
204

The End.