Forum: C Jul 3rd, 2009 |
| Replies: 3 Views: 739 I want to thank you all for your input, I did get it solved. |
Forum: C Jul 2nd, 2009 |
| Replies: 3 Views: 739 Hi Everyone,
I need help with using isdigit in C. What I am trying to do is verify that the user input is numeric. In my program, as is, I get the error:
line (21) : error C2061: syntax error :... |
Forum: VB.NET Nov 19th, 2008 |
| Replies: 0 Views: 390 Hi All,
I have a problem with displaying items in a list box. I have inserted a radio button to display 15 lines of calculations, press the OK button and then display another 15 and so on.
... |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 5 Views: 1,620 Renukavani,
Thank you very much for your reply, you had to of spent a little time on i, thanks again.
Now I have to try and decipher it.
Thanks,
Ken |
Forum: VB.NET Nov 9th, 2008 |
| Replies: 5 Views: 1,620 Hi All,
Can anyone please help me out here? I have been trying now for about 6 hours on trying to convert this code from vb.net to asp.net
MessageBox.Show("Press OK To Continue..", "Mortgage... |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 4 Views: 969 Hi All,
Evidently I found the file because I don't get the error anymore but now I am having other problems. Is there away that I can verify whats in the file?
Here is the code I used
'declare... |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 4 Views: 969 waynespangler,
All I did is use NotePad to write the file:
5.35
5.5
5.75
That is all that is in the file and I saved it as strinterestRates.txt and saved it in my main program folder.
Ken |
Forum: VB.NET Nov 4th, 2008 |
| Replies: 4 Views: 969 Hi All,
I am sure having problems with reading from a sequential file. I created a .txt file and placed it several places within the vb.net file folder for the program that I am writing. The problem... |
Forum: VB.NET Oct 31st, 2008 |
| Replies: 7 Views: 781 Teme64,
I had asked you, or anyone one more question in regards to this post. If you can try and reply to my last post I would really appreciate it. If not I will close this thread tomorrow.... |
Forum: VB.NET Oct 30th, 2008 |
| Replies: 7 Views: 781 Teme64,
Sorry to bother you again but for the last couple of hours I have been trying to add in to check the text boxes for no input at all. I have tried adding it to your code so I don't have to... |
Forum: VB.NET Oct 30th, 2008 |
| Replies: 7 Views: 781 Teme64,
Thank you very much for your help, it works great. I just couldn't figure out how to accomplish it. I searched the web and so forth, no luck on that either.
Thanks Again,
Ken
jireh,... |
Forum: VB.NET Oct 30th, 2008 |
| Replies: 7 Views: 781 Hi All,
I have 3 text boxes that have user input to preform calculations. What I would like to do is if the user inputs improper values to share the error code messages with out having to define the... |
Forum: VB.NET Oct 8th, 2008 |
| Replies: 5 Views: 1,621 Teme64,
Thank you for your input, it works great now. I just couldn't figure that one out.
Thanks,
tyserman5674 |
Forum: VB.NET Oct 7th, 2008 |
| Replies: 5 Views: 1,621 Hi All,
I have been trying to figure out another problem with this program, maybe some one can help me out.
I need some type of code so if the text field is left completey empty it will give an... |
Forum: VB.NET Oct 4th, 2008 |
| Replies: 5 Views: 1,621 rapture,
Thank you very much for your reply. I added your line of code to all the text boxes and it worked great.
Thanks,
Ken |
Forum: VB.NET Oct 3rd, 2008 |
| Replies: 5 Views: 1,621 Hi all,
I have different text boxes the I need to validate the user inut. The code that I have (example) does work, the problem is that if there is absolutly nothing in the text box I don't want to... |
Forum: VB.NET Sep 23rd, 2008 |
| Replies: 1 Views: 963 Sorry, i forgot to add the last part of my code.
[/code]
If (intCounter1 <> intLoanTerm + 1) Then 'if loan term does not equal counter
'check auto scroll command
... |
Forum: VB.NET Sep 23rd, 2008 |
| Replies: 1 Views: 963 Hi All,
I have a program trying to use mousehover to pause the autoscroll. It is a widows form called:
lstOutput System.Windows.Forms.1 Below is how it is in my code.
[/code]
Public Sub... |
Forum: VB.NET Sep 12th, 2008 |
| Replies: 3 Views: 312 Thanks Jx_Man,
That worked fine for the ones that I wanted to put in. Also you mentioned;
"also you can change the event of controls"
Can you explain this a little further on how I do that?... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 3 Views: 312 Hi Everyone,
I am having some problems here and it must be that I don't have something turned on or something.
I just started a new program and have placed buttons, text boxes ect. on the GUI. The... |
Forum: VB.NET Sep 10th, 2008 |
| Replies: 3 Views: 2,651 I am getting an error with this statement and can not seem to figure out what is wrong.
decMortgagePayment.ToString("C") & " Monthly Payment" = Me.lblMortgagePayment.Text
I am doing a... |
Forum: C++ Sep 4th, 2008 |
| Replies: 6 Views: 655 Thank you both very much for your input. I found that I had missed the .txt in the file and that did make it work. I am also making the other changes that both of you suggested.
Thanks Again and any... |
Forum: C++ Sep 3rd, 2008 |
| Replies: 6 Views: 655 Thank you for your help.
I just wanted to let everyone know that I did get it figured out.
I would still like some input as to what you think is wrong with the program in general. I am new to this... |
Forum: C++ Sep 3rd, 2008 |
| Replies: 6 Views: 655 Hi All,
I am having problems with reading input from a sequetail file and I can't figure out what is wrong. Can someone please help me out, I don't know if I am even doing it right, very new at... |
Forum: C++ Sep 3rd, 2008 |
| Replies: 1 Views: 228 I have been trying to follow what you guys where doing here because I have to do something simalar. Can you tell me what the name of your file is jaffo, is it a .dat or a .txt file?
You where using... |