Click here to Skip to main content
16,005,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get the last node of a TreeView Pin
xilefxilef17-Sep-05 9:59
xilefxilef17-Sep-05 9:59 
AnswerRe: How to get the last node of a TreeView Pin
Rcms Support29-Oct-17 20:02
Rcms Support29-Oct-17 20:02 
QuestionArraylists, Collections & Dictionaries... Pin
raysot77715-Sep-05 5:41
raysot77715-Sep-05 5:41 
AnswerRe: Arraylists, Collections & Dictionaries... Pin
Guffa15-Sep-05 6:18
Guffa15-Sep-05 6:18 
GeneralRe: Arraylists, Collections & Dictionaries... Pin
raysot77715-Sep-05 16:05
raysot77715-Sep-05 16:05 
GeneralRe: Arraylists, Collections & Dictionaries... Pin
Guffa15-Sep-05 20:38
Guffa15-Sep-05 20:38 
QuestionRemoting - Image problem Pin
The Liquidian15-Sep-05 4:30
The Liquidian15-Sep-05 4:30 
AnswerRe: Remoting - Image problem Pin
Judah Gabriel Himango15-Sep-05 7:24
sponsorJudah Gabriel Himango15-Sep-05 7:24 
Note that there is a known bug in .NET remoting when trying to transfer large amounts of data over in a single call. The bug has been reported to exist when transferring 2MB or more of data in a single call, but I've found it to occur with less data than that.

Instead of transferring the entire image over in a single call, transfer a stream of bytes over in a single call, then call stream.Read(...) to read bytes incrementally in multiple calls. Once all the bytes are transferred over, you can reconstruct the image on the client and set the picture box's image accordingly.

See this article[^] for more information.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Cops & Robbers
Judah Himango


QuestionUsing WebRequest / WebResponse Pin
Stefan_ Spenz15-Sep-05 3:41
Stefan_ Spenz15-Sep-05 3:41 
AnswerRe: Using WebRequest / WebResponse Pin
Guffa15-Sep-05 3:59
Guffa15-Sep-05 3:59 
AnswerRe: Using WebRequest / WebResponse Pin
surfman1915-Sep-05 9:19
surfman1915-Sep-05 9:19 
QuestionSecurityException running a winApp located on intranet Pin
joaoPaulo15-Sep-05 3:40
joaoPaulo15-Sep-05 3:40 
AnswerRe: SecurityException running a winApp located on intranet Pin
mav.northwind15-Sep-05 5:58
mav.northwind15-Sep-05 5:58 
Questionhow to assign the session variable in javascript Pin
mohd rafi15-Sep-05 3:19
mohd rafi15-Sep-05 3:19 
QuestionaxBrowser + MDIChild problem Pin
g00fyman15-Sep-05 3:12
g00fyman15-Sep-05 3:12 
QuestionDatagrid row selection problem Pin
Wjousts15-Sep-05 2:10
Wjousts15-Sep-05 2:10 
AnswerRe: Datagrid row selection problem Pin
miah alom15-Sep-05 3:52
miah alom15-Sep-05 3:52 
GeneralRe: Datagrid row selection problem Pin
Wjousts15-Sep-05 5:44
Wjousts15-Sep-05 5:44 
GeneralRe: Datagrid row selection problem Pin
QuietKnight15-Sep-05 5:53
QuietKnight15-Sep-05 5:53 
GeneralRe: Datagrid row selection problem Pin
Wjousts15-Sep-05 6:11
Wjousts15-Sep-05 6:11 
GeneralRe: Datagrid row selection problem Pin
Wjousts15-Sep-05 6:15
Wjousts15-Sep-05 6:15 
GeneralRe: Datagrid row selection problem Pin
Wjousts15-Sep-05 7:00
Wjousts15-Sep-05 7:00 
GeneralRe: Datagrid row selection problem Pin
QuietKnight15-Sep-05 7:07
QuietKnight15-Sep-05 7:07 
QuestionAccessing Form Data from another form Pin
LiamD15-Sep-05 1:50
LiamD15-Sep-05 1:50 
AnswerRe: Accessing Form Data from another form Pin
Russell Jones15-Sep-05 3:33
Russell Jones15-Sep-05 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.