Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: Jens
Forum: C# May 19th, 2008
Replies: 7
Solved: Speec to text
Views: 1,304
Posted By Jens
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
Solved: Speec to text
Views: 1,304
Posted By Jens
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
Solved: i need help
Views: 415
Posted By Jens
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
Solved: combobox
Views: 2,179
Posted By Jens
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
Solved: combobox
Views: 2,179
Posted By Jens
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
Posted By Jens
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
Posted By Jens
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
Posted By Jens
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...
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC