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
~756 People Reached
Favorite Forums
Member Avatar for njitram

HIho i have tried all of these to read from the settings list in my program but no of them reads from it.. i think i need to some help with it please :) [CODE] //hostBox.Text = ConfigurationManager.AppSettings["Setting"].ToString(); //= ERROR //hostBox.Text = ConfigurationManager.AppSettings["Setting"].Get(); //= ERROR //hostBox.Text = ConfigurationSettings.AppSettings["Setting"].ToString(); //= ERROR …

Member Avatar for njitram
0
102
Member Avatar for njitram

Hiho C# people! I have a problem while compiling this: [CODE]using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Linq; namespace ConsoleApplication5 { class Program { static void Main(string[] args) { XDocument test = XDocument.Load(dataPath + "c:\\test.xml"); var result = new XElement("dbs", from test.Descendants("dbs") select new XElement("db", a.Element("id").Value)); Console.WriteLine(result); } …

Member Avatar for camilojvarona
0
180
Member Avatar for njitram

Hello i have a small question, [CODE]<?xml version="1.0"?> <mysql-connect> <db id="0" select="1"> <username>root</username> <password>1q2w3e</password> <database>OT</database> <hostname>localhost</hostname> </db> <db id="1" select="0"> <username>testuser</username> <password>woos</password> <database>notadb</database> <hostname>whereamg</hostname> </db> <db id="2" select="0"> <username>testuser2</username> <password>woos2</password> <database>notadb2</database> <hostname>whereamg2</hostname> </db> </mysql-connect>[/CODE] and i have 1 dropdown box and 3 textfields How can i add these values to …

Member Avatar for njitram
0
165
Member Avatar for njitram

Hello, I started today i already got some help but i cant find anny where how to build a multiple sort listbox.. Can some one help me on this information? Greetz Marty

Member Avatar for selvaganapathy
0
104
Member Avatar for njitram

Hello i need some help! [code=C#] dataGridView1[ID].Add(idPlayers); dataGridView1[Name].Add(nmPlayers); [/code] This aint working ... ;) [code] Colums: ID, Name Values: idPlayers = Reader.GetString(0); nmPlayers = Reader.GetString(1); [/code] How can i add this into the dataGrid table?

0
47
Member Avatar for njitram

Hello i just started up today with C#, Im femilair with PHP so i can do some things i have google etc. But now im stuck.. with this: [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using MySql.Data.MySqlClient; namespace WindowsApplication2 { public partial class …

Member Avatar for njitram
0
158