User Profile

Collapse

Profile Sidebar

Collapse
kishoreforqns
kishoreforqns
Last Activity: May 11 '11, 09:29 AM
Joined: Aug 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kishoreforqns
    started a topic How to deal with .dwg files
    in .NET

    How to deal with .dwg files

    Is it possible to read a .dwg format file using c# or show .dwg format file in a browser or convert the .dwg format file into .jpeg or .gif or .tiff. How to deal with the .dwg file in asp.net
    See more | Go to post

  • how to download files (2mb>) [server to client]using networkstream from a mailserver.

    how to download files (2mb>) [server to client]using networkstream from a mailserver..

    i can conenct to the mail server, list unread mails, and i can also retreive unread mails. but that till 1.5 mb. how to do this.. what concept i have to use.. how the server is sending the data..

    now i am using the code given for retreive (RETR)

    Thread.Sleep(10 0000);

    byte[] arrResponse = new byte[10000000];...
    See more | Go to post

  • how to download files (2mb>) [server to client]using networkstream from mailserver

    now i am using this code. but here i cannot get more than 2 MB of data.. can anybody help. to be frank i am new to this area.. thank you


    Thread.Sleep(10 0000);
    byte[] arrResponse = new byte[10000000];
    ntstrm.Read(arr Response, 0, arrResponse.Len gth);
    string str = System.Text.Enc oding.ASCII.Get String(arrRespo nse);
    return str;
    See more | Go to post
No activity results to display
Show More
Working...