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

C#

 
GeneralRe: Accessing controls by reference ? Pin
fracalifa25-Apr-05 0:33
fracalifa25-Apr-05 0:33 
GeneralRe: Accessing controls by reference ? Pin
Rei Miyasaka25-Apr-05 0:57
Rei Miyasaka25-Apr-05 0:57 
GeneralEncrypting Pin
Clickok19-Mar-05 8:46
Clickok19-Mar-05 8:46 
GeneralRe: Encrypting Pin
mav.northwind20-Mar-05 0:17
mav.northwind20-Mar-05 0:17 
GeneralCalling ZeroMemory Pin
PaleyX19-Mar-05 8:30
PaleyX19-Mar-05 8:30 
GeneralRe: Calling ZeroMemory Pin
Mike Dimmick19-Mar-05 22:56
Mike Dimmick19-Mar-05 22:56 
GeneralRe: Calling ZeroMemory Pin
PaleyX19-Mar-05 23:52
PaleyX19-Mar-05 23:52 
GeneralRe: Calling ZeroMemory [EDITED] Pin
Dave Kreskowiak20-Mar-05 5:56
mveDave Kreskowiak20-Mar-05 5:56 
I've had MUCH bigger. It's much quicker (and much less of a hassle) to just kill the array and reallocate it. Everything will be automatically zero'd out for you.

[EDIT]
Whoops! Hit Submit on accident. Just zeroing out the memory won't avoid the problem of paging. In order to zero out the array, it's got to be swapped back in, zero'd, then swapped back out if needed.

RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Calling ZeroMemory [EDITED] Pin
PaleyX20-Mar-05 6:09
PaleyX20-Mar-05 6:09 
GeneralRe: Calling ZeroMemory [EDITED] Pin
leppie20-Mar-05 7:12
leppie20-Mar-05 7:12 
GeneralRe: Calling ZeroMemory [EDITED] Pin
PaleyX20-Mar-05 13:56
PaleyX20-Mar-05 13:56 
GeneralRe: Calling ZeroMemory [EDITED] Pin
Dave Kreskowiak20-Mar-05 14:07
mveDave Kreskowiak20-Mar-05 14:07 
GeneralRe: Calling ZeroMemory [EDITED] Pin
PaleyX20-Mar-05 14:11
PaleyX20-Mar-05 14:11 
GeneralQuickly loading jpg thumbs Pin
Travelster19-Mar-05 6:28
Travelster19-Mar-05 6:28 
GeneralRe: Quickly loading jpg thumbs Pin
Dave Kreskowiak19-Mar-05 14:00
mveDave Kreskowiak19-Mar-05 14:00 
GeneralAutomatic create SelectCommand, InsertCommand, DeleteCommand and Paremeters like Server Explorer in vs.net Pin
god4k19-Mar-05 2:00
god4k19-Mar-05 2:00 
GeneralRe: Automatic create SelectCommand, InsertCommand, DeleteCommand and Paremeters like Server Explorer in vs.net Pin
sreejith ss nair19-Mar-05 19:33
sreejith ss nair19-Mar-05 19:33 
Generalinteracting with web service client side problem Pin
Ankit Aneja19-Mar-05 1:17
Ankit Aneja19-Mar-05 1:17 
GeneralSending “large” packed of data over TCP/IP using Socket Pin
Magnus2718-Mar-05 23:30
Magnus2718-Mar-05 23:30 
GeneralRe: Sending “large” packed of data over TCP/IP using Socket Pin
Judah Gabriel Himango19-Mar-05 19:39
sponsorJudah Gabriel Himango19-Mar-05 19:39 
GeneralTo Textbox or not to Textbox Pin
Todd_s0218-Mar-05 20:22
Todd_s0218-Mar-05 20:22 
GeneralRe: To Textbox or not to Textbox Pin
MoustafaS19-Mar-05 5:46
MoustafaS19-Mar-05 5:46 
GeneralRe: To Textbox or not to Textbox Pin
Luis Alonso Ramos19-Mar-05 22:25
Luis Alonso Ramos19-Mar-05 22:25 
GeneralRe: To Textbox or not to Textbox Pin
Todd_s0220-Mar-05 14:52
Todd_s0220-Mar-05 14:52 
GeneralRe: To Textbox or not to Textbox Pin
Luis Alonso Ramos20-Mar-05 18:40
Luis Alonso Ramos20-Mar-05 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.