huseyint

4,140
Reputation
276 views

Registered User

Name huseyint
Member for 1 year
Seen 6 hours ago
Website
Location Istanbul, Turkey
Age 23
Livin' and breathin' .NET!
Nov
10
awarded  Popular Question
Oct
20
awarded  Popular Question
Oct
14
awarded  Popular Question
Aug
31
awarded  Nice Answer
Aug
2
awarded  Yearling
Jul
29
comment iTextSharp - Sending in-memory pdf in an email attachment
Yes, definitely brianng's answer is the right way to achieve this. Glad you solved it!
Jul
28
comment What might be causing String.Format to move characters around unexpectedly?
If you were doing C coding, there may be some reasons for this kind of behavior but in a Managed Memory environment, this is very strange...
Jul
28
comment iTextSharp - Sending in-memory pdf in an email attachment
Did you give "Creating a temp file" a try?
Jul
28
answered What might be causing String.Format to move characters around unexpectedly?
Jul
28
revised iTextSharp - Sending in-memory pdf in an email attachment
added 1016 characters in body
Jul
28
comment iTextSharp - Sending in-memory pdf in an email attachment
Then try memoryStream.Flush(); before setting the Position
Jul
28
answered iTextSharp - Sending in-memory pdf in an email attachment
Jul
28
comment C# ThreadStart with parameters
Use ParameterizedThreadStart to be able to pass parameters to that delegate when you call Start method. You are using a ThreadStart delegate which does not expect a method with a parameter in its signature, that is wrong in your case.
Jul
28
comment Read extended image properties in c#
IMO he means that not loading the actual image data, opening and reading metadata should be fine. Otherwise there are no ways inspect that file. The real perf bottleneck will be loading the image data, not the metadata.
Jul
28
comment C# ThreadStart with parameters
"varies widely" ??? how so?
Jul
28
answered C# ThreadStart with parameters
Jul
28
comment How to send a WPF window to the back?
Add using System.Runtime.InteropServices;
Jul
27
answered Dynamic Datatemplate in WPF
Jul
27
accepted WPF Pixels to desktop pixels
Jul
27
answered CSV File read. Special Chars problem.
Jul
27
comment WPF Pixels to desktop pixels
You can always use Adapter Pattern to create wrappers from one type to another. See en.wikipedia.org/wiki/Adapter_pattern
Jul
27
answered domain names and www
Jul
27
answered WPF Pixels to desktop pixels
Jul
27
comment How to send a WPF window to the back?
So, did my answer worked for you? Then please mark it as accepted.
Jul
26
revised Best ASP.NET application Deployment method
corrected spelling, fixed grammar
Jul
25
revised How to send a WPF window to the back?
added 59 characters in body
Jul
25
answered How to send a WPF window to the back?
Jul
25
revised Custom Tag inhertance.
edited tags
Jul
25
accepted Read from .msg files
Jul
24
comment Get current Windows user name within Silverlight
Actually we have initially go for a JavaScript solution, and it worked. But it requires the user to accept a bunch of security dialogs which is far from ideal.
Jul
24
comment Get current Windows user name within Silverlight
Nice answer! I will probably (and unfortunately) mark this answer as accepted if there won't be any creative answer (hack?)
Jul
24
asked Get current Windows user name within Silverlight
Jul
24
revised Create Excel file in Java
added JExcelApi
Jul
24
revised Create Excel file in Java
title cased the title
Jul
24
answered Create Excel file in Java
Jul
16
revised How do I convert a .docx to html using asp.net?
fixed typo
Jul
8
awarded  Disciplined
Jun
9
accepted WPF binding with StringFormat doesn’t work on ToolTips