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

Visual Basic

 
GeneralRe: how to rename a txt file VB.NET Pin
J4amieC6-Jun-06 23:34
J4amieC6-Jun-06 23:34 
GeneralRe: how to rename a txt file VB.NET [modified] Pin
Member 22716556-Jun-06 23:51
Member 22716556-Jun-06 23:51 
GeneralRe: how to rename a txt file VB.NET [modified] Pin
J4amieC7-Jun-06 0:23
J4amieC7-Jun-06 0:23 
GeneralRe: how to rename a txt file VB.NET Pin
sathish s6-Jun-06 23:43
sathish s6-Jun-06 23:43 
GeneralRe: how to rename a txt file VB.NET [modified] Pin
Member 22716556-Jun-06 23:58
Member 22716556-Jun-06 23:58 
Questionhelp on Date ? Pin
Ron.S6-Jun-06 20:50
Ron.S6-Jun-06 20:50 
AnswerRe: help on Date ? Pin
sathish s6-Jun-06 21:57
sathish s6-Jun-06 21:57 
QuestionHow to create a file in VB having header information Pin
himuskanhere6-Jun-06 20:45
himuskanhere6-Jun-06 20:45 
Cry | :(( Hello friends ,
i am creating a file file and adding a structure in that

code--> '''setting_rec_ip==> structure name
Open fileName& ".Tpl" For Random As #1 Len = Len(setting_rec_ip)
Put #1, 1, setting_rec_ip
Close #1
-->
the file has extension .Tpl.



And while openning the file-->
Open fileName For Random As #1 Len = Len(setting_rec_op)
Get #1, 1, setting_rec_op
Close #1


--- the problem is that if any body created a .Tpl file from textpad, that file is also get opened and and cause error!!!!

I want to create a file which has unique Header information.
plz tell me how to create such a file
hoppin best from u!
Thanks in advance!!!


Rahul here
QuestionChange access form when change screen resolution Pin
Mekong River6-Jun-06 16:12
Mekong River6-Jun-06 16:12 
QuestionWeb custom controls in VB.net ASP 2.0 Pin
David Pretorius6-Jun-06 14:32
David Pretorius6-Jun-06 14:32 
Questionhelp files Pin
_tasleem6-Jun-06 13:06
_tasleem6-Jun-06 13:06 
AnswerRe: help files Pin
Joshua Quick6-Jun-06 14:50
Joshua Quick6-Jun-06 14:50 
QuestionHELP! Errors while attempting to import a DLL Pin
b_girl6-Jun-06 11:11
b_girl6-Jun-06 11:11 
AnswerRe: HELP! Errors while attempting to import a DLL Pin
progload6-Jun-06 12:21
progload6-Jun-06 12:21 
GeneralRe: HELP! Errors while attempting to import a DLL Pin
b_girl6-Jun-06 12:55
b_girl6-Jun-06 12:55 
GeneralRe: HELP! Errors while attempting to import a DLL Pin
progload6-Jun-06 14:13
progload6-Jun-06 14:13 
QuestionSet tab stop in vb.net [modified] Pin
New_Coder6-Jun-06 9:19
New_Coder6-Jun-06 9:19 
AnswerRe: Set tab stop in vb.net [modified] Pin
Kschuler6-Jun-06 10:43
Kschuler6-Jun-06 10:43 
GeneralRe: Set tab stop in vb.net [modified] Pin
New_Coder8-Jun-06 3:16
New_Coder8-Jun-06 3:16 
AnswerRe: Set tab stop in vb.net [modified] Pin
Member 22716556-Jun-06 23:36
Member 22716556-Jun-06 23:36 
QuestionHow to get ProductVersion in .Net 2005 Pin
Steven J. Reed6-Jun-06 8:59
Steven J. Reed6-Jun-06 8:59 
AnswerRe: How to get ProductVersion in .Net 2005 Pin
progload6-Jun-06 9:21
progload6-Jun-06 9:21 
GeneralRe: How to get ProductVersion in .Net 2005 Pin
Steven J. Reed6-Jun-06 9:30
Steven J. Reed6-Jun-06 9:30 
GeneralRe: How to get ProductVersion in .Net 2005 Pin
progload6-Jun-06 9:45
progload6-Jun-06 9:45 
Questionhow to change the textbox control source property Pin
iramg6-Jun-06 8:27
iramg6-Jun-06 8:27 

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.