Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
QuestionShare datalayer in memory Pin
RICARDOR2708746-Dec-12 5:14
RICARDOR2708746-Dec-12 5:14 
AnswerRe: Share datalayer in memory Pin
Eddy Vluggen6-Dec-12 5:32
professionalEddy Vluggen6-Dec-12 5:32 
QuestionLocalize ColorDialog Pin
David Knechtges6-Dec-12 4:28
David Knechtges6-Dec-12 4:28 
AnswerRe: Localize ColorDialog Pin
Brisingr Aerowing7-Dec-12 17:23
professionalBrisingr Aerowing7-Dec-12 17:23 
QuestionHow to get enum as parameter thru interface Pin
MichCl6-Dec-12 4:00
MichCl6-Dec-12 4:00 
AnswerRe: How to get enum as parameter thru interface Pin
DaveyM696-Dec-12 4:08
professionalDaveyM696-Dec-12 4:08 
AnswerRe: How to get enum as parameter thru interface Pin
PIEBALDconsult6-Dec-12 4:55
mvePIEBALDconsult6-Dec-12 4:55 
QuestionWhat would be the best approach for screen sharing c# Pin
Tridip Bhattacharjee5-Dec-12 21:00
professionalTridip Bhattacharjee5-Dec-12 21:00 
i want to develop a small communication apps like there will be one wcf service hosted in server and one desktop client would be there. suppose two people interact in each other through wcf service. when client1 will send data to client2 then data will go to wcf service and wcf service will push the data to client2. developing basic communication application with the help of wcf service easy. i want to add one utility into our apps called screen sharing.

client1 will send his desktop screen to client2. i know it is very easy to capture desktop image and convert the whole image to byte array and then pass the byte array to client2 and client2 can convert the byte array to image and set the image to his picturebox.if i send the whole image over the network every time then performance will be bad and slow. so i need to know how people develop apps to share their screen with other and how they send minimum data over the network. i search google a lot to get actual standard though but got none.

so i request every one of this forum please discuss this issue in detail with real life concept.

My Points are
----------------

1) just tell me how could i send the difference only between two images over the network instead of sending whole image again & again. lots of image processing library available which can be use to get the difference between two images but i do not know which one is the best and would be very faster....just take few ms to get the difference between two images.

2) after extarcting difference between two images i can send the difference over the network but on the client2 side how can i apply the difference on the present image. this is very important.

3) when picturebox will be updated frequently at client2 then a flicker may be noticable. how could i avoid this flicker rather how could i achieve the smooth change over of the images on client2 side.

the way i need the help like if it would be possible then please suggest me library with code snippet which i can use to extract the difference between two images.

also tell me what routine i can use to apply the diff on the current image at client2 side.

again tell me how could i achieve the smooth change over of the images on client2 side without flickering.

lots of scholar person visit this forum every second so i would expect good discusion in detail with pesudo code in c#. thanks
tbhattacharjee

AnswerRe: What would be the best approach for screen sharing c# Pin
Eddy Vluggen6-Dec-12 5:28
professionalEddy Vluggen6-Dec-12 5:28 
GeneralRe: What would be the best approach for screen sharing c# Pin
Tridip Bhattacharjee6-Dec-12 19:54
professionalTridip Bhattacharjee6-Dec-12 19:54 
GeneralRe: What would be the best approach for screen sharing c# Pin
Eddy Vluggen7-Dec-12 1:20
professionalEddy Vluggen7-Dec-12 1:20 
QuestionExtending OpenFileDialog to select folder and file simultaneously Pin
hemant.4oct5-Dec-12 19:57
hemant.4oct5-Dec-12 19:57 
AnswerRe: Extending OpenFileDialog to select folder and file simultaneously Pin
Richard MacCutchan5-Dec-12 21:41
mveRichard MacCutchan5-Dec-12 21:41 
GeneralRe: Extending OpenFileDialog to select folder and file simultaneously Pin
hemant.4oct5-Dec-12 22:16
hemant.4oct5-Dec-12 22:16 
GeneralRe: Extending OpenFileDialog to select folder and file simultaneously Pin
Eddy Vluggen6-Dec-12 2:28
professionalEddy Vluggen6-Dec-12 2:28 
GeneralRe: Extending OpenFileDialog to select folder and file simultaneously Pin
Richard MacCutchan6-Dec-12 2:45
mveRichard MacCutchan6-Dec-12 2:45 
Questionimage processing Pin
Bishwajit Nepali5-Dec-12 19:52
Bishwajit Nepali5-Dec-12 19:52 
AnswerRe: image processing Pin
Richard MacCutchan5-Dec-12 21:34
mveRichard MacCutchan5-Dec-12 21:34 
AnswerRe: image processing Pin
lukeer5-Dec-12 23:45
lukeer5-Dec-12 23:45 
QuestionHow to read data from crl file in C# Pin
Gramulos5-Dec-12 19:12
Gramulos5-Dec-12 19:12 
AnswerRe: How to read data from crl file in C# Pin
Richard MacCutchan5-Dec-12 21:32
mveRichard MacCutchan5-Dec-12 21:32 
AnswerRe: How to read data from crl file in C# Pin
Eddy Vluggen6-Dec-12 2:34
professionalEddy Vluggen6-Dec-12 2:34 
QuestionMultiThreading Pin
MAW305-Dec-12 17:49
MAW305-Dec-12 17:49 
AnswerRe: MultiThreading Pin
Dave Kreskowiak5-Dec-12 18:28
mveDave Kreskowiak5-Dec-12 18:28 
GeneralRe: MultiThreading Pin
MAW305-Dec-12 18:40
MAW305-Dec-12 18:40 

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.