Click here to Skip to main content
15,909,205 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 1:20
mveDave Kreskowiak2-Dec-09 1:20 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 3:33
dileep20092-Dec-09 3:33 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 4:19
professionalEddy Vluggen2-Dec-09 4:19 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 4:31
mveDave Kreskowiak2-Dec-09 4:31 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 2:07
professionalEddy Vluggen2-Dec-09 2:07 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 3:32
dileep20092-Dec-09 3:32 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 4:07
professionalEddy Vluggen2-Dec-09 4:07 
QuestionWorking with AsyncOperations Pin
Jeroen De Dauw30-Nov-09 8:04
Jeroen De Dauw30-Nov-09 8:04 
Hey,

I'm working on a .Net library for segmented downloads. I have a Download class and a Segment class. The download class creates a thread for each download, from which threads for each segment are spawned.

I've done this walk through[^], but am having troubles implementing the same pattern for my library.

I don't know how to work with the userStateToLifetime HybridDictionary with async operations in my case, since in contradiction to the example, there are two 'levels' of tasks in my case (Downloads and Segments).

Important to note is that the Download class is set up for ONE download, not multiple.

So what should I do, create one HybridDictionary that holds async operations for the segments, create one that holds both the segments and the download, or two; one holding the segments and one holding the download?

This is my first real implementation of this pattern, so if you think I'm missing some important understanding of it, please refer me to the relevant documentation Smile | :)

Cheers

Jeroen De Dauw
---
Forums ; Blog ; Wiki
---
70 72 6F 67 72 61 6D 6D 69 6E 67 20 34 20 6C 69 66 65!

Questionhow to convert the property into bit from bool? Pin
TARAK NATH ROY30-Nov-09 0:11
TARAK NATH ROY30-Nov-09 0:11 
AnswerRe: how to convert the property into bit from bool? Pin
T210230-Nov-09 1:15
T210230-Nov-09 1:15 
AnswerRe: how to convert the property into bit from bool? Pin
Shameel30-Nov-09 1:48
professionalShameel30-Nov-09 1:48 
AnswerRe: how to convert the property into bit from bool? Pin
The Man from U.N.C.L.E.30-Nov-09 3:26
The Man from U.N.C.L.E.30-Nov-09 3:26 
QuestionCreate 25KHz Heartbeat Method Pin
forodo29-Nov-09 6:26
forodo29-Nov-09 6:26 
AnswerRe: Create 25KHz Heartbeat Method Pin
Mark Salsbery29-Nov-09 6:58
Mark Salsbery29-Nov-09 6:58 
GeneralRe: Create 25KHz Heartbeat Method Pin
forodo29-Nov-09 7:13
forodo29-Nov-09 7:13 
GeneralRe: Create 25KHz Heartbeat Method [modified] Pin
Luc Pattyn29-Nov-09 8:16
sitebuilderLuc Pattyn29-Nov-09 8:16 
GeneralRe: Create 25KHz Heartbeat Method Pin
harold aptroot29-Nov-09 8:31
harold aptroot29-Nov-09 8:31 
GeneralRe: Create 25KHz Heartbeat Method Pin
Luc Pattyn29-Nov-09 8:42
sitebuilderLuc Pattyn29-Nov-09 8:42 
GeneralRe: Create 25KHz Heartbeat Method Pin
harold aptroot29-Nov-09 9:01
harold aptroot29-Nov-09 9:01 
GeneralRe: Create 25KHz Heartbeat Method Pin
Luc Pattyn29-Nov-09 9:38
sitebuilderLuc Pattyn29-Nov-09 9:38 
GeneralRe: Create 25KHz Heartbeat Method Pin
Dave Kreskowiak30-Nov-09 7:38
mveDave Kreskowiak30-Nov-09 7:38 
GeneralRe: Create 25KHz Heartbeat Method Pin
harold aptroot30-Nov-09 7:56
harold aptroot30-Nov-09 7:56 
GeneralRe: Create 25KHz Heartbeat Method Pin
Luc Pattyn30-Nov-09 9:35
sitebuilderLuc Pattyn30-Nov-09 9:35 
GeneralRe: Create 25KHz Heartbeat Method Pin
harold aptroot30-Nov-09 9:37
harold aptroot30-Nov-09 9:37 
QuestionCoding Style Question Pin
#realJSOP28-Nov-09 2:43
professional#realJSOP28-Nov-09 2:43 

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.