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

Visual Basic

 
GeneralRe: mscomctl - whats is it? its giving problem in upgrading VB6 to VB.Net Pin
sarat17-Feb-08 20:59
sarat17-Feb-08 20:59 
GeneralOn Screen Keyboard Pin
Jonathan Gibbs17-Feb-08 14:46
Jonathan Gibbs17-Feb-08 14:46 
GeneralRe: On Screen Keyboard Pin
Christian Graus17-Feb-08 16:40
protectorChristian Graus17-Feb-08 16:40 
QuestionBinary File Parser Pin
who needs to know?17-Feb-08 12:07
who needs to know?17-Feb-08 12:07 
GeneralRe: Binary File Parser Pin
Steve Westbrook17-Feb-08 14:02
Steve Westbrook17-Feb-08 14:02 
GeneralRe: Binary File Parser Pin
who needs to know?17-Feb-08 14:58
who needs to know?17-Feb-08 14:58 
GeneralRe: Binary File Parser Pin
Colin Angus Mackay18-Feb-08 0:18
Colin Angus Mackay18-Feb-08 0:18 
GeneralRe: Binary File Parser Pin
Steve Westbrook18-Feb-08 6:16
Steve Westbrook18-Feb-08 6:16 
That is pretty damn cool. Given what you're doing, I suggest building the files of arbitrary size out of the original 900MB dump (even if you have to split it up to make the program run faster), by cutting off once the file reaches a length you have specified. That way it'll always get to a size in bits divisible by 8, and you won't have to worry about cramming non-random bits onto the end.

I believe someone answered the io.binaryreader question, but in general, when faced with a problem of this type in VB, type "system." (including the ".") and use the list that comes up to search through the primary namespaces: io, drawing, etc., which will be marked with "{}" to their left. Learn them; their names are descriptive of what they do (except for system.reflection, which is a whole other ball game). For what you're working with (although you seem to have it sorted), my.computer.filesystem is another good place to look in terms of file management.

I'm not sure "take this data and shove it right up his buffer" is the most politic choice of words. Ha ha.

Steve
QuestionRe: Binary File Parser [modified] Pin
who needs to know?18-Feb-08 7:28
who needs to know?18-Feb-08 7:28 
GeneralRe: Binary File Parser Pin
Steve Westbrook18-Feb-08 7:37
Steve Westbrook18-Feb-08 7:37 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 7:38
who needs to know?18-Feb-08 7:38 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 7:41
who needs to know?18-Feb-08 7:41 
GeneralRe: Binary File Parser Pin
Steve Westbrook18-Feb-08 8:00
Steve Westbrook18-Feb-08 8:00 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 8:03
who needs to know?18-Feb-08 8:03 
GeneralRe: Binary File Parser Pin
Steve Westbrook18-Feb-08 8:25
Steve Westbrook18-Feb-08 8:25 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 8:04
who needs to know?18-Feb-08 8:04 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 7:47
who needs to know?18-Feb-08 7:47 
GeneralRe: Binary File Parser Pin
Steve Westbrook18-Feb-08 8:09
Steve Westbrook18-Feb-08 8:09 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 8:18
who needs to know?18-Feb-08 8:18 
GeneralRe: Binary File Parser Pin
Steve Westbrook18-Feb-08 8:27
Steve Westbrook18-Feb-08 8:27 
GeneralRe: Binary File Parser Pin
who needs to know?18-Feb-08 8:42
who needs to know?18-Feb-08 8:42 
QuestionRe: Binary File Parser [modified] Pin
who needs to know?18-Feb-08 9:02
who needs to know?18-Feb-08 9:02 
GeneralRe: Binary File Parser Pin
MikeMarq17-Feb-08 18:22
MikeMarq17-Feb-08 18:22 
QuestionHow to close all open forms. Pin
coolsatty17-Feb-08 4:29
coolsatty17-Feb-08 4:29 
AnswerRe: How to close all open forms. Pin
Eslam Afifi17-Feb-08 8:06
Eslam Afifi17-Feb-08 8:06 

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.