blah blah blah is here! blah blah » Close

0
votes
1 answers

help with sql query and display

I am having trouble displaying data form my query. Here is the deal. I have two tables table users userID firstName lastName table website websiteID website username password clientID and here is my code. my issue is tha ...

0
votes
4 answers

panels or windows

I am trying to figure out how to make panels stack on top of each other but still be able to get to the one underneath. Here is the idea. Lets say that I am making an application to track my bills. I would have a button for bills, payments, ...

0
votes
2 answers

AboutBox1 question

I am just messing around here. I just created a new project using Microsoft Visual C# 2010 and then I added a new aboutbox and one regular button. I double clicked the button to enter into it's click event and put in new AboutBox1().show ...

0
votes
2 answers

2 easy questions here

I am using Microsoft Visual C# 2010. Is there an easy way to replace the standard button with an image? Or do you have to use code to get it done? second. Is there an email notification for the forums so that when the questions gets answ ...

0
votes
0 answers

Bug

On my questions, underneath, it says that the question was asked 5 months ago. There is no way the threads I was looking at were asked 5 months ago. It would be more like 2 or 3 years.

0
votes
1 answers

how to save changes?

i am nearly done with my latest project. my project is able to save changes to the file using the savefiledialog. but if i open a file in my project and make changes, how can i get it to prompt the user if they want to save the changes bef ...

0
votes
1 answers

is this possible

I was wanting to know if it is possible to pinpoint a spot in a file to append text to the file. for example. if i had code that said WriteLine("hello world"); could you write using the appendText option to put below the Write ...

0
votes
1 answers

question about StreamWriter()

i am using the openfiledialog to bring in a text file into an rtb. this text file is in some cases is 23000 lines long. Now after i bring it into the rtb, it will be edited by the user then saved back to it's location. The code i came up ...

0
votes
1 answers

help with this property

I have a checkedListBox in my form. right now it will allow you to check every box in the list. So i found the SelectionMode property in the properties window and set that to one. I doesn't work. So i googled SelectionMode and the msdn ...

0
votes
1 answers

why does this not work?

i am trying to say that if the textbox is empty, then write the code, otherwise throw up the messagebox. but what i get is it prints one of the 8 lines and then throws up the messagebox. is there a better way to get the code to recognize th ...

0
votes
1 answers

sending info to another form

I have a button on form one that activates an openfiledialog. I want to open the file and have it displayed in a textbox in form3. but everytime i try, it says that textbox3 wich is on form3 doesn't exist. Help please

0
votes
1 answers

help with this error

i can't see the designer window. this error popped up when i tried to figure out how to get the contextmenu to show. when i click edit, it shows this line this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); One or more errors e ...

0
votes
1 answers

help with openfiledialog

I am trying to get the openfiledialog to open a text file and display the contents into a richtextbox. i have added a third form to my project. i can get it to display, but anytime i try to get the file open into the form it says that the r ...

0
votes
1 answers

help with cut, copy and paste

I am trying to figure out how to get the right click menu to pop up in my richtextbox. I have created an Edit menu with the options that work off of the keyboard shortcuts. Then it occured to me that there needs to be a control, so i l ...

0
votes
1 answers

help with this array and loop

I have thirty five checkboxes in my project. I need to loop through them to see if they are checked or not. if not, then i have a messageBox saying you need to check one. if one is checked, then it will write some info to a text file. this ...

Feedback