Forum: C# May 19th, 2008 |
| Replies: 7 Views: 1,304 Not a problem :p. Glad I could help a little bit.
And thanks for the offer, but I don't need help at the moment. Giving other people help can be fun too.
Well, back to work now, last weeks have... |
Forum: C# May 7th, 2008 |
| Replies: 7 Views: 1,304 Hehe, I don't think it is that simple. Speech to text relies on complex algorhytms analyzing hyphens (am I correct?).
At least according to the seminar I got from dragon naturally speaking. If I... |
Forum: Java Apr 24th, 2008 |
| Replies: 2 Views: 415 Yes...and the question is... :p
I do recommend to wrap your code around tags with CODE=JAVA and /CODE . Makes the whole program a bit easier to read.
Also, specify your problem please :p |
Forum: C# Apr 17th, 2008 |
| Replies: 6 Views: 2,179 That does seem like a weird course of action to take. Well...Good job I guess Jerry :p |
Forum: C# Apr 16th, 2008 |
| Replies: 6 Views: 2,179 You mean the last item in it?
In that case it would be combobox.SelectedItemIndex = combobox.Items.Count - 1;
This is just a guess though, since I don't have time to try it out for now. Give it... |
Forum: Java Apr 12th, 2008 |
| Replies: 4 Views: 5,648 mV.createMainView();
mV has not been declared in this class.
dV.createDetailView();
dV has not been declared in this class.
etc etc.
You should make a new instance for the variables you... |
Forum: C# Apr 1st, 2008 |
| Replies: 23 Views: 21,037 If that is the case your windows verification should be the same as the verification for your database (ie: when installing sql server you should have opted for the windows verification).
The... |
Forum: C# Apr 1st, 2008 |
| Replies: 23 Views: 21,037 If your database is running locally, try
SqlConnection conn = new SqlConnection("Data Source=(local);Initial Catalog=Dorpshuis;Integrated Security=SSPI);
For the adding of your password or... |