Click here to Skip to main content
15,917,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: how to read files fast? Pin
Colin Angus Mackay14-Jan-07 23:19
Colin Angus Mackay14-Jan-07 23:19 
SilentBob101 wrote:
Any chance you know how that's done?


No, but I can work it out.

The high lever overview is:

I'd create a virtual file object that tracks where I actually am in the file. It would maintatin an internal buffer that contains the details of the area of the file you are currently interested in.

On the presentation layer part, I'd create a control that only contained the representation of what is currently on the screen. If the user scrolls the control it goes back to the virtual file to read the next bit (or previous bit).

If the user changes anything the virtual control would also maintain a change history that it would give out in place of parts of the real file. When the file was closed the change history would be used to write the changes to the disk quickly an efficiently.


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 
GeneralRe: datagridview in vb.net Pin
priya_p23315-Jan-07 0:54
priya_p23315-Jan-07 0:54 

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.