Click here to Skip to main content
15,909,829 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIs it possible to write data in an opened excel file ? Pin
rpimpley16-Oct-07 0:23
rpimpley16-Oct-07 0:23 
AnswerRe: Is it possible to write data in an opened excel file ? Pin
Dave Kreskowiak16-Oct-07 2:10
mveDave Kreskowiak16-Oct-07 2:10 
QuestionDeployment in VS 2003(User interface) Question Pin
Vimalsoft(Pty) Ltd16-Oct-07 0:19
professionalVimalsoft(Pty) Ltd16-Oct-07 0:19 
QuestionFile Upload Control in VB.Net Pin
Sivan.G15-Oct-07 23:02
Sivan.G15-Oct-07 23:02 
AnswerRe: File Upload Control in VB.Net Pin
Christian Graus15-Oct-07 23:26
protectorChristian Graus15-Oct-07 23:26 
QuestionSyncronize scrolling of 2 dataGridViews Pin
MohammadAmiry15-Oct-07 21:49
MohammadAmiry15-Oct-07 21:49 
AnswerFound a solution! Pin
MohammadAmiry15-Oct-07 23:45
MohammadAmiry15-Oct-07 23:45 
QuestionDynamic file Streams Pin
Benny_Lava15-Oct-07 21:17
Benny_Lava15-Oct-07 21:17 
hi,

I need to open,process,close multiple file streams (dynamic, i don't know how many will it be)

I have a array() as fileStream

And I have filled that array with fileStream, that I can do. but how to access each and every one of the files and do some work on it. And then close all fileStreams in that array.

I have figured it out only how to create them. Using this code

For i = 0 To numOfFiles - 1
stream = New FileStream(fileListing(i), FileMode.Open, FileAccess.ReadWrite) ' FileListing is a string array containing paths of the files
file(i) = stream
Next

Thank you!!
AnswerRe: Dynamic file Streams Pin
Dave Kreskowiak16-Oct-07 2:05
mveDave Kreskowiak16-Oct-07 2:05 
QuestionVb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul215-Oct-07 19:59
vipul215-Oct-07 19:59 
AnswerRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Chetan Patel15-Oct-07 20:26
Chetan Patel15-Oct-07 20:26 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul215-Oct-07 21:22
vipul215-Oct-07 21:22 
AnswerRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Christian Graus15-Oct-07 23:28
protectorChristian Graus15-Oct-07 23:28 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul215-Oct-07 23:35
vipul215-Oct-07 23:35 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Christian Graus15-Oct-07 23:46
protectorChristian Graus15-Oct-07 23:46 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
Dave Kreskowiak16-Oct-07 1:51
mveDave Kreskowiak16-Oct-07 1:51 
GeneralRe: Vb code to get the formatting tool in my project.--Plz plz its urgent Pin
vipul216-Oct-07 2:32
vipul216-Oct-07 2:32 
QuestionWeb Browser Control Pin
Soumyadipta15-Oct-07 19:43
Soumyadipta15-Oct-07 19:43 
AnswerRe: Web Browser Control Pin
Christian Graus15-Oct-07 23:29
protectorChristian Graus15-Oct-07 23:29 
Questionqueuing incoming data Pin
wuzzywezzer15-Oct-07 17:37
wuzzywezzer15-Oct-07 17:37 
AnswerRe: queuing incoming data Pin
Dave Kreskowiak16-Oct-07 1:58
mveDave Kreskowiak16-Oct-07 1:58 
GeneralRe: queuing incoming data Pin
wuzzywezzer16-Oct-07 14:28
wuzzywezzer16-Oct-07 14:28 
GeneralRe: queuing incoming data Pin
Dave Kreskowiak16-Oct-07 14:41
mveDave Kreskowiak16-Oct-07 14:41 
GeneralRe: queuing incoming data Pin
wuzzywezzer16-Oct-07 17:58
wuzzywezzer16-Oct-07 17:58 
GeneralRe: queuing incoming data Pin
Dave Kreskowiak17-Oct-07 1:16
mveDave Kreskowiak17-Oct-07 1:16 

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.