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
~2K People Reached
Favorite Tags
Member Avatar for jay_el_em

Hi, I'm a newbie to html. I'm creating a website with some pics. I want each picture to link to another html page to display a larger image, but I don't want to create a page for each one. Is it possible to create one html page, link to that, …

Member Avatar for ckide
0
163
Member Avatar for jay_el_em

I am an aspiring programmer/developer, and I was wondering which direction would lead to more job opportunities(Not just more money, although in this recession we could all use some extra cash) I am learning C# and have mostly done Winforms desktop applications, should I be looking more towads ASP.Net?? Am …

Member Avatar for Rashakil Fol
0
106
Member Avatar for jay_el_em

Hi, I have a flowLayoutPanel, into which I want to add new labels when the user clicks on a button. Is this possible? C#, Winforms, Visual Studio I am trying something like this: [CODE] //inside click event handler string submitWord = tempWord; Label lbl = new Label(); lbl.Text = submitword; …

Member Avatar for jay_el_em
0
133
Member Avatar for jay_el_em

I've been teaching myself programming in c#, until such time that I actually save up the money to do some courses. Inbetween learning, I do some fun stuff. Now I decided to do a 'Word Mole' type game in WinForms. The biggest problem I have is where to store the …

Member Avatar for jay_el_em
0
98
Member Avatar for jay_el_em

Hi, I want to close a form, when another form closes. Basically, I have a search form that opens up a results form, which contains a dataGridView only. when the user closes the results form, I want the search form to close also. Is this even possible? Thanks

Member Avatar for jay_el_em
0
156
Member Avatar for jay_el_em

Hi everyone I was wondering if age makes a difference in computer programming. I'm in furniture manufacturing and retail at the moment, but I've always enjoyed computers. Have been doing some C# for about 6 months, and having fun as I learn. My question really is: Am I too old …

Member Avatar for JamieLynnSEO
0
234
Member Avatar for jay_el_em

Hi guys I'm a newbie, and can't figure out the problem with the following code. I get the error inthe line in Bold. Please help [CODE]private void Form1_Load(object sender, EventArgs e) { con = new SqlConnection(); con.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\KAMESH\\Documents\\Visual Studio 2010\\Projects\\bankDBApp\\bankDBApp\\bankAcc.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"; con.Open(); MessageBox.Show("Connecting to SQL Database", …

Member Avatar for tirthraj201186
0
109
Member Avatar for jay_el_em

I have a simple array, where I store the 5 best times for a game. I then write the array elements to a text file . I get the message that a string reference is not set to an instance of a string [CODE] private void Scores() { if (!File.Exists("TopTimes1.txt")) …

Member Avatar for jay_el_em
0
128
Member Avatar for neptunethought

I have been trying to write some strings to the notepad. I have successfullly written the first string , however when I try to add another string,It always over writes the first string I have written.Can you tell me a way where I can write strings to the next line …

Member Avatar for Mitja Bonca
0
164
Member Avatar for jay_el_em

Hi I need to access a label's properties from a method that I will be running inside the label's click event handsler. I have no clue??? I suppose I need to add a bit more info. I have 25 labels, when you click on one label, this method will check …

Member Avatar for Mitja Bonca
0
143
Member Avatar for jay_el_em

Hi everyone, could you please help me with some links to good array tutorials Cou. Please help with some good links to array tutorials.

Member Avatar for Fenrir()
0
65
Member Avatar for jay_el_em

would this be a valid querry: querry = "Select * From Transactions Where AccountName = ' " + accessName + " ' "; When I hardcode the paramater in, my datagrid fills with the correct rows, but this way it just stays blank. How do I use a string variable …

Member Avatar for Momerath
0
86
Member Avatar for jay_el_em

Hi, I'm fairly new to programming, and I can't find a way to do the following: I need to read specific rows from a data table and put those rows in a dataGrid. Got no trouble reading my information into the dataGrid, as long as I don't need to specify …

0
72
Member Avatar for jay_el_em

I have a very basic login form, and and account form. when you login your account page with balance etc. opens up. Sound good in theory, but how do I do it in practice. I have the information in a txt file that is read during the login_click event. Please …

Member Avatar for jay_el_em
0
83
Member Avatar for jay_el_em

Hi all I am a beginner programmer, and I think I might have bitten off more than I can chew.I've done some small projects, and then decided to do a simple banking app, just as a learning exercise. Problem is I don't know where to begin, and I've not created …

Member Avatar for Mitja Bonca
0
107