Click here to Skip to main content
15,886,199 members

Comments by npdev13 (Top 30 by date)

npdev13 28-Apr-18 2:26am View    
thanks for your solution, yes it will work, but i don't want to use CTE.

Solution I put is what i want.
npdev13 11-Oct-16 0:59am View    
Thanks Dave for answer. I found the such monospace font.
npdev13 30-Sep-16 7:43am View    
yeah i know that draw line feature but for each character how to do is the problem.
npdev13 15-Apr-15 1:48am View    
Hi SA,

Thanks for looking into the issue.

Actually my requirement little complex and difficult to explain why I am using ActiveX

but anyway I found the solution of the problem. Actually my issue was how to use Activex without Windows application. And by writing below line it works for me
System.Windows.Forms.Application.Run();

in Way#2 I have modified code like below and it works fine

Thread t = new Thread((ThreadStart)
delegate
{
StartTCPCommunication();
System.Windows.Forms.Application.Run();
});
t.SetApartmentState(ApartmentState.STA);
t.Start();


Thanks again for looking into this.
npdev13 5-Feb-14 23:48pm View    
Yes, thanks for comment. I was just confused, this type of compression possible or not