Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Forum Post

Help For A Beginner

Hi all, I am a beginner in assembly. I prefer masm16. It seems right to choose it for me as a beginner. I have studied the language basics. Now I am practising by writing some code. I want to...
Forum Post

Re: vba - outlook to excel email export quastion

Can I simply import the whole mail?
Forum Post

Re: Image Display

Hello, I am new on this forum and want to develop my Animation skills. Please help me.
Forum Post

Image Display

after saving a pic in a sql2005 database using this line of code in vb Iam using the fileupload control how can I then display the picture? the image column in the database is of varbinary type...
Forum Post

hopping cart

Good day to you all hi I have an apllication that I coded in vb and using sql2005 as a database it is more or less of an online giftshop and it needs a shoppoing cart I have found the shoppng cart...
Forum Post

VFP Problem

i have visual foxpro 6 problem. what is the category that i post my question? thank you
Forum Post

Re: vba - outlook to excel email export quastion

maybe someone will need it thx anyway Sub MyFirstMacros() Set xlApp = GetObject(, "Excel.Application") Dim myItems As Object, myItem As Object, myAttachments As Object, myAttachment As...
Forum Post

Re: vba - outlook to excel email export quastion

The following is code on how to read email using VB.NET. Dim otkApp As Outlook.Application = New Outlook.Application Dim otkMailItem = "IPM.Note" Dim otkNameSpace As Outlook...
Forum Post

pseudocode help

a program that will be used in a medical office or billing department. The client needs to be able to access a database that contains all of the patient’s information as well as their medical records...
Forum Post

help help help,emergency

Basic requirements: 1. Considering in accordance with their aptitude and quality ability raise education objectives, curriculum design according to the investigation contents The difficulty of...
Forum Post

Creating a Hi-Lo game in BASIC

9 then print "Sorry, the number is lower. You have two more tries. Good luck." input b end if if a9 then print "Sorry, the number is lower. You have one more try. Good luck." input c end if...
Forum Post

please help

i downloaded a copy of decompiler-vb when i save it to a folder then i open visual basic and load it i get errors all the way threw sorry this is first time ever using this stuff and need some help...
Forum Post

general

HI, Thanks to forum...... Kanyakumari tourist spots
Forum Post

Re: !!!!Super Confusing Visual Basic 2010 Issue!!!!

Try changing the properties of the picture box. Image1.Stretch = False Image1.Picture = LoadPicture("c:\image.bmp") Image1.Stretch = True Image1.Move 0, 0, Image1.Width / 2, Image1.Width / 2...
Forum Post

!!!!Super Confusing Visual Basic 2010 Issue!!!!

When i set a image in a picturebox ( either as background or image, doesn't matter) and then run the program... the image appears zoomed in and cut off almost as if the image crops itself. I HAVE...
Forum Post

Re: How to Read/Display Formatted Txt Files Contents in VB6

A basic text file might be something like below if that's what you're after. Dim fstr As String Open "path to file" For Input As #1 Do While Not EOF(1) Line Input #1,...
Forum Post

Logging in to a website with a batch file

I have a simple batch file that opens 2 programs, 2 text files and 2 browser windows when I click on it. What I'd like it to do is log me into those websites, one which has browser based login, and...
 

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.