Click here to Skip to main content
15,906,081 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionEditing Text Files and Creating new one of them Pin
Kalpeshpatelbyk13-Oct-07 2:07
Kalpeshpatelbyk13-Oct-07 2:07 
AnswerRe: Editing Text Files and Creating new one of them Pin
pmarfleet13-Oct-07 4:40
pmarfleet13-Oct-07 4:40 
AnswerRe: Editing Text Files and Creating new one of them Pin
Christian Graus13-Oct-07 10:29
protectorChristian Graus13-Oct-07 10:29 
QuestionTargetInvocationException, FileNotFoundException, assemblys, remoting, services, depression. Pin
redjen13-Oct-07 2:02
redjen13-Oct-07 2:02 
AnswerRe: TargetInvocationException, FileNotFoundException, assemblys, remoting, services, depression. Pin
redjen13-Oct-07 2:03
redjen13-Oct-07 2:03 
GeneralRe: TargetInvocationException, FileNotFoundException, assemblys, remoting, services, depression. Pin
redjen13-Oct-07 14:29
redjen13-Oct-07 14:29 
QuestionHow to assign case to the event handler ? Pin
liv2luv13-Oct-07 1:59
liv2luv13-Oct-07 1:59 
AnswerRe: How to assign case to the event handler ? Pin
Luc Pattyn13-Oct-07 3:09
sitebuilderLuc Pattyn13-Oct-07 3:09 
Hi,

a couple of remarks:

1.
all errors show line numbers:
- compile errors mention file name and line number
- run-time exceptions show complete stack traceback with line numbers

2.
Visual Studio can be told to show line numbers in the left margin of the editor,
see Options/Tools/TextEditor

3.
combining 1 and 2, if something goes wrong you can easily determine where the error
occured.

4.
I have never seen cases with decimal values, but I doubt you need them.
What happened to TotalCost = Quantity * UnitCost ?

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


QuestionFile splitting Logic Pin
DON34512-Oct-07 23:53
DON34512-Oct-07 23:53 
AnswerRe: File splitting Logic Pin
Guffa13-Oct-07 0:53
Guffa13-Oct-07 0:53 
AnswerRe: File splitting Logic Pin
Luc Pattyn13-Oct-07 3:11
sitebuilderLuc Pattyn13-Oct-07 3:11 
QuestionProblem in Running EXE on Network when using ODBCConnection Object Pin
kkb_200112-Oct-07 21:12
kkb_200112-Oct-07 21:12 
AnswerRe: Problem in Running EXE on Network when using ODBCConnection Object Pin
Dave Kreskowiak13-Oct-07 3:52
mveDave Kreskowiak13-Oct-07 3:52 
QuestionHelp needed to Manipulate CSV Cell data..... Pin
paulk1112-Oct-07 12:26
paulk1112-Oct-07 12:26 
AnswerRe: Help needed to Manipulate CSV Cell data..... Pin
Dave Kreskowiak13-Oct-07 3:48
mveDave Kreskowiak13-Oct-07 3:48 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
paulk1113-Oct-07 4:39
paulk1113-Oct-07 4:39 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
Dave Kreskowiak13-Oct-07 5:00
mveDave Kreskowiak13-Oct-07 5:00 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
paulk1113-Oct-07 6:01
paulk1113-Oct-07 6:01 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
paulk1113-Oct-07 6:09
paulk1113-Oct-07 6:09 
GeneralRe: Help needed to Manipulate CSV Cell data..... Pin
Dave Kreskowiak13-Oct-07 9:11
mveDave Kreskowiak13-Oct-07 9:11 
QuestionBindingSource Pin
sabr4912-Oct-07 9:04
sabr4912-Oct-07 9:04 
AnswerRe: BindingSource Pin
pmarfleet12-Oct-07 10:11
pmarfleet12-Oct-07 10:11 
GeneralRe: BindingSource Pin
sabr4912-Oct-07 10:40
sabr4912-Oct-07 10:40 
GeneralRe: BindingSource Pin
nlarson1112-Oct-07 10:58
nlarson1112-Oct-07 10:58 
GeneralRe: BindingSource Pin
sabr4912-Oct-07 11:19
sabr4912-Oct-07 11:19 

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.