Click here to Skip to main content
15,895,192 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSimple Date Pin
ryan11728-Jul-07 7:34
ryan11728-Jul-07 7:34 
AnswerRe: Simple Date Pin
Colin Angus Mackay28-Jul-07 7:37
Colin Angus Mackay28-Jul-07 7:37 
AnswerRe: Simple Date Pin
The ANZAC28-Jul-07 12:28
The ANZAC28-Jul-07 12:28 
QuestionSpacing [modified] Pin
sweehin1828-Jul-07 6:47
sweehin1828-Jul-07 6:47 
AnswerRe: Spacing Pin
Colin Angus Mackay28-Jul-07 7:24
Colin Angus Mackay28-Jul-07 7:24 
GeneralRe: Spacing Pin
sweehin1828-Jul-07 7:27
sweehin1828-Jul-07 7:27 
GeneralRe: Spacing Pin
Colin Angus Mackay28-Jul-07 7:36
Colin Angus Mackay28-Jul-07 7:36 
QuestionCreate the text file and copy content to it Pin
sweehin1828-Jul-07 3:54
sweehin1828-Jul-07 3:54 
    Dim final_oWrite As System.IO.StreamWriter<br />
            final_oWrite = System.IO.File.CreateText(File_result)<br />
<br />
            If System.IO.File.Exists(header_File) = True Then<br />
                System.IO.File.Copy(header_File, File_result)<br />
            End If<br />
<br />
            final_oWrite.Close()


I would like to create the text file (File_result) and copy the content from header_File to File_result. It shows the message that file have alreay exists. How to overwrite the existing file.
AnswerRe: Create the text file and copy content to it Pin
ne0h28-Jul-07 4:43
ne0h28-Jul-07 4:43 
GeneralRe: Create the text file and copy content to it Pin
sweehin1828-Jul-07 6:36
sweehin1828-Jul-07 6:36 
GeneralRe: Create the text file and copy content to it Pin
Paul Conrad28-Jul-07 6:45
professionalPaul Conrad28-Jul-07 6:45 
GeneralRe: Create the text file and copy content to it Pin
sweehin1828-Jul-07 6:50
sweehin1828-Jul-07 6:50 
GeneralRe: Create the text file and copy content to it Pin
Paul Conrad28-Jul-07 6:51
professionalPaul Conrad28-Jul-07 6:51 
QuestionDataset not saving Pin
plankmonkey28-Jul-07 1:45
plankmonkey28-Jul-07 1:45 
AnswerRe: Dataset not saving Pin
Naji El Kotob28-Jul-07 2:59
Naji El Kotob28-Jul-07 2:59 
GeneralRe: Dataset not saving Pin
plankmonkey28-Jul-07 5:47
plankmonkey28-Jul-07 5:47 
Questionhow we can embed vc++ code in vb.net Pin
cnu_sree28-Jul-07 0:16
cnu_sree28-Jul-07 0:16 
AnswerRe: how we can embed vc++ code in vb.net Pin
Paul Conrad28-Jul-07 5:47
professionalPaul Conrad28-Jul-07 5:47 
QuestionWhy VS designer doesn't work with sub classes ? Pin
Ky Nam27-Jul-07 21:38
Ky Nam27-Jul-07 21:38 
AnswerRe: Why VS designer doesn't work with sub classes ? Pin
Christian Graus27-Jul-07 21:42
protectorChristian Graus27-Jul-07 21:42 
GeneralRe: Why VS designer doesn't work with sub classes ? Pin
Ky Nam27-Jul-07 21:53
Ky Nam27-Jul-07 21:53 
GeneralRe: Why VS designer doesn't work with sub classes ? Pin
Dave Kreskowiak28-Jul-07 8:44
mveDave Kreskowiak28-Jul-07 8:44 
GeneralRe: Why VS designer doesn't work with sub classes ? Pin
Ky Nam28-Jul-07 14:22
Ky Nam28-Jul-07 14:22 
Questionhow to convert c# code into vb.net 2005 code Pin
eyes200727-Jul-07 21:35
eyes200727-Jul-07 21:35 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Christian Graus27-Jul-07 21:36
protectorChristian Graus27-Jul-07 21:36 

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.