Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Any
Platform
Any
License
Any
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...
Can I simply import the whole mail?
Hello, I am new on this forum and want to develop my Animation skills. Please help me.
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...
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...
i have visual foxpro 6 problem. what is the category that i post my question?
thank you
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...
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...
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...
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...
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...
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...
HI,
Thanks to forum......
Kanyakumari tourist spots
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...
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...
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,...
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...