Click here to Skip to main content
16,005,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB.NET Standard Pin
Richard Day26-Apr-04 5:15
Richard Day26-Apr-04 5:15 
GeneralRe: VB.NET Standard Pin
Dave Kreskowiak26-Apr-04 6:28
mveDave Kreskowiak26-Apr-04 6:28 
Generalprocesses and windows services Pin
stuartco00726-Apr-04 1:45
stuartco00726-Apr-04 1:45 
GeneralRe: processes and windows services Pin
Dave Kreskowiak26-Apr-04 4:00
mveDave Kreskowiak26-Apr-04 4:00 
Generalcheck and vote !! Pin
Hesham Amin26-Apr-04 1:02
Hesham Amin26-Apr-04 1:02 
GeneralYour .NET Add-In Wishes Pin
cnurse25-Apr-04 21:13
cnurse25-Apr-04 21:13 
GeneralI'm Running Out of Memory (Beginner) Pin
qwerty111025-Apr-04 17:29
qwerty111025-Apr-04 17:29 
GeneralRe: I'm Running Out of Memory (Beginner) Pin
Dave Kreskowiak26-Apr-04 3:56
mveDave Kreskowiak26-Apr-04 3:56 
At 1 byte per element, this would require about 2.2 GIGABYTES of storage.

You can get away with mapping multiple bytes into an array of 69,078,830 UInt32 elements. This will allow you to get 4 of your bytes into one UInt32.

Since the values 0, 1, 2, and 3 will fit into 2 bits, you could map this into the UInt32 even more efficiently and pack 16 values into one UInt32.

In either case, you'll have to manage the array indexing yourself. The easiest way to do this is to create a class that can create an internal array of UInt32's that will hold the capacity of 2,210,522,548 two bit values that you need. Then you'll have to expose an Index property that can take 3 arguments as index values in your 3D array. You'll use those values to caluclate which UInt32 has the two bits your looking for.


RageInTheMachine9532
GeneralDefining a start page for WebBrowser control Pin
preid125-Apr-04 13:07
preid125-Apr-04 13:07 
GeneralRe: Defining a start page for WebBrowser control Pin
preid125-Apr-04 13:22
preid125-Apr-04 13:22 
GeneralDesperately need help making a transport event sink !! Pin
ingerXP25-Apr-04 10:03
ingerXP25-Apr-04 10:03 
GeneralMIDI and VB.net Pin
Nadroj25-Apr-04 9:54
Nadroj25-Apr-04 9:54 
GeneralProblem with flickering when loading images. Pin
coopsqc25-Apr-04 8:33
coopsqc25-Apr-04 8:33 
GeneralUserControl in vb 6.0 and UserControl in vb.net Pin
god4k25-Apr-04 5:03
god4k25-Apr-04 5:03 
QuestionDataView Vs DataTable in vb.net - what to choose ? Pin
Mohan G25-Apr-04 0:59
Mohan G25-Apr-04 0:59 
GeneralLoading All Exchange Servers within the Organisation Pin
mshola25-Apr-04 0:42
mshola25-Apr-04 0:42 
GeneralHelp to Peek & Poke with .NET Pin
IronHydra24-Apr-04 8:45
IronHydra24-Apr-04 8:45 
GeneralRe: Help to Peek & Poke with .NET Pin
Nick Parker24-Apr-04 10:02
protectorNick Parker24-Apr-04 10:02 
GeneralRe: Help to Peek & Poke with .NET Pin
IronHydra24-Apr-04 20:48
IronHydra24-Apr-04 20:48 
GeneralRe: Help to Peek & Poke with .NET Pin
Dave Kreskowiak25-Apr-04 6:19
mveDave Kreskowiak25-Apr-04 6:19 
GeneralCrystal Report Pin
Anonymous24-Apr-04 5:22
Anonymous24-Apr-04 5:22 
GeneralRe: Crystal Report Pin
RichardGrimmer26-Apr-04 4:03
RichardGrimmer26-Apr-04 4:03 
GeneralSystem.Security.SecurityException Pin
mshola24-Apr-04 0:38
mshola24-Apr-04 0:38 
GeneralRe: System.Security.SecurityException Pin
Nathan Blomquist24-Apr-04 10:22
Nathan Blomquist24-Apr-04 10:22 
GeneralIm a VB.NET newbie Pin
markitoz23-Apr-04 22:11
markitoz23-Apr-04 22:11 

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.