Click here to Skip to main content
15,899,025 members
Home / Discussions / C#
   

C#

 
QuestionSlow, Choppy Form with Pictureboxes Pin
cycledesign3-Jan-06 13:35
cycledesign3-Jan-06 13:35 
AnswerRe: Slow, Choppy Form with Pictureboxes Pin
Christian Graus3-Jan-06 13:49
protectorChristian Graus3-Jan-06 13:49 
GeneralRe: Slow, Choppy Form with Pictureboxes Pin
cycledesign3-Jan-06 13:56
cycledesign3-Jan-06 13:56 
GeneralRe: Slow, Choppy Form with Pictureboxes Pin
Christian Graus3-Jan-06 14:00
protectorChristian Graus3-Jan-06 14:00 
GeneralRe: Slow, Choppy Form with Pictureboxes Pin
cycledesign3-Jan-06 14:04
cycledesign3-Jan-06 14:04 
AnswerRe: Slow, Choppy Form with Pictureboxes Pin
eggie53-Jan-06 14:27
eggie53-Jan-06 14:27 
QuestionFast, safe array access - stackalloc equivalent? Pin
Vega023-Jan-06 12:07
Vega023-Jan-06 12:07 
AnswerRe: Fast, safe array access - stackalloc equivalent? Pin
Jared Parsons3-Jan-06 12:45
Jared Parsons3-Jan-06 12:45 
Vega02 wrote:
1. Use something like byte* expanded = stackalloc byte[256 / 8]. The key is declared on the stack, so it will be overwritten on future function calls.


That statement isn't 100% true. It will only be overwritten when enough nested function calls are made such that the stack height overwrites the array. It's possible that the call to SetKey is the deepest call ever made and thus the data is never overwritten.



Jared Parsons
jaredp@beanseed.org
http://jaredparsons.blogspot.com/[^]
GeneralRe: Fast, safe array access - stackalloc equivalent? Pin
Vega023-Jan-06 13:07
Vega023-Jan-06 13:07 
AnswerRe: Fast, safe array access - stackalloc equivalent? Pin
leppie3-Jan-06 22:46
leppie3-Jan-06 22:46 
QuestionComboBox Text Change Event Pin
thepolishguy3-Jan-06 11:21
thepolishguy3-Jan-06 11:21 
QuestionRound edge panel Pin
VPMahank3-Jan-06 11:08
VPMahank3-Jan-06 11:08 
QuestionNo Crystal Report installed on User machine Pin
chinky singh3-Jan-06 11:07
chinky singh3-Jan-06 11:07 
AnswerRe: No Crystal Report installed on User machine Pin
Santosh Satalkar3-Jan-06 23:14
Santosh Satalkar3-Jan-06 23:14 
GeneralRe: No Crystal Report installed on User machine Pin
chinky singh4-Jan-06 7:04
chinky singh4-Jan-06 7:04 
QuestionConstructor that returns null on exception Pin
sjdevo3gsr3-Jan-06 8:31
sjdevo3gsr3-Jan-06 8:31 
AnswerRe: Constructor that returns null on exception Pin
Curtis Schlak.3-Jan-06 8:40
Curtis Schlak.3-Jan-06 8:40 
AnswerRe: Constructor that returns null on exception Pin
VenkataRamana.Gali3-Jan-06 8:48
VenkataRamana.Gali3-Jan-06 8:48 
AnswerRe: Constructor that returns null on exception Pin
mikailcetinkaya3-Jan-06 8:59
mikailcetinkaya3-Jan-06 8:59 
AnswerRe: Constructor that returns null on exception Pin
Nish Nishant3-Jan-06 12:00
sitebuilderNish Nishant3-Jan-06 12:00 
Questionhow 2 work with combo box using axWebBrowser1 ? Pin
vedmack3-Jan-06 8:24
vedmack3-Jan-06 8:24 
AnswerRe: how 2 work with combo box using axWebBrowser1 ? Pin
VenkataRamana.Gali3-Jan-06 8:39
VenkataRamana.Gali3-Jan-06 8:39 
GeneralRe: how 2 work with combo box using axWebBrowser1 ? Pin
vedmack3-Jan-06 8:52
vedmack3-Jan-06 8:52 
QuestionIS there a collection that can be modified in mid itteration? Pin
Dan Neely3-Jan-06 8:13
Dan Neely3-Jan-06 8:13 
AnswerRe: IS there a collection that can be modified in mid itteration? Pin
Guffa3-Jan-06 8:33
Guffa3-Jan-06 8: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.