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

Visual Basic

 
GeneralRe: Overloads vs. Shadows Pin
Christian Graus24-Aug-05 11:14
protectorChristian Graus24-Aug-05 11:14 
Generalbulletproof code best practices Pin
DaveC42691324-Aug-05 9:05
DaveC42691324-Aug-05 9:05 
GeneralRe: bulletproof code best practices Pin
Christian Graus24-Aug-05 11:16
protectorChristian Graus24-Aug-05 11:16 
GeneralWindows Shutdown Pin
klmall24-Aug-05 8:41
klmall24-Aug-05 8:41 
GeneralRe: Windows Shutdown Pin
Dave Kreskowiak24-Aug-05 9:02
mveDave Kreskowiak24-Aug-05 9:02 
GeneralRe: Windows Shutdown Pin
klmall24-Aug-05 12:51
klmall24-Aug-05 12:51 
GeneralActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 8:36
Jim Munton24-Aug-05 8:36 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 9:00
mveDave Kreskowiak24-Aug-05 9:00 
This is because when you save a Word document, Word saves the document into a temporary file in the same directory that the original document was opened in. After the new tempo file has been written, the original document file is deleted and the temp file renamed to the same name as the original. THERE IS NO WORKAROUND FOR THIS. You must put the Delete permissions back in in order for Word to properly save documents.

Description of how Word creates temporary files[^]

RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: ActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 9:10
Jim Munton24-Aug-05 9:10 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 10:00
mveDave Kreskowiak24-Aug-05 10:00 
Generalmaking backup and recovery using vb.net and Sql server 2000 as a database Pin
Mamokwena24-Aug-05 7:50
Mamokwena24-Aug-05 7:50 
GeneralRe: making backup and recovery using vb.net and Sql server 2000 as a database Pin
Dave Kreskowiak24-Aug-05 8:50
mveDave Kreskowiak24-Aug-05 8:50 
GeneralExport to excel formatting question Pin
raj_marthy24-Aug-05 6:26
raj_marthy24-Aug-05 6:26 
GeneralRe: Export to excel formatting question Pin
raj_marthy25-Aug-05 9:27
raj_marthy25-Aug-05 9:27 
QuestionHow can I add VBIDE in my VB solution references? Pin
ATC24-Aug-05 5:54
ATC24-Aug-05 5:54 
AnswerRe: How can I add VBIDE in my VB solution references? Pin
Dave Kreskowiak24-Aug-05 8:49
mveDave Kreskowiak24-Aug-05 8:49 
GeneralDatagrid - Last row always blank Pin
dptalt24-Aug-05 5:07
dptalt24-Aug-05 5:07 
GeneralRe: Datagrid - Last row always blank Pin
Dave Kreskowiak24-Aug-05 5:54
mveDave Kreskowiak24-Aug-05 5:54 
GeneralRe: Datagrid - Last row always blank Pin
dptalt24-Aug-05 6:13
dptalt24-Aug-05 6:13 
GeneralRe: Datagrid - Last row always blank Pin
Dave Kreskowiak24-Aug-05 8:42
mveDave Kreskowiak24-Aug-05 8:42 
GeneralRe: Datagrid - Last row always blank Pin
dptalt25-Aug-05 3:27
dptalt25-Aug-05 3:27 
GeneralImport XML into a Dataset Pin
UniBond24-Aug-05 5:00
UniBond24-Aug-05 5:00 
GeneralRe: Import XML into a Dataset Pin
Dave Kreskowiak24-Aug-05 5:48
mveDave Kreskowiak24-Aug-05 5:48 
GeneralFormatting datagrids Pin
evertbylt24-Aug-05 4:21
evertbylt24-Aug-05 4:21 
GeneralRe: Formatting datagrids Pin
Dave Kreskowiak24-Aug-05 5:43
mveDave Kreskowiak24-Aug-05 5:43 

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.