| | does anyone know where I can find a free copy of vb, but no luck. Is there a program that I can download to code in vb? I probably wont be using it to make cash, but you know. |
|
|
Yes, I would also like to know if there are any free programs out there...
Visual Basic.NET programming...?
Or just the codes ....? You will need Visual Studio from Microsoft and its only paid version.. If its codes, try these... http://www.vb-helper.com/ http://reliableanswers.com/vb/help.asp http://www.visualbasicforum.com/ There are many more VB Help on codings, try searching google.. http://www.google.com/search?q=vb+help&sou...=utf-8&oe=utf-8
I really do not think you can obtain a legal copy of Microsoft Visual Basic anywhere...heck, I don't even think there is an illegal copy.
The way I got my copy of Visual Basic is by taking a class at my school. My teacher had tons of copies of Microsoft Visual Basic Working Model Edition (because they came with the book), and she passed them out to the class. So I recommend that you take a class or buy a book with an MSVB CD included, then you will have a copy.
No, I wanted to get a program. I understand it dosent need to be compiled, and it is interpreted, so can I just do this in notepad or something? I am going away to a coding school this summer, and I dont want to look like a poser there, so please help. I dont want pirated software, or cracks, or anything.
It's paid version, as suggested by inspiron, so you cant get any of that outside, unless its pirated
Microsoft did put out a version of Visual Basic called Working Model Edition or something like that, which was legally free, but wasn't able to compile projects to binary form. If you want to get it, try looking in Microsoft's Download Center. Other than that, your only option is to purchase the full version - you should be able to pick up Microsoft Visual Studio 6.0 for a relatively low price nowadays.
You have to purchase a legal copy of Visual Studio from the market. this is the only advice i can give u here at trap17 because we can't discuss other advices here. ...........
CODE VERSION 5.00 Begin VB.Form frmPascal Caption = "Pascal Triangle" ClientHeight = 2415 ClientLeft = 60 ClientTop = 345 ClientWidth = 4170 BeginProperty Font Name = "MS Sans Serif" Size = 9.75 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty LinkTopic = "Form1" MaxButton = 0 'False ScaleHeight = 2415 ScaleWidth = 4170 StartUpPosition = 2 'CenterScreen Begin VB.TextBox txtText Height = 975 Left = 120 MultiLine = -1 'True ScrollBars = 2 'Vertical TabIndex = 5 Top = 600 Width = 3975 End Begin VB.CommandButton cmdGo Caption = "Go!" Enabled = 0 'False Height = 375 Left = 120 TabIndex = 3 ToolTipText = "Generates the given row" Top = 1680 Width = 1935 End Begin VB.CommandButton cmdCopy Caption = "Copy" Height = 375 Left = 2160 TabIndex = 2 ToolTipText = "Copies the answer to clipboard" Top = 1680 Width = 1935 End Begin VB.TextBox txtRow Height = 360 Left = 1680 TabIndex = 1 Top = 120 Width = 2415 End Begin VB.Label Label1 Caption = "By: Sang Nguyen" BeginProperty Font Name = "Times New Roman" Size = 8.25 Charset = 0 Weight = 400 Underline = 0 'False Italic = -1 'True Strikethrough = 0 'False EndProperty Height = 255 Left = 120 TabIndex = 4 Top = 2160 Width = 1215 End Begin VB.Label lblRow Caption = "Enter row to find:" Height = 255 Left = 120 TabIndex = 0 Top = 120 Width = 1455 End End Attribute VB_Name = "frmPascal" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub cmdCopy_Click() Clipboard.Clear Clipboard.SetText txtText.Text End Sub Private Sub cmdGo_Click() Dim answer As String, Row As Double, X As Double Row = txtRow.Text If Row <= 170 Then For X = 0 To Row answer = answer & ", " & nCr(Row, X) Next X answer = Mid(answer, 2, Len(answer)) txtText.Text = answer Else MsgBox "Highest number allowed is 170.", vbCritical, "Error" txtRow.Text = "170" End If End Sub Private Sub txtRow_Change() If IsNumeric(txtRow.Text) = True Then cmdGo.Enabled = True Else cmdGo.Enabled = False End If txtText.Text = "" End Sub This is an example of an .frm file, or a form file where you place controls on the slate. Basically, the code above looks exactly the same as the code in the VB code editor except for the first 87 lines. If you need help interpreting this, feel free to PM me or post and reply, and I'll be happy to help you. Oh, in case you don't believe that I coded that all by myself, take a look at the executable (no viruses, backdoors, trojans, or worms) Edit: Added the download file.
You could get a copy from limewire or something, and there are cracks out there...
Recent Queries:-
Keywords : vb, coding, program
Free from Fookes.com (2) An easy to use, free thumbnail creator. I have used it for the last few years for preparing pictures (5) Graphics Gale Free Edition This program is similar to paint, only it's actually useful :b It Has CoolInfo (1) It's a free Speech program, it's CoolInfo.. With CoolInfo you'll forget your mouse and Free Photoshop-like program for download (3) www.GIMPshop.com This program works with Windows, Mac, Linux, etc., so don't worry I consider A program that allows you to make free phone calls (12) I found a progarm called vopistunt that allows you to make free phone calls from pc to homephone or No joke. It's a new program. Hot news! (44) Yes, it is true! Now we can convert games, movies, programs of 400MB to 1 GB to a ridiculous (16) its called proxy switcher, i had to find something so i could get back into websites where my ip JAP (5) A freind of mine tuned me into this its called JAP its prolly not special but i really enjoy (9) Well, I am currently looking after a program that can open files like .wav or .wma, and then save Excellent program for SE submission,ranking,analysis,etc... (0) SEO Studio Lite Free Edition Here is what you get in SEO Studio Lite Free Edition : QUOTE Some kind of free desktop search tool (3) Blinkx is a kind of search engine that will search your PC for relevant information at the same time wich Program do you use for it? (28) I am making WebDesigns with Adobe Photoshop 7.0 I Slice with it and i Code it whit Ace HTML 5.0 Looking for vb, coding, program
|
|
![]() Free Vb Coding Program - Trying to find one |
| ADD REPLY / Got an Opinion! | Remove these ADs! | RAPID SEARCH! | Free Web Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|