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

.NET (Core and Framework)

 
AnswerRe: .Net 2.0 Applications and Windows 2008 Server Pin
Not Active28-Jun-10 3:06
mentorNot Active28-Jun-10 3:06 
GeneralRe: .Net 2.0 Applications and Windows 2008 Server Pin
sund7wells28-Jun-10 18:18
sund7wells28-Jun-10 18:18 
GeneralRe: .Net 2.0 Applications and Windows 2008 Server Pin
Dave Kreskowiak28-Jun-10 18:28
mveDave Kreskowiak28-Jun-10 18:28 
QuestionRegistration form for a windows application installer Pin
arya12324-Jun-10 8:00
arya12324-Jun-10 8:00 
AnswerRe: Registration form for a windows application installer Pin
hammerstein0525-Jun-10 2:21
hammerstein0525-Jun-10 2:21 
QuestionStackOverflowException Pin
Mehdi Ghiasi24-Jun-10 6:36
Mehdi Ghiasi24-Jun-10 6:36 
AnswerRe: StackOverflowException Pin
Luc Pattyn24-Jun-10 7:28
sitebuilderLuc Pattyn24-Jun-10 7:28 
AnswerRe: StackOverflowException Pin
supercat924-Jun-10 12:31
supercat924-Jun-10 12:31 
It may be interesting and illustrative to adapt the algorithm to use a queue rather than a stack. If you do that, you will observe the behavior looks as though the filled area "spreads". People who remember BASICA from way back when may recognize the queue-fill behavior as being something like what BASICA did, except that it scanned horizontal line segments directly rather than enqueueing each pixel thereon.

Note that the total number of queue entries required will be proportional to the smaller dimension of the area being filled, whereas a stack-based implementation will require stack depth proportional to the number of pixels.
AnswerRe: StackOverflowException Pin
Luc Pattyn25-Jun-10 9:50
sitebuilderLuc Pattyn25-Jun-10 9:50 
QuestionCrystal Report Basic Text Interpretation problem Pin
dasha_pl23-Jun-10 4:51
dasha_pl23-Jun-10 4:51 
QuestionCreate ActiveX control with .net 4.0 Pin
awu2522-Jun-10 19:05
awu2522-Jun-10 19:05 
AnswerRe: Create ActiveX control with .net 4.0 Pin
Not Active23-Jun-10 2:34
mentorNot Active23-Jun-10 2:34 
GeneralRe: Create ActiveX control with .net 4.0 Pin
awu2523-Jun-10 4:41
awu2523-Jun-10 4:41 
GeneralRe: Create ActiveX control with .net 4.0 Pin
Not Active23-Jun-10 5:22
mentorNot Active23-Jun-10 5:22 
GeneralRe: Create ActiveX control with .net 4.0 Pin
awu2523-Jun-10 16:57
awu2523-Jun-10 16:57 
GeneralRe: Create ActiveX control with .net 4.0 Pin
Pete O'Hanlon23-Jun-10 21:56
mvePete O'Hanlon23-Jun-10 21:56 
GeneralRe: Create ActiveX control with .net 4.0 Pin
Pete O'Hanlon23-Jun-10 7:39
mvePete O'Hanlon23-Jun-10 7:39 
AnswerRe: Create ActiveX control with .net 4.0 Pin
Dave Kreskowiak23-Jun-10 3:13
mveDave Kreskowiak23-Jun-10 3:13 
QuestionXML Import Failing on XMLDocument.Load: Unexpected end of file has occurred. Pin
D.Dubya22-Jun-10 4:07
D.Dubya22-Jun-10 4:07 
QuestionDifferent query but get same result Pin
Naunt21-Jun-10 23:05
Naunt21-Jun-10 23:05 
AnswerRe: Different query but get same result Pin
Pete O'Hanlon21-Jun-10 23:28
mvePete O'Hanlon21-Jun-10 23:28 
GeneralRe: Different query but get same result Pin
Naunt22-Jun-10 1:17
Naunt22-Jun-10 1:17 
GeneralRe: Different query but get same result Pin
Pete O'Hanlon22-Jun-10 1:47
mvePete O'Hanlon22-Jun-10 1:47 
QuestionPage.ClientScript.RegisterClientScriptBlock Not Working in my page Pin
jintalPatel21-Jun-10 0:54
jintalPatel21-Jun-10 0:54 
AnswerRe: Page.ClientScript.RegisterClientScriptBlock Not Working in my page Pin
Peace ON21-Jun-10 1:42
Peace ON21-Jun-10 1:42 

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.