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

Visual Basic

 
GeneralRe: How to build a simple calculator? Pin
Tamimi - Code29-Oct-06 3:40
Tamimi - Code29-Oct-06 3:40 
GeneralRe: How to build a simple calculator? Pin
aurora5629-Oct-06 3:40
aurora5629-Oct-06 3:40 
GeneralRe: How to build a simple calculator? Pin
Colin Angus Mackay29-Oct-06 5:41
Colin Angus Mackay29-Oct-06 5:41 
AnswerRe: How to build a simple calculator? Pin
Christian Graus29-Oct-06 3:10
protectorChristian Graus29-Oct-06 3:10 
AnswerRe: How to build a simple calculator? Pin
Reuven Elliassi29-Oct-06 9:30
Reuven Elliassi29-Oct-06 9:30 
GeneralRe: How to build a simple calculator? Pin
aurora5629-Oct-06 14:22
aurora5629-Oct-06 14:22 
GeneralRe: How to build a simple calculator? Pin
Christian Graus29-Oct-06 14:46
protectorChristian Graus29-Oct-06 14:46 
GeneralRe: How to build a simple calculator? Pin
Reuven Elliassi29-Oct-06 19:50
Reuven Elliassi29-Oct-06 19:50 
Has Christian Graus said, if you can't do the basic research source codes may not help you.

The idea of programming is to think about the algorithm you want to write and then think how to make it work in the easiest and quickly way you can. The speed is not only for saving project develop time yet also to increase the computer efficient. Processing resources is an expensive resource.

There are few tips for you, when you want to write a computer program:
1. Define your needs and targets and the system the program will run over it (ex. windows XP, CE, Mobile Phone, etc.)
2. Multiply the targets into missions and sub-missions that will be easy to implement.
3. After you define the targets try to write algorithm (not in VB but in piece of paper) this will help you to rearrange your minds and way of work. you may also draw your tasks to think about visually.
4. The next step is to write it in VB and debugging.

Good Luck !

Web site with source codes: http://www.planetsourcecode.com/
You may use such web sites (you may find a lot of them in one Google simple search) only for helping you with scripts you can't think about your own algorithm. those sites are not good for learning from the beginning.

Hope I helped you

&
QuestionReading to an array Pin
charchabil0329-Oct-06 1:50
charchabil0329-Oct-06 1:50 
AnswerRe: Reading to an array Pin
Christian Graus29-Oct-06 3:11
protectorChristian Graus29-Oct-06 3:11 
AnswerRe: Reading to an array Pin
Reuven Elliassi29-Oct-06 9:40
Reuven Elliassi29-Oct-06 9:40 
GeneralRe: Reading to an array Pin
charchabil032-Nov-06 0:20
charchabil032-Nov-06 0:20 
GeneralRe: Reading to an array Pin
Reuven Elliassi2-Nov-06 0:32
Reuven Elliassi2-Nov-06 0:32 
GeneralRe: Reading to an array Pin
charchabil032-Nov-06 0:56
charchabil032-Nov-06 0:56 
QuestionError opening Crystal Report! Pin
hfl29-Oct-06 1:09
hfl29-Oct-06 1:09 
QuestionImage Effects in VB.NET Pin
Zaegra29-Oct-06 1:00
Zaegra29-Oct-06 1:00 
AnswerRe: Image Effects in VB.NET Pin
Christian Graus29-Oct-06 1:06
protectorChristian Graus29-Oct-06 1:06 
GeneralRe: Image Effects in VB.NET Pin
Zaegra29-Oct-06 1:15
Zaegra29-Oct-06 1:15 
GeneralRe: Image Effects in VB.NET Pin
Christian Graus29-Oct-06 1:48
protectorChristian Graus29-Oct-06 1:48 
GeneralRe: Image Effects in VB.NET Pin
Zaegra29-Oct-06 2:29
Zaegra29-Oct-06 2:29 
Questionprinting of windows form Pin
Shahzad Yousuf PIA28-Oct-06 22:28
Shahzad Yousuf PIA28-Oct-06 22:28 
AnswerRe: printing of windows form Pin
Dave Kreskowiak29-Oct-06 16:45
mveDave Kreskowiak29-Oct-06 16:45 
QuestionCan someone convert this Excel macro code into a VB code to skip use of Excel program ? Pin
chapeau_melon28-Oct-06 19:49
chapeau_melon28-Oct-06 19:49 
QuestionVB.Net & Windows98 Compatiblity Problem Pin
manish2428-Oct-06 19:29
manish2428-Oct-06 19:29 
AnswerRe: VB.Net & Windows98 Compatiblity Problem Pin
Zaegra29-Oct-06 1:04
Zaegra29-Oct-06 1:04 

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.