Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Forum Post

Re: Clearing an array?

ReDim array(X) with X being the size of your array - 1 (Programming Languages start at 0 not 1) or use a for...Next Loop For X as integer = 0 to (Array().length - 1) Array(X) = Nothing...
Forum Post

Re: MKI$, CVI

Module mdlMkCv Public Function CVI(ByVal X As String) As Integer Dim D(16) As Integer, B(7) As Integer Dim i As Integer, J As Integer, k As Integer Dim N As...
Forum Post

qbasic to vba excel

can anyone help me converting the qbasic code below to macros in excel... especially the Read and Data part... it seems that macros in excel doesnt read Read and data statment... Thanks you =)...
Forum Post

Re: Multiple IFs statements in Excel

Hey Loy, Where are you at thus far? You should be able to qurery each separate worksheet and build a master. From there the manipulations will be much easier. Good luck, Conner Excel...
Forum Post

Help with DIM and using

Man, I need to re-read all my VBA books & training videos again! If you can help me with this question I would really appreciate it. I am wanting to create and populate a variable “HUTID” with...
Forum Post

currency converter.vbs

hey im trying to do this question Use a for Next Loop to convert Euros $50 to $100 to the equivalent amount Australian dollars increasing by $10 each time. the exchange rate is 1.3777. needs to...
Forum Post

Newbie - which language to use?

Hi, I'm a newcomer to programming, and want to produce a simple word processing program. I want to be able to set up keyboard shortcuts for the word processor, like Alt+S for 'save', etc. I did...
Forum Post

Reading and interacting with HTML from a webpage in a WPF application

Hey, I don't exactly know where to go with this question. I've search numerous hours, but I haven't been able to find the appropriate solution. What I want to do: Get the html of a certain webpage...
Forum Post

Re: Help VBA for EXCEL

Hi, Thank you very much for the help. I couldn't have done it without you! Everything works well so far. It took a little longer to set it up but it is ok now. Best regards, scorpi PS:...
Forum Post

Connecting into a webhost (MYSQL DATABASE)

Hi everyone.. I'm glad if anyone could help me in my problem. I'm still a student and I'm not too familiar in creating online applications. Anyway here is the scenario. I've already created my...
Forum Post

Re: QUIZ PROGRAM IN VB6 FOR ASSIGNMENT, PLEASE HELP ME!!

visual data manager and then link the data base the form so that you can add any question you want remove edit and do all sort of stuffs.if you have any doubt ask me
Forum Post

Re: QUIZ PROGRAM IN VB6 FOR ASSIGNMENT, PLEASE HELP ME!!

visual data manager and then link the data base the form so that you can add any question you want remove edit and do all sort of stuffs.if you have any doubt ask me
Forum Post

Re: QUIZ PROGRAM IN VB6 FOR ASSIGNMENT, PLEASE HELP ME!!

visual data manager and then link the data base the form so that you can add any question you want remove edit and do all sort of stuffs.if you have any doubt ask me
Forum Post

Re: VBA References the same?

Suggestion, Check that the same reference are listed the same in Access 2010 as Access 2003. From your VB code page, Tools - References
Forum Post

QUIZ PROGRAM IN VB6 FOR ASSIGNMENT, PLEASE HELP ME!!

Hello friends, this is my first post on this website. I am learning how to program in VB6 as I am a student at a college. I need help in creating a QUIZ PROGRAM for a teacher who will create...
Forum Post

Re: Clearing an array?

I'm not sure how later versions of VB handle it, but you might try the Erase function. If the array is static, the function will clear the value of each element; if the array is dynamic, it will...
Forum Post

Dijkstra algorithm

I'm doing a project with a robot caled the boe-bot. My project deals with the boe-bot going through a maze twice: the first time it goes through every single path, even the dead ends, and on the...
Forum Post

Re: Convert Video on iPod /iPhone at Will

Tanbee Flip Video Converter is the best Flip Video Converter that can convert Flip video (MP4 video format) to WMV, MP4, AVI, FLV, SWF, MOV, 3GP, etc. With this Flip Video Converter, you can share...
Forum Post

Help - VBA - Search Functionality - Database MS access

Hi All, Pls help me!!! Database Structure: UserName String Location String Price Number Requirement: I have listbox with some items into it say 100. The user will select...
Forum Post

Clearing an array?

Would it be possible for someone to help explain how to clear an array of values currently stored in it. Would you go through the array line by line and write = "" or would you use to ReDim statement...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.