Click here to Skip to main content
15,892,643 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Excellent! One third the way through the proramming!

Now we just need to:

Make it consider the bits in pairs, and change them

Keep it from going over the same bits twice

Save the bits to a file.

The problem I see it this, when I open a binary file in notepad, I see characters. VB is working with the binary, and when it saves, I'm afraid if I open the file up in notepad, ill see "10101001111001" instead of characters.

Prof. Haahr's site will see the binary, and if VB saves it as 10100101, Haahr's site will see: 1111111100000000111111110000000000000000111111110000000011111111, so I want it to save 10100101 (assuming it equals "a") as "a".

You see, heres my problem. I don't trust a computer to do it's job. I wanna make sure that it will do exactly what I expect it to. I don't know if that makes me a bad program!
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 
GeneralRe: How to close all open forms. Pin
coolsatty17-Feb-08 23:07
coolsatty17-Feb-08 23:07 
AnswerRe: How to close all open forms. Pin
Eslam Afifi18-Feb-08 11:01
Eslam Afifi18-Feb-08 11:01 
GeneralRe: How to close all open forms. Pin
coolsatty18-Feb-08 18:23
coolsatty18-Feb-08 18:23 
AnswerRe: How to close all open forms. Pin
Eslam Afifi18-Feb-08 20:06
Eslam Afifi18-Feb-08 20:06 
GeneralRe: How to close all open forms. Pin
coolsatty19-Feb-08 23:59
coolsatty19-Feb-08 23:59 
GeneralRe: How to close all open forms. Pin
Eslam Afifi20-Feb-08 9:17
Eslam Afifi20-Feb-08 9:17 
QuestionHow can I correct these 5 lines of code in vb.net Pin
Gjm17-Feb-08 4:22
Gjm17-Feb-08 4:22 
AnswerRe: How can I correct these 5 lines of code in vb.net Pin
Guffa17-Feb-08 4:33
Guffa17-Feb-08 4:33 
GeneralRe: How can I correct these 5 lines of code in vb.net Pin
Fawxes18-Feb-08 4:15
Fawxes18-Feb-08 4:15 
GeneralPrepare an Evaluation Copy of a Windows based Application which is developed by using VB .Net 2003 and SQL Server2000 Pin
joby10017-Feb-08 0:50
joby10017-Feb-08 0:50 
GeneralRe: Prepare an Evaluation Copy of a Windows based Application which is developed by using VB .Net 2003 and SQL Server2000 Pin
Mark Churchill17-Feb-08 1:45
Mark Churchill17-Feb-08 1:45 
GeneralRe: Prepare an Evaluation Copy of a Windows based Application which is developed by using VB .Net 2003 and SQL Server2000 Pin
plural17-Feb-08 7:36
plural17-Feb-08 7:36 
GeneralRe: Prepare an Evaluation Copy of a Windows based Application which is developed by using VB .Net 2003 and SQL Server2000 Pin
joby10017-Feb-08 18:52
joby10017-Feb-08 18:52 

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.