Forum: C# May 19th, 2008 |
| Replies: 7 Views: 1,312 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,312 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: C# Apr 17th, 2008 |
| Replies: 6 Views: 2,220 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,220 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: C# Apr 1st, 2008 |
| Replies: 23 Views: 21,525 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,525 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... |