Visual Basic Functions Questions

1

Detecting program shut down
How can I include the minimize and maximize buttons and not the close program button (the “X” in the upper right corner? This is in VB6.

Answer Question   |  May 6, 2013  3:56 AM
Visual Basic 6, Visual Basic Functions
asked by:
60 pts.

Visual Basic tasks
Write a program to provide information on the height of a ball thrown up into t6he air, the program should request as input the initial height, h feet, and the initial velocity, v feet per second. the height of the ball (in feet) after t seconds is given by the formula h+vt-16t?

Answer Question   |  March 27, 2013  12:55 PM
Visual Basic, Visual Basic Functions
asked by:
5 pts.

Function in psuedocode and visual basic code
I have to write a program that adds 10 to a number in both psuedo code and visual basic and I don’t have any idea how to do this.

Answer Question   |  October 22, 2012  10:14 PM
Visual Basic, Visual Basic Functions
asked by:
35 pts.

VB Code to solve y = sqrt of x^2 – 5z/2a +Sin x – Cos z (x^3 – e^a)
Write a VB application to solve following expression: y = sqrt of x^2 – 5z/2a +Sin x – Cos z (x^3 – e^a)

Answer Question   |  October 8, 2012  1:57 PM
Visual Basic 6, Visual Basic Functions
asked by:
30 pts.

SMS in Arabic
I have developed an SMS application in VB6 which sends messages in English. But I don’t know how to convert the Arabic characters to some Unicode language. Please help me. Thank you.

Answer Question   |  October 2, 2012  7:01 AM
Visual Basic 6, Visual Basic Functions
asked by:
5 pts.

What’s the best way to check for updates in my program?
Hi all, Here’s my dilemma, I have a visual basic button now that people can press to check for updates on my program, and what it does is msgbox’s them their current version and then brings them to my updates web page where they can compare what the latest there is compared to what they [...]

Answer Question   |  May 27, 2011  3:27 AM
Java, PHP, Visual Basic, Visual Basic Functions
asked by:
1,940 pts.

Getting values from notepad by finding it in whole file and displaying it in Text Box in vb 6
I am having a notepad with data arround 100 row like . just i need to fetch data from notepad from the word Mass=105879.2 in notepad and display it in  text box in VB 6.0 by clicking a button. Please help me

Answer Question   |  July 12, 2010  11:26 AM
Application software, Notepad, RSS, Visual Basic 6, Visual Basic Functions
asked by:
5 pts.

I would like to know the code to do a “if file exist then” in visual basic.
for some reason the first time I posted this it only showd some of it, so I’ve reposted it. I would like to know the code to do a “if file exist then” in visual basic. something like in a .bat file as follows. IF EXIST C:install.log ( @echo I’m here ) ELSE ( @echo [...]

Answer Question   |  July 1, 2010  6:18 AM
.bat file, Visual Basic, Visual Basic developers, Visual Basic Functions
asked by:
1,940 pts.

How to move a file and append todays date to it using visual basic
I have a report that produces an .rtf file with the same name daily. I want to move that file to a shared network location and append the date to the file so the old files remain when they are moved, plus the date will make it easier to search. How do i do that [...]

Answer Question   |  June 22, 2010  8:45 PM
File management, Visual Basic, Visual Basic Functions, Windows XP Pro
asked by:
1,050 pts.

mouse movement and x,y location functions
I know there has to be a simple way to move the mouse to any position on the screen in vb 2008. A search brought up nothing specific to what I am trying to do. Basically, I have two textboxes on a form to represent x and y. When I click a command button, I [...]

Answer Question   |  December 1, 2008  4:13 PM
Visual Basic, Visual Basic 2008, Visual Basic Functions, Visual Basic Location Functions
asked by:
50 pts.

1