Click here to Skip to main content
15,885,366 members

Comments by U. G. Leander (Top 13 by date)

U. G. Leander 30-Jun-16 2:56am View    
Have you tried to use OpenXML? It's a quite powerful (yet poorly documented) SDK. Might help you out.
U. G. Leander 30-Mar-16 10:03am View    
You're welcome! Could you please mark the question as solved, so that it doesn't appear in the "unanswered"-category?
U. G. Leander 30-Mar-16 8:35am View    
You could try lbxArtikel.ScrollIntoView(lbxArtikel.SelectedItem),
assuming lbxArtikel is your ListBox and then set the focus on the item.
U. G. Leander 18-Jan-16 9:24am View    
Why don't you use a Singleton? I think this should do the trick.
U. G. Leander 4-Jan-16 4:46am View    
check the value of "i" when the error occurs (-> set breakpoint there). I am sure that "i" is greater than "0". But "labs" has only a length of one, i.e. one element....so when you try to write to e.g. "labs[1]", this object is not instantiated (it is not even existing).