Click here to Skip to main content
15,895,606 members

Comments by Matej Hlatky (Top 81 by date)

Matej Hlatky 11-Aug-15 1:48am View    
So what is the question?
Matej Hlatky 1-May-15 5:41am View    
Hi, I'm not sure, what you want to achieve, but have you tried to print smiley face like this?
MessageBox.Show("Smiley face 😄")
EDIT: just copy symbol from http://emojipedia.org/people/
Matej Hlatky 20-Apr-15 17:19pm View    
Hi,
for debugging purposes, you can check, if there are any pending changes to be saved before calling SubmitChanges() by calling GetChangeSet() method on your dataContext instance.
Additionally you can set the DataContext.Log property to Console.Out to observe executed SQL in the VS Output window.
Matej Hlatky 4-Mar-15 3:52am View    
Hi,
check this article http://www.codeproject.com/Articles/646239/NET-Asynchronous-Patterns
But I still don't understand, why you need to wait for completition. Just do your "after" work in the completed event handler.
Matej Hlatky 2-Mar-15 14:19pm View    
Hi, have you tried to use different Graphics.DrawString method - the one with the rectangle parameter?