Click here to Skip to main content
15,910,886 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can I add multiple new row into datagrid ? Pin
Eunice (VB junior)20-Dec-07 13:33
Eunice (VB junior)20-Dec-07 13:33 
GeneralRe: How can I add multiple new row into datagrid ? Pin
Eunice (VB junior)25-Dec-07 20:11
Eunice (VB junior)25-Dec-07 20:11 
Generalparameter search Pin
BOREC18-Dec-07 22:37
BOREC18-Dec-07 22:37 
GeneralRe: parameter search Pin
CKnig18-Dec-07 23:36
CKnig18-Dec-07 23:36 
GeneralRe: parameter search Pin
Christian Graus18-Dec-07 23:36
protectorChristian Graus18-Dec-07 23:36 
Generalsecurity issue Pin
Tauseef A18-Dec-07 22:31
Tauseef A18-Dec-07 22:31 
GeneralRe: security issue Pin
CKnig18-Dec-07 23:39
CKnig18-Dec-07 23:39 
QuestionDo i need a close at the end of this code??? Pin
Support12318-Dec-07 22:19
Support12318-Dec-07 22:19 
Hi, I just want to know if it would be advised to put the following at the end of this code:
Set objFSO = CreateObject("Scripting.FileSystemObject")<br />
				Set objOutFile = objFSO.OpenTextFile("\\jhbtest01\e$\SARS\Script\FileWithFilePath\FileNameFormA.txt", 2, True)<br />
				strLine = FileName<br />
				objOutFile.WriteLine strLine


Should i add this at the end:
objOutFile.Close AND is this the right way of doing the close section??? (it is working without it but i get error... so it works the first time round but fails second time round... without me seeing the error.)...

Oh yeah... this bit of code is in a javascript file that i call through VB.Net using the Shell()
"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison

GeneralRe: Do i need a close at the end of this code??? Pin
Dave Kreskowiak19-Dec-07 4:06
mveDave Kreskowiak19-Dec-07 4:06 
GeneralRe: Do i need a close at the end of this code??? Pin
Support12320-Dec-07 4:15
Support12320-Dec-07 4:15 
GeneralWeb Browser control on .net compact framework 2.0 Pin
Benny_Lava18-Dec-07 20:23
Benny_Lava18-Dec-07 20:23 
GeneralRe: Web Browser control on .net compact framework 2.0 Pin
Dave Kreskowiak19-Dec-07 4:09
mveDave Kreskowiak19-Dec-07 4:09 
GeneralHelp: Pin
angelo0718-Dec-07 20:07
angelo0718-Dec-07 20:07 
GeneralRe: Help: Pin
Christian Graus18-Dec-07 20:13
protectorChristian Graus18-Dec-07 20:13 
GeneralRe: Help: Pin
Vasudevan Deepak Kumar19-Dec-07 3:45
Vasudevan Deepak Kumar19-Dec-07 3:45 
GeneralRe: Help: Pin
Vasudevan Deepak Kumar19-Dec-07 3:43
Vasudevan Deepak Kumar19-Dec-07 3:43 
GeneralUpload file Pin
tellytub18-Dec-07 19:55
tellytub18-Dec-07 19:55 
GeneralRe: Upload file Pin
Christian Graus18-Dec-07 20:15
protectorChristian Graus18-Dec-07 20:15 
QuestionMultilingal application Pin
A.kalai18-Dec-07 19:53
A.kalai18-Dec-07 19:53 
GeneralError Handler Pin
nishkarsh_k18-Dec-07 18:49
nishkarsh_k18-Dec-07 18:49 
GeneralRe: Error Handler Pin
MohammadAmiry18-Dec-07 19:16
MohammadAmiry18-Dec-07 19:16 
GeneralRe: Error Handler Pin
Nilesh Hapse18-Dec-07 19:17
Nilesh Hapse18-Dec-07 19:17 
GeneralRe: Error Handler Pin
Christian Graus18-Dec-07 20:11
protectorChristian Graus18-Dec-07 20:11 
Generalhi Pin
mon***z18-Dec-07 18:40
mon***z18-Dec-07 18:40 
GeneralRe: hi Pin
Ajay.k_Singh18-Dec-07 19:10
Ajay.k_Singh18-Dec-07 19:10 

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.