Click here to Skip to main content
15,911,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Directly print data with out sending to Crystal Report Pin
Nine_10-Jun-07 17:23
Nine_10-Jun-07 17:23 
GeneralRe: Directly print data with out sending to Crystal Report Pin
Sathesh Sakthivel10-Jun-07 17:41
Sathesh Sakthivel10-Jun-07 17:41 
GeneralRe: Directly print data with out sending to Crystal Report Pin
Nine_10-Jun-07 17:43
Nine_10-Jun-07 17:43 
GeneralHelp me please Pin
Nine_10-Jun-07 17:36
Nine_10-Jun-07 17:36 
GeneralRe: Help me please Pin
Sathesh Sakthivel10-Jun-07 17:42
Sathesh Sakthivel10-Jun-07 17:42 
Questionabout datagrid Pin
Harshi_10-Jun-07 7:00
Harshi_10-Jun-07 7:00 
AnswerRe: about datagrid Pin
Christian Graus10-Jun-07 13:18
protectorChristian Graus10-Jun-07 13:18 
Questionwrites NumberLines text lines to sequential files Pin
bapu288910-Jun-07 6:51
bapu288910-Jun-07 6:51 
hi
I am new in vb.net and i have a problem with writing line number,
I want to write file line number
for ex.

1,abcd
2,abck
3,abcd
4,abcd
some thing like this
so when ever user click btnwrite it's write text and line number it self
this is what i have done but it's not doing any thing
this code is in button click event
FileOpen(1, AppPath() + "INK.CSV", OpenMode.Append)<br />
        Dim LN, LineNo As Integer<br />
        For LN = 1 To LineNo<br />
            WriteLine(1, LN, txtText.text)<br />
        Next LN<br />
        FileClose(1)

so i dont know what to do

any help

waiting for your kind help Frown | :(
AnswerRe: writes NumberLines text lines to sequential files Pin
Christian Graus10-Jun-07 13:23
protectorChristian Graus10-Jun-07 13:23 
GeneralRe: writes NumberLines text lines to sequential files Pin
bapu288911-Jun-07 8:24
bapu288911-Jun-07 8:24 
AnswerRe: writes NumberLines text lines to sequential files Pin
ctlqt1211-Jun-07 5:06
ctlqt1211-Jun-07 5:06 
GeneralRe: writes NumberLines text lines to sequential files Pin
bapu288911-Jun-07 8:24
bapu288911-Jun-07 8:24 
QuestionPlease Help me...? Pin
R. M. Sohail Arshed10-Jun-07 0:11
R. M. Sohail Arshed10-Jun-07 0:11 
AnswerRe: Please Help me...? Pin
Dave Kreskowiak10-Jun-07 10:52
mveDave Kreskowiak10-Jun-07 10:52 
AnswerRe: Please Help me...? Pin
Christian Graus10-Jun-07 13:25
protectorChristian Graus10-Jun-07 13:25 
QuestionHow do I search for a row in a datagrid Pin
FrancoisAH9-Jun-07 23:20
FrancoisAH9-Jun-07 23:20 
AnswerRe: How do I search for a row in a datagrid Pin
MohammadAmiry10-Jun-07 2:46
MohammadAmiry10-Jun-07 2:46 
GeneralRe: How do I search for a row in a datagrid Pin
FrancoisAH10-Jun-07 6:19
FrancoisAH10-Jun-07 6:19 
GeneralRe: How do I search for a row in a datagrid Pin
Christian Graus10-Jun-07 15:02
protectorChristian Graus10-Jun-07 15:02 
QuestionHow can I build a project with programin in code? Pin
yersay9-Jun-07 18:39
yersay9-Jun-07 18:39 
AnswerRe: How can I build a project with programin in code? Pin
MohammadAmiry10-Jun-07 2:56
MohammadAmiry10-Jun-07 2:56 
GeneralRe: How can I build a project with programin in code? Pin
yersay10-Jun-07 11:10
yersay10-Jun-07 11:10 
GeneralRe: How can I build a project with programin in code? Pin
Christian Graus10-Jun-07 15:36
protectorChristian Graus10-Jun-07 15:36 
GeneralRe: How can I build a project with programin in code? Pin
yersay10-Jun-07 23:48
yersay10-Jun-07 23:48 
GeneralRe: How can I build a project with programin in code? Pin
Christian Graus11-Jun-07 0:27
protectorChristian Graus11-Jun-07 0: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.