martin2k

Google
 
Web www.martin2k.co.uk

basic codings in vb


Home Read and add posts to the Visual Basic 6.0 Forums Download some of my programs and OCXs Read the Tips here The old style forum is still available here Contact

Back


From: jaikumar E-mail: jai_challenger@hotmail.com 1

Date: Monday, October 29, 2001 at 04:58:57

Subject: basic codings in vb

Comments:

i want vb how to creating codings and how to writings and how to clear run time error and many more messgae send to me please

From: Martin Allen E-mail: <No e-mail> 2

Date: Monday, October 29, 2001 at 22:14:54

Subject: RE: basic codings in vb

Comments:

When you write a procedure that you think might generate an error, you should always include error trapping code so that the user of your program knows exactly what went wrong and has a chance to recover or so alternative code can be executed in case the original code cannot be run.

Write this code at the beginning of the procedure so that when an error occurs, the code after the 'bookmark:' bookmark will be executed.

On Error Goto bookmark

When you have sorted out the error, type Resume to return to the line of code that generated the error or Resume Next to go to the line after that.

Make sure you type Exit Sub on the line before the bookmark so that the error code is not executed.

From: JB E-mail: CRANE356@YAHOO.COM 3

Date: Wednesday, March 13, 2002 at 06:37:17

Website: YAHOO.COM

Subject: RE: VB PROGRAMS

From: FAIZA SHAMIM E-mail: faizashamim1@hotmail.com 4

Date: Saturday, March 23, 2002 at 00:06:02

Subject: RE: VB PROGRAMS

From: alexander E-mail: topsport75@hotmail.com 5

Date: Tuesday, June 11, 2002 at 01:46:27

Subject: RE: how to make simple programs to complicated programs

Comments:

pls indicate how to make programs simple but not to complicated that will result good program

From: karthika E-mail: karthika_p_n@yahoo.com 6

Date: Thursday, July 18, 2002 at 05:59:16

Website: www.codeguru.com

Subject: RE: basic codings in vb

Comments:

hai 
please send me the codings to check an id (without @and .)is valid or not

From: Anand.R (202.88.172.---) E-mail: crazyhorse_19@indiatimes.com 7

Date: Friday, July 19, 2002 at 15:26:22

Subject: RE: how to make simple programs to a good program

Comments:

i m new 2 this course so i need basic coding examples

From: chandru (203.195.200.---) E-mail: m_chandrakumar@yahoo.co.in 8

Date: Saturday, August 17, 2002 at 15:54:07

Subject: how to write program to animate cartoons

From: SETHU B.PRABAKAR (210.212.252.---) E-mail: sethu_b_prabakar@rediffmail.com 9

Date: Sunday, August 25, 2002 at 13:44:21

Website: http

Subject: RE: how to make simple programs to a good program

Comments:

send the codings

From: Sudesh Sanjeewa (203.143.19.---) E-mail: sudeshsanjeewa@yahoo.com 10

Date: Thursday, August 29, 2002 at 09:26:27

Subject: RE: how to make simple programs to a good program

From: hiru (203.94.74.---) E-mail: hiru707@yahoo.com 11

Date: Friday, August 30, 2002 at 12:17:01

Subject: RE: how to make simple programs to a good program

From: Sripriya (61.11.82.---) E-mail: petpriyam@yahoo.com 12

Date: Friday, September 6, 2002 at 09:50:20

Subject: <No subject>

Comments:

while writing codings, iam not getting Quick info, Parameter Info, List constants. what is the solution?

From: karthik (165.21.83.---) E-mail: avmkarthik@hotmail.com 13

Date: Monday, September 30, 2002 at 07:58:48

Website: hotmail

Subject: Hi vb

Comments:

I want many good pograms

From: Sudesh Sanjeewa (203.143.19.---) E-mail: sudeshsanjeewa@yahoo.com 14

Date: Friday, October 25, 2002 at 14:25:36

Subject: RE: <No subject>


This forum is no longer taking new messages or replies since 01 November 2002.  The above material is for reference purposes only.

The new Visual Basic 6.0 forum can be found here.


Martin Allen 1999 - 2003.  Last updated Monday 12 May 2003 07:48:52 PM +0100.