Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Javascript Help Pin
Christian Graus14-Jan-07 23:58
protectorChristian Graus14-Jan-07 23:58 
Questiondata retrive from database Pin
Pradip Kishore14-Jan-07 22:58
Pradip Kishore14-Jan-07 22:58 
QuestionASCII Text file generation Pin
him_mca14-Jan-07 22:57
him_mca14-Jan-07 22:57 
AnswerRe: ASCII Text file generation Pin
Christian Graus14-Jan-07 23:59
protectorChristian Graus14-Jan-07 23:59 
QuestionXML writing Pin
BobsAfro14-Jan-07 22:45
BobsAfro14-Jan-07 22:45 
Questionhow to read files fast? Pin
SilentBob10114-Jan-07 22:15
SilentBob10114-Jan-07 22:15 
AnswerRe: how to read files fast? Pin
Colin Angus Mackay14-Jan-07 22:27
Colin Angus Mackay14-Jan-07 22:27 
GeneralRe: how to read files fast? Pin
SilentBob10114-Jan-07 22:44
SilentBob10114-Jan-07 22:44 
Colin Angus Mackay wrote:
they only open a small part of the file at a time


Is that like this? Setting the buffersize at the end?
Dim strmFile As New FileStream(strFileName, FileMode.Open, FileAccess.Read, FileShare.Read, 2048)


Colin Angus Mackay wrote:
They also dump parts of the file that they no longer need from memory to free up space for the bit you are currently viewing.


Any chance you know how that's done? Or where can I find more info on the subject? It has to be VB.Net, I'm not yet ready for C# Wink | ;)


If you want to know The Truth, STOP lying.

GeneralRe: how to read files fast? Pin
Colin Angus Mackay14-Jan-07 23:19
Colin Angus Mackay14-Jan-07 23:19 
GeneralRe: how to read files fast? Pin
SilentBob10114-Jan-07 23:32
SilentBob10114-Jan-07 23:32 
GeneralRe: how to read files fast? Pin
Colin Angus Mackay15-Jan-07 1:26
Colin Angus Mackay15-Jan-07 1:26 
GeneralRe: how to read files fast? Pin
roo42615-Jan-07 1:26
roo42615-Jan-07 1:26 
GeneralRe: how to read files fast? Pin
Colin Angus Mackay15-Jan-07 1:55
Colin Angus Mackay15-Jan-07 1:55 
Questionpassing value from one form to another Pin
Pradip Kishore14-Jan-07 20:22
Pradip Kishore14-Jan-07 20:22 
AnswerRe: passing value from one form to another Pin
Alex@UEA14-Jan-07 21:55
Alex@UEA14-Jan-07 21:55 
GeneralRe: passing value from one form to another Pin
Christian Graus15-Jan-07 0:07
protectorChristian Graus15-Jan-07 0:07 
GeneralRe: passing value from one form to another Pin
Pradip Kishore15-Jan-07 0:45
Pradip Kishore15-Jan-07 0:45 
AnswerRe: passing value from one form to another Pin
Colin Angus Mackay14-Jan-07 22:28
Colin Angus Mackay14-Jan-07 22:28 
QuestionHow can i upload an entire folder Pin
fmlove14-Jan-07 20:20
fmlove14-Jan-07 20:20 
AnswerRe: How can i upload an entire folder Pin
StianSandberg14-Jan-07 21:49
StianSandberg14-Jan-07 21:49 
Questiondatagridview in vb.net [modified] Pin
amaneet14-Jan-07 20:09
amaneet14-Jan-07 20:09 
AnswerRe: datagridview in vb.net Pin
priya_p23314-Jan-07 23:09
priya_p23314-Jan-07 23:09 
GeneralRe: datagridview in vb.net Pin
amaneet14-Jan-07 23:48
amaneet14-Jan-07 23:48 
GeneralRe: datagridview in vb.net Pin
priya_p23315-Jan-07 0:50
priya_p23315-Jan-07 0:50 
AnswerRe: datagridview in vb.net Pin
priya_p23315-Jan-07 0:53
priya_p23315-Jan-07 0:53 

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.