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

Visual Basic

 
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 
AnswerRe: writes NumberLines text lines to sequential files Pin
Christian Graus10-Jun-07 13:23
protectorChristian Graus10-Jun-07 13:23 
Well, for starters, don't use the nasty VB shortcuts, use the proper .NET methods which also work in C#. Otherwise, you're making it impossible to ever use C#, for no good reason.

FileOpen = BAD
File.Open = GOOD

bapu2889 wrote:
Dim LN, LineNo As Integer
For LN = 1 To LineNo


LineNo does not have a value, and therefore defaults to 0. Counting from 1 to 0, involves no iterations of the loop.


bapu2889 wrote:
but it's not doing any thing


That's not really true, I'd expect this code to create an empty file. You should set breakpoints in your code and step through to see why things don't work, and you should give more detailed explanations of issues when you post questions, it helps people to help you.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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 
QuestionProgramming MS Word Pin
jimbaloo9-Jun-07 16:37
jimbaloo9-Jun-07 16:37 

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.