how to make algorithm of First Come First Serve Using Visual Basic programming language?
Q. How can I make an algorithm of FIFO or first come first serve using a programming language like visual basic and give me tutorial on how to make also an algorithm using FIFO
Asked by nes - Wed Aug 23 04:54:08 2006 - - 1 Answers - 0 Comments
A. Just creat a queue and use the dequeue method which simply removes the first element entered into the queue. The next call to dequeue will remove the 2nd item entered etc.
Answered by leighgriffin_ie - Wed Aug 23 04:59:36 2006
Q. How can I make an algorithm of FIFO or first come first serve using a programming language like visual basic and give me tutorial on how to make also an algorithm using FIFO
Asked by nes - Wed Aug 23 04:54:08 2006 - - 1 Answers - 0 Comments
A. Just creat a queue and use the dequeue method which simply removes the first element entered into the queue. The next call to dequeue will remove the 2nd item entered etc.
Answered by leighgriffin_ie - Wed Aug 23 04:59:36 2006
why is visual basic a good programming language to use?
Q. I need to know why Visual basic is a good programming language for the programmer and end user
Asked by molemann - Mon Feb 23 06:53:19 2009 - - 6 Answers - 0 Comments
A. It isn't.
Answered by jacovkss2 - Mon Feb 23 07:00:28 2009
Q. I need to know why Visual basic is a good programming language for the programmer and end user
Asked by molemann - Mon Feb 23 06:53:19 2009 - - 6 Answers - 0 Comments
A. It isn't.
Answered by jacovkss2 - Mon Feb 23 07:00:28 2009
design a card suit guessing game using visual basic programming language?
Q. design a card suit guessing game using visual basic programming language?
Asked by conitech2u - Fri Apr 6 13:31:50 2007 - - 1 Answers - 0 Comments
A. I didn't understand the question
Answered by brnmelzo - Tue Apr 10 08:43:28 2007
Q. design a card suit guessing game using visual basic programming language?
Asked by conitech2u - Fri Apr 6 13:31:50 2007 - - 1 Answers - 0 Comments
A. I didn't understand the question
Answered by brnmelzo - Tue Apr 10 08:43:28 2007
Good guide on BASIC and Visual Basic 2008 language?
Q. Hi, I recently downloaded Visual Basic Express 2008. However, I am a complete newby to the BASIC and Visual Basic programming language, and I was wondering if anyone could give me a good place to learn everything about the language.
Asked by TheCite - Wed Oct 1 11:03:21 2008 - - 1 Answers - 0 Comments
A. I use them all the time. They give working sample and downloads. They also let you preview a couple of chapters for free. And they are not expensive.
Answered by a_kewl_fisherman - Wed Oct 1 11:14:57 2008
Q. Hi, I recently downloaded Visual Basic Express 2008. However, I am a complete newby to the BASIC and Visual Basic programming language, and I was wondering if anyone could give me a good place to learn everything about the language.
Asked by TheCite - Wed Oct 1 11:03:21 2008 - - 1 Answers - 0 Comments
A. I use them all the time. They give working sample and downloads. They also let you preview a couple of chapters for free. And they are not expensive.
Answered by a_kewl_fisherman - Wed Oct 1 11:14:57 2008
Is Visual Basic 6 a program or a programming language?
Q. I heard that it was a language, but I keep seeing things about how to use a program called Visual Basic 6. Can you help me straight out the differences?
Asked by maciac13 - Tue Dec 30 14:43:28 2008 - - 4 Answers - 1 Comments
A. Its BOTH a language and a program... The program VB6 is an IDE (Integrated Development Environment) which allows a programmer to layout the graphics portions of their program. It also provides an editor for the programmer to write thier code and check its syntax. VB6 is part of a suite of development software called Visual Studio 6. Microsoft sold VB6 both seperatly and as part of the Visual Studio package. The VB6 Language is the written instructions for the computer to follow that the programmer writes. The VB6 language is also used in Microsoft Office as its scripting language known as VBA (Visual Basic for Applications). Once the programmer uses the VB6 program to write the VB6 code, the code can be compiled into a stand… [cont.]
Answered by Mark G - Tue Dec 30 15:14:04 2008
Q. I heard that it was a language, but I keep seeing things about how to use a program called Visual Basic 6. Can you help me straight out the differences?
Asked by maciac13 - Tue Dec 30 14:43:28 2008 - - 4 Answers - 1 Comments
A. Its BOTH a language and a program... The program VB6 is an IDE (Integrated Development Environment) which allows a programmer to layout the graphics portions of their program. It also provides an editor for the programmer to write thier code and check its syntax. VB6 is part of a suite of development software called Visual Studio 6. Microsoft sold VB6 both seperatly and as part of the Visual Studio package. The VB6 Language is the written instructions for the computer to follow that the programmer writes. The VB6 language is also used in Microsoft Office as its scripting language known as VBA (Visual Basic for Applications). Once the programmer uses the VB6 program to write the VB6 code, the code can be compiled into a stand… [cont.]
Answered by Mark G - Tue Dec 30 15:14:04 2008
What are the codes of cut,copy and paste in visual basic language of programming?
Q. What are the codes of cut,copy and paste in visual basic language of programming?
Asked by Felix M - Thu Nov 20 04:23:01 2008 - - 0 Answers - 0 Comments
A. Start looking for "clipboard" (AFAIR) object...
Answered by Germann A - Thu Nov 20 04:42:41 2008
Q. What are the codes of cut,copy and paste in visual basic language of programming?
Asked by Felix M - Thu Nov 20 04:23:01 2008 - - 0 Answers - 0 Comments
A. Start looking for "clipboard" (AFAIR) object...
Answered by Germann A - Thu Nov 20 04:42:41 2008
can i insert visual basic programming language in dreamweaver? how?
Q. i need to incorporate a password login feature into the website i'm developing. can somebody recommend something or tell me how to do it?
Asked by vepalejandro - Wed May 16 21:01:22 2007 - - 1 Answers - 0 Comments
A. If you are a programmer...you probably should know this. The answer is no, VB can only be compiled by a VB compiler, not a webauthoring program. You cannot use the program in the website, you can add a download to the .exe though. If you need a password login, you can use javascript (which isn't very secure), you can use forms with a database, or try finding a server with some form of encryption.
Answered by Silencer - Wed May 16 21:39:58 2007
Q. i need to incorporate a password login feature into the website i'm developing. can somebody recommend something or tell me how to do it?
Asked by vepalejandro - Wed May 16 21:01:22 2007 - - 1 Answers - 0 Comments
A. If you are a programmer...you probably should know this. The answer is no, VB can only be compiled by a VB compiler, not a webauthoring program. You cannot use the program in the website, you can add a download to the .exe though. If you need a password login, you can use javascript (which isn't very secure), you can use forms with a database, or try finding a server with some form of encryption.
Answered by Silencer - Wed May 16 21:39:58 2007
describe the visual basic programming language?
Q. im doing my assignment in software development
Asked by niki.neophytou - Thu Feb 21 10:47:49 2008 - - 2 Answers - 0 Comments
A. We need context. As stated, the question is meaningless. It's easy? It's a modification of BASIC? It's compiled?
Answered by Colanth - Thu Feb 21 11:55:27 2008
Q. im doing my assignment in software development
Asked by niki.neophytou - Thu Feb 21 10:47:49 2008 - - 2 Answers - 0 Comments
A. We need context. As stated, the question is meaningless. It's easy? It's a modification of BASIC? It's compiled?
Answered by Colanth - Thu Feb 21 11:55:27 2008
Compare and Contrast the Following Programming Languages: Visual Basic.NET & Assembly Language?
Q. Compare and Contrast the Following Programming Languages: Visual Basic.NET & Assembly Language?
Asked by Ian D - Tue Nov 24 11:11:07 2009 - - 1 Answers - 0 Comments
Q. Compare and Contrast the Following Programming Languages: Visual Basic.NET & Assembly Language?
Asked by Ian D - Tue Nov 24 11:11:07 2009 - - 1 Answers - 0 Comments
Is it possible to learn visual basic programming than php for web design?
Q. At the minute i'm on css as ive done xhtml,but i'm a bit confused to which programming language i should learn after ive done javascript, i was first looking into php,then i was looking into perl, but as visual basic is the easiest language to learn,as well as powerful is it possible i could learn VB instead of php/perl for web development for databases ect...
Asked by rendlesham86 - Fri Dec 12 22:16:22 2008 - - 5 Answers - 0 Comments
A. What languages you learn to use should be a matter of which ones interest you. If you don't like the work you do, you won't be successful at it. That said, I generally recommend new programmers learn PHP / MySQL, then ASP.NET, as PHP is easier to grasp, has more peer support and is more forgiving of errors.
Answered by Doug V - Fri Dec 12 22:37:19 2008
Q. At the minute i'm on css as ive done xhtml,but i'm a bit confused to which programming language i should learn after ive done javascript, i was first looking into php,then i was looking into perl, but as visual basic is the easiest language to learn,as well as powerful is it possible i could learn VB instead of php/perl for web development for databases ect...
Asked by rendlesham86 - Fri Dec 12 22:16:22 2008 - - 5 Answers - 0 Comments
A. What languages you learn to use should be a matter of which ones interest you. If you don't like the work you do, you won't be successful at it. That said, I generally recommend new programmers learn PHP / MySQL, then ASP.NET, as PHP is easier to grasp, has more peer support and is more forgiving of errors.
Answered by Doug V - Fri Dec 12 22:37:19 2008
what is the source code for print used in visual basic programing language?
Q. i need to make a form with pritnting option in vb
Asked by Anas K - Wed May 13 08:31:59 2009 - - 1 Answers - 0 Comments
A. Printer.print is the simple answer, are you looking to print the entire form contents or just particular text?
Answered by aaron b - Wed May 13 09:11:49 2009
Q. i need to make a form with pritnting option in vb
Asked by Anas K - Wed May 13 08:31:59 2009 - - 1 Answers - 0 Comments
A. Printer.print is the simple answer, are you looking to print the entire form contents or just particular text?
Answered by aaron b - Wed May 13 09:11:49 2009
have you guys ever learnt VISUAL BASIC(the programming language)?
Q. If so, how was it? was it easy, gave you lot of pain or what? Any tips to succeed in it? I have to take a course which has MSExcel, visual basic and mathcad in sequence. Any idea how is mathcad? Thanks!
Asked by lush - Tue Dec 11 01:15:21 2007 - - 6 Answers - 0 Comments
A. hi * check this
Answered by dewman_byju - Tue Dec 11 01:18:23 2007
Q. If so, how was it? was it easy, gave you lot of pain or what? Any tips to succeed in it? I have to take a course which has MSExcel, visual basic and mathcad in sequence. Any idea how is mathcad? Thanks!
Asked by lush - Tue Dec 11 01:15:21 2007 - - 6 Answers - 0 Comments
A. hi * check this
Answered by dewman_byju - Tue Dec 11 01:18:23 2007
Comparsion between visual basic and C++ programming language?
Q. i have a assignment in programming which i am finding a little difficult, i really could do with some tips and a Little more information to help me understand the differences. Would really appreciate some tips and information if possible :)
Asked by cutie chick - Fri Jan 15 06:25:58 2010 - - 2 Answers - 0 Comments
A. Well to start with, they're designed for different tasks. Visual Basic is typically used to create programs on Windows machines with Graphical User Interfaces very quickly. It can do other things, but it excels at this. The syntax is closer to English too, which may be easier for novice programmers to grasp. C++ is designed as a general purpose language, which is often slower to develop Desktop applications in then in Visual Basic. However, it generally creates faster software and can be used in all sorts of computing environments from embedded computing, on Linux, windows, Mac, and other machines. You could research some programs and compare the syntax of the two languages as well. Generally in programming it comes down to picking… [cont.]
Answered by Pete S - Fri Jan 15 07:02:30 2010
Q. i have a assignment in programming which i am finding a little difficult, i really could do with some tips and a Little more information to help me understand the differences. Would really appreciate some tips and information if possible :)
Asked by cutie chick - Fri Jan 15 06:25:58 2010 - - 2 Answers - 0 Comments
A. Well to start with, they're designed for different tasks. Visual Basic is typically used to create programs on Windows machines with Graphical User Interfaces very quickly. It can do other things, but it excels at this. The syntax is closer to English too, which may be easier for novice programmers to grasp. C++ is designed as a general purpose language, which is often slower to develop Desktop applications in then in Visual Basic. However, it generally creates faster software and can be used in all sorts of computing environments from embedded computing, on Linux, windows, Mac, and other machines. You could research some programs and compare the syntax of the two languages as well. Generally in programming it comes down to picking… [cont.]
Answered by Pete S - Fri Jan 15 07:02:30 2010
What website can teach me all about visual basic language?
Q. I am a beginner at programming and i have found this program called visual basic 2008. I have downloaded and Installed it. I find it easy to use but I want to know a bit more about the language (visual basic language). Remember that I am a beginner and i want something easy to understand.
Asked by Joseph - Mon Jun 22 13:53:23 2009 - - 1 Answers - 1 Comments
A. You can try Microsoft's MSDN site:
Answered by TheBigFGuy - Mon Jun 22 13:58:00 2009
Q. I am a beginner at programming and i have found this program called visual basic 2008. I have downloaded and Installed it. I find it easy to use but I want to know a bit more about the language (visual basic language). Remember that I am a beginner and i want something easy to understand.
Asked by Joseph - Mon Jun 22 13:53:23 2009 - - 1 Answers - 1 Comments
A. You can try Microsoft's MSDN site:
Answered by TheBigFGuy - Mon Jun 22 13:58:00 2009
Does any one know why is visual basic a good programming language to use?
Q. sorry i should have mentioned i have to use vb it is part of my course even though i hate it i am doing an assignment and that is one of the questions
Asked by niki.neophytou - Wed Feb 27 16:12:27 2008 - - 2 Answers - 0 Comments
Q. sorry i should have mentioned i have to use vb it is part of my course even though i hate it i am doing an assignment and that is one of the questions
Asked by niki.neophytou - Wed Feb 27 16:12:27 2008 - - 2 Answers - 0 Comments
I want to learn a Programing language. Visual Basic or C++?
Q. Should I learn Visual Basic or C C++??? or another. The software I want to make would ask the user to fill in fields and later save this as a printable document. Some say visual basic is redundant now.
Asked by dave - Sat Dec 20 15:31:05 2008 - - 6 Answers - 0 Comments
A. I'd go with neither. C++ is an older language and Microsoft is dropping Visual Basic. Go with Java or C#. In fact, go with C#. Java is good but the IDE's (netbeans, eclipse, sun) aren't as good as the express editions of visual studio that you can get for C#. C# is an OOP language and it makes creating GUI's very easy with Visual Studio. Visual Basic is probably equally as easy as C# but like I said, Microsoft is dropping it so if you plan to do programming in the future VB might not be the most valuable language to know. C# and Java will be. If you have to choose only between C++ and Visual Basic then go with Visual Basic, it is much easier. Also, the simple sounding program you just described will surprise you with how much work it… [cont.]
Answered by Sean M - Sat Dec 20 15:44:25 2008
Q. Should I learn Visual Basic or C C++??? or another. The software I want to make would ask the user to fill in fields and later save this as a printable document. Some say visual basic is redundant now.
Asked by dave - Sat Dec 20 15:31:05 2008 - - 6 Answers - 0 Comments
A. I'd go with neither. C++ is an older language and Microsoft is dropping Visual Basic. Go with Java or C#. In fact, go with C#. Java is good but the IDE's (netbeans, eclipse, sun) aren't as good as the express editions of visual studio that you can get for C#. C# is an OOP language and it makes creating GUI's very easy with Visual Studio. Visual Basic is probably equally as easy as C# but like I said, Microsoft is dropping it so if you plan to do programming in the future VB might not be the most valuable language to know. C# and Java will be. If you have to choose only between C++ and Visual Basic then go with Visual Basic, it is much easier. Also, the simple sounding program you just described will surprise you with how much work it… [cont.]
Answered by Sean M - Sat Dec 20 15:44:25 2008
What program do you have to download to program lego mindstorm with visual basic?
Q. I have heard that you can program lego mindstorm with visual basic. I am learning visual basic. The programming language that comes with lego mindstorm can't do as much. So can you program lego mindstorm with visual basic or is it just java and C++.
Asked by sgulsach - Wed Jul 22 14:40:52 2009 - - 1 Answers - 0 Comments
A. you can do it in vb.net you need ms robotics studio...
Answered by Greg M - Wed Jul 22 16:12:05 2009
Q. I have heard that you can program lego mindstorm with visual basic. I am learning visual basic. The programming language that comes with lego mindstorm can't do as much. So can you program lego mindstorm with visual basic or is it just java and C++.
Asked by sgulsach - Wed Jul 22 14:40:52 2009 - - 1 Answers - 0 Comments
A. you can do it in vb.net you need ms robotics studio...
Answered by Greg M - Wed Jul 22 16:12:05 2009
In Visual BASIC, what does the MID function do?
Q. What information does it require from the user? What kind of information does it return? Please give examples and use nontechnical language to describe. The easiest to understand explanation will receive 10 points. I'm trying to find out more about Visual Basic programming language, in this case, Winwrap Visual Basic 6.0 and I would like to know more about the mid command and its uses.
Asked by redjellolover - Thu May 15 15:09:54 2008 - - 2 Answers - 0 Comments
A. It returns a string containing a specified number of characters from a string. Mid( _ ByVal str As String, _ ByVal Start As Integer, _ Optional ByVal Length As Integer _ ) As String str Required. String expression from which characters are returned. Start Required. Integer expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the Mid function returns a zero-length string (""). Start is one based. Length Optional. Integer expression. Number of characters to return. If omitted or if there are 'Creates text string. Dim TestString As String = "Mid Function Demo" ' Returns "Mid". Dim FirstWord As String = Mid(TestString, 1, 3) ' Returns "Demo". Dim LastWord As… [cont.]
Answered by CatNip - Thu May 15 15:49:19 2008
Q. What information does it require from the user? What kind of information does it return? Please give examples and use nontechnical language to describe. The easiest to understand explanation will receive 10 points. I'm trying to find out more about Visual Basic programming language, in this case, Winwrap Visual Basic 6.0 and I would like to know more about the mid command and its uses.
Asked by redjellolover - Thu May 15 15:09:54 2008 - - 2 Answers - 0 Comments
A. It returns a string containing a specified number of characters from a string. Mid( _ ByVal str As String, _ ByVal Start As Integer, _ Optional ByVal Length As Integer _ ) As String str Required. String expression from which characters are returned. Start Required. Integer expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the Mid function returns a zero-length string (""). Start is one based. Length Optional. Integer expression. Number of characters to return. If omitted or if there are 'Creates text string. Dim TestString As String = "Mid Function Demo" ' Returns "Mid". Dim FirstWord As String = Mid(TestString, 1, 3) ' Returns "Demo". Dim LastWord As… [cont.]
Answered by CatNip - Thu May 15 15:49:19 2008
where to find programs and systems that are programmed in visual basic language?
Q. where to find programs and systems that are programmed in visual basic language?
Asked by aldrin d - Mon Dec 17 06:21:33 2007 - - 1 Answers - 0 Comments
A. try Planet Source Code
Answered by rod - Mon Dec 17 12:45:51 2007
Q. where to find programs and systems that are programmed in visual basic language?
Asked by aldrin d - Mon Dec 17 06:21:33 2007 - - 1 Answers - 0 Comments
A. try Planet Source Code
Answered by rod - Mon Dec 17 12:45:51 2007
programming visual basic and programming logic and design?
Q. here guys please help me ,i would like to know off how does programming logic and design and some of programming language differ?
Asked by peroni - Tue Aug 18 10:20:04 2009 - - 3 Answers - 0 Comments
A. I am not quite sure that I understand your question but I see it as the difference between programming with a language and designing programs. To me this translates to a CS degree VS. a programming degree. Where Computer Science deals with the art of possibilities for what is and what is not possible with a computer and programming deals with the creation of what is possible. Personally I find programmers and hackers more interesting because they don't know that something is not possible and are not limited by learned restrictions. It is always interesting what imagination and necessity will create.
Answered by bharvey47 - Fri Aug 21 23:09:09 2009
Q. here guys please help me ,i would like to know off how does programming logic and design and some of programming language differ?
Asked by peroni - Tue Aug 18 10:20:04 2009 - - 3 Answers - 0 Comments
A. I am not quite sure that I understand your question but I see it as the difference between programming with a language and designing programs. To me this translates to a CS degree VS. a programming degree. Where Computer Science deals with the art of possibilities for what is and what is not possible with a computer and programming deals with the creation of what is possible. Personally I find programmers and hackers more interesting because they don't know that something is not possible and are not limited by learned restrictions. It is always interesting what imagination and necessity will create.
Answered by bharvey47 - Fri Aug 21 23:09:09 2009
From Yahoo Answer Search: 'visual basic programming language'
Tue Mar 16 09:05:46 2010 [ refresh local cache ]
[Hide]▼
Jabaco an Opensource Programming Language with a Visual Basic like ...
lordfrancis3
Sat, 18 Jul 2009 08:30:13 GM
Jabaco is a simple . programming language. with a . Visual Basic. like syntax. Jabaco enables you to create powerful software for all Java supported operating systems. Jabaco is A . BASIC. compiler: You write sourcecode similar to VB6 and with ...
lordfrancis3
Sat, 18 Jul 2009 08:30:13 GM
Jabaco is a simple . programming language. with a . Visual Basic. like syntax. Jabaco enables you to create powerful software for all Java supported operating systems. Jabaco is A . BASIC. compiler: You write sourcecode similar to VB6 and with ...
[Hide]▲
