Forum: C# Feb 16th, 2009 |
| Replies: 10 Views: 725 Well bummer, I was hoping I could edit my previous post and take out my suggestions.
NOBODY will do your work for you. First of all the forum rules prohibit it, secondly it doesn't help you learn... |
Forum: VB.NET Feb 13th, 2009 |
| Replies: 2 Views: 646 You could also use a dictionary to check spelling |
Forum: Java Feb 13th, 2009 |
| Replies: 6 Views: 1,800 hmm wierd, what didn't you find? I typed in
java play audio file
and found a ton of stuff in google . . . |
Forum: VB.NET Feb 3rd, 2009 |
| Replies: 22 Views: 1,731 |
Forum: VB.NET Jan 28th, 2009 |
| Replies: 5 Views: 845 some other free tutorials
http://www.homeandlearn.co.uk/NET/vbNET.html
the only way to start is to start reading and messing with some of this stuff yourself. you can get visual studio for free... |
Forum: C# Jan 22nd, 2009 |
| Replies: 15 Views: 1,025 how many ways do we have to tell you that we can't help you in this area? Search final project ideas in daniweb and see the hundreds of exactly the same posts or search google
IS final project... |
Forum: VB.NET Jan 21st, 2009 |
| Replies: 14 Views: 3,036 you're posting to a thread that's over 2 years old |
Forum: C# Jan 19th, 2009 |
| Replies: 21 Views: 1,040 hmm, well then ddanbe I am fast on my way to becoming an expert in everything! |
Forum: C# Jan 19th, 2009 |
| Replies: 3 Views: 302 Does this help you?
http://www.syncfusion.com/faq/windowsforms/faq_c4c.aspx |
Forum: VB.NET Jan 9th, 2009 |
| Replies: 6 Views: 536 You're not supposed to post your email addy here like that
and what are you asking for? you want code to download? a program to write it? You have not said what you want so I assume it's code.
... |
Forum: VB.NET Jan 7th, 2009 |
| Replies: 22 Views: 1,598 I'm newer to vb.net so the others might change this a bit
Private Shared Sub GetInstalled()
Dim uninstallKey As String = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"... |
Forum: C# Jan 5th, 2009 |
| Replies: 5 Views: 3,309 You don't mention if you have to use substring to get the extension or if that is just the method to grab it you decided to use so I'll ask another question . . .
Is there any reason you are not... |
Forum: C# Sep 23rd, 2008 |
| Replies: 20 Views: 2,629 LizR - you are by far the most patient and understanding person I've met in a long time. (well basically we have not met but you get the idea . . .) This guy basically trashes you and you still... |
Forum: VB.NET Sep 9th, 2008 |
| Replies: 7 Views: 1,049 You run grossPay = hoursWorked * payRate
payRate is defined above it but hoursWorked is not - therefore it looks like you're running
grossPay = 0 * (the value of the textbox)
-- move your... |