Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: embed listview in Combobox (Urgent) Pin
Sufyan_shani2-Jan-06 2:52
Sufyan_shani2-Jan-06 2:52 
Questionstream reader /writer or file access thru the api call Pin
nickhere1-Jan-06 12:54
nickhere1-Jan-06 12:54 
AnswerRe: stream reader /writer or file access thru the api call Pin
Dave Kreskowiak1-Jan-06 12:56
mveDave Kreskowiak1-Jan-06 12:56 
QuestionCopying Locked File Pin
Sameers Javed1-Jan-06 11:42
Sameers Javed1-Jan-06 11:42 
AnswerRe: Copying Locked File Pin
Dave Kreskowiak1-Jan-06 12:43
mveDave Kreskowiak1-Jan-06 12:43 
GeneralRe: Copying Locked File Pin
Sameers Javed2-Jan-06 0:01
Sameers Javed2-Jan-06 0:01 
GeneralRe: Copying Locked File Pin
Dave Kreskowiak2-Jan-06 7:05
mveDave Kreskowiak2-Jan-06 7:05 
GeneralRe: Copying Locked File Pin
Colin Angus Mackay2-Jan-06 22:34
Colin Angus Mackay2-Jan-06 22:34 
Sameers (theAngrycodeR ) wrote:
think if I am writing something like backup service


Are you writing a backup service?

The reason applications can lock files, preventing other applications from reading the file, is that the file is most likely going to be in a state of flux. Any application that reads the file will not be able to determine if the file contents are safe or not because they are subject to change. You might read one part which is fine, then the next part which has changed and no longer makes sense when placed next to the first part.


Sameers (theAngrycodeR ) wrote:
I must then read the file(s) which are even locked or in-use


I would suggest that makes for a bit of a dodgy backup. For example: SQL Server provides its own backup engine which creates a new file that is in a consistent state because you cannot safely perform a file backup directly from the filesystem.

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

QuestionAdding C# class to VB.NET project Pin
militiaware1-Jan-06 11:27
militiaware1-Jan-06 11:27 
AnswerRe: Adding C# class to VB.NET project Pin
Dave Kreskowiak1-Jan-06 12:34
mveDave Kreskowiak1-Jan-06 12:34 
AnswerRe: Adding C# class to VB.NET project Pin
Sameers Javed2-Jan-06 23:32
Sameers Javed2-Jan-06 23:32 
QuestionAPI Pin
militiaware1-Jan-06 11:22
militiaware1-Jan-06 11:22 
AnswerRe: API Pin
Dave Kreskowiak1-Jan-06 12:32
mveDave Kreskowiak1-Jan-06 12:32 
QuestionHow to load a shared memer from an anssembly? Pin
ZimNovember1-Jan-06 11:18
ZimNovember1-Jan-06 11:18 
AnswerRe: How to load a shared memer from an anssembly? Pin
Dave Kreskowiak1-Jan-06 12:14
mveDave Kreskowiak1-Jan-06 12:14 
GeneralRe: How to load a shared memer from an anssembly? Pin
ZimNovember2-Jan-06 10:56
ZimNovember2-Jan-06 10:56 
GeneralRe: How to load a shared memer from an anssembly? Pin
Dave Kreskowiak2-Jan-06 11:52
mveDave Kreskowiak2-Jan-06 11:52 
QuestionAbout "intrins.h" Pin
sheshidar1-Jan-06 10:48
sheshidar1-Jan-06 10:48 
AnswerRe: About "intrins.h" Pin
Dave Kreskowiak1-Jan-06 11:40
mveDave Kreskowiak1-Jan-06 11:40 
Questionassembly Pin
pgcnet1-Jan-06 5:41
pgcnet1-Jan-06 5:41 
QuestionNotify LAN (dis)connection Pin
MohammadAmiry31-Dec-05 3:27
MohammadAmiry31-Dec-05 3:27 
AnswerRe: Notify LAN (dis)connection Pin
Dave Kreskowiak1-Jan-06 7:01
mveDave Kreskowiak1-Jan-06 7:01 
GeneralRe: Notify LAN (dis)connection Pin
MohammadAmiry2-Jan-06 21:16
MohammadAmiry2-Jan-06 21:16 
QuestionFast Printing in VB dot NET (DOS mode) Pin
tonyveedon31-Dec-05 2:45
tonyveedon31-Dec-05 2:45 
AnswerRe: Fast Printing in VB dot NET (DOS mode) Pin
vertig073031-Dec-05 4:41
vertig073031-Dec-05 4:41 

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.