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

Visual Basic

 
AnswerRe: Trial Software Pin
The ANZAC1-Dec-06 9:30
The ANZAC1-Dec-06 9:30 
AnswerRe: Trial Software Pin
Thomas Stockwell2-Dec-06 9:39
professionalThomas Stockwell2-Dec-06 9:39 
Questionworking with crystal report Pin
Rmesh1-Dec-06 3:22
Rmesh1-Dec-06 3:22 
AnswerRe: working with crystal report Pin
Bassam Saoud1-Dec-06 10:31
Bassam Saoud1-Dec-06 10:31 
AnswerRe: working with crystal report Pin
alexrad1-Dec-06 13:03
alexrad1-Dec-06 13:03 
QuestionHow to write data into a file? Pin
ashwath19791-Dec-06 2:24
ashwath19791-Dec-06 2:24 
AnswerRe: How to write data into a file? Pin
Dave Kreskowiak1-Dec-06 4:27
mveDave Kreskowiak1-Dec-06 4:27 
AnswerRe: How to write data into a file? Pin
Nouvand8-Dec-06 2:40
Nouvand8-Dec-06 2:40 
Lets say you wanna write data into binary file. Make sure you already convert the data into byte array (in this examples: StreamByte()). And if you;re using vb 2005, use this a line code to write to file.

My.Computer.FileSystem.WriteAllBytes("C:\MyData.dat", StreamByte, True)

Set the last argument to False if you want to append the file. It means, you can add more bytes chain into the same file.

And if you wanna read your data, use this one

Dim StreamByte As Byte() = My.Computer.FileSystem.ReadAllBytes("C:\MyData.dat")

hope this helpful.

QuestionCombo Box Databinding Pin
Tomic30-Nov-06 23:03
Tomic30-Nov-06 23:03 
AnswerRe: Combo Box Databinding Pin
Dave Kreskowiak1-Dec-06 4:33
mveDave Kreskowiak1-Dec-06 4:33 
GeneralRe: Combo Box Databinding Pin
Tomic4-Dec-06 2:36
Tomic4-Dec-06 2:36 
QuestionLanguage Translator Pin
Osama12330-Nov-06 22:30
Osama12330-Nov-06 22:30 
AnswerRe: Language Translator Pin
Dave Kreskowiak1-Dec-06 4:21
mveDave Kreskowiak1-Dec-06 4:21 
QuestionSecurity problem in (VB.NET , Sql Server) Console Applicaion running thru Network "Request for the permission of type " ? Pin
Anandan k30-Nov-06 20:57
Anandan k30-Nov-06 20:57 
AnswerRe: Security problem in (VB.NET , Sql Server) Console Applicaion running thru Network "Request for the permission of type " ? Pin
Dave Kreskowiak1-Dec-06 4:18
mveDave Kreskowiak1-Dec-06 4:18 
QuestionSMS Website Pin
Ashish Porwal30-Nov-06 20:55
Ashish Porwal30-Nov-06 20:55 
AnswerRe: SMS Website Pin
Dave Kreskowiak1-Dec-06 4:20
mveDave Kreskowiak1-Dec-06 4:20 
QuestionDataGridView Drag and Drop Multiple Rows Pin
venkatarama30-Nov-06 19:45
venkatarama30-Nov-06 19:45 
AnswerRe: DataGridView Drag and Drop Multiple Rows Pin
Dave Kreskowiak1-Dec-06 5:48
mveDave Kreskowiak1-Dec-06 5:48 
QuestionResizing form Pin
BINOVAR30-Nov-06 19:29
BINOVAR30-Nov-06 19:29 
AnswerRe: Resizing form Pin
Christian Graus30-Nov-06 22:16
protectorChristian Graus30-Nov-06 22:16 
Question[Message Deleted] Pin
Kawyjibo30-Nov-06 13:44
Kawyjibo30-Nov-06 13:44 
AnswerRe: What is this type of window setup called? Pin
MatrixCoder30-Nov-06 13:58
MatrixCoder30-Nov-06 13:58 
AnswerRe: What is this type of window setup called? Pin
Christian Graus30-Nov-06 15:40
protectorChristian Graus30-Nov-06 15:40 
QuestionNeed help with Inheritance and typecast problem [modified] Pin
oakomalm30-Nov-06 12:02
oakomalm30-Nov-06 12:02 

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.