This should be simple but its been awhile 4 me...
I have 4 Command Boxes: Command1, Command2, Command3, Command4.
In the form load I need all to command box captions to change according to an .in...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23149545.html
Zones:
Visual BasicDate Answered: 03/19/2008 Grade: A Views: 0
I have 4 text boxes
Text1.Text = Joe Sam Doe
I need the other 3 text boxes to show 1 word per text box LIKE:
Text2.Text = Joe
text3.text = Sam
text4.text = Doe
I guessing mid or instr fun...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23150245.html
Zones:
Visual BasicDate Answered: 02/09/2008 Grade: A Views: 39
This should be very easy.
I have 2 TextBox's and a command button. When I click the command button......
If txtBox1 has a "$" in the text
I need txtBox2 to have everything from txtbox1 BUT s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23226215.html
Zones:
Visual BasicDate Answered: 03/09/2008 Grade: A Views: 0
In the old days in qbasic compiler I could say
a$ = "left"
b$ = "right"
swap a$,b$
result a$ = "right" : b$ = "left"
now I could put at every location some temp strings and do a manual swa...
http://www.experts-exchange.com/Programming/Languages/Q_23271085.html
I have to write a VB application that reads data in from a FileMaker Pro database. I wish to use ADO but I can't find a suitable OLE DB data provider or ODBC data source for FileMaker Pro.
Any su...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21265516.html
Zones:
VB DBDate Answered: 01/10/2005 Grade: B Views: 0
If I have like e.g. 6 VB6-programs open and minimized, would it be possible to 'send' a signal from some other program/utillity to force these running program to end and close.
This to prevent t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23052118.html
I get mail with attachments in Oulook, the message header in the mail is one off 3 types fixed text. It has a (ascii) text file attached.
Based on the header name I have to save the attached fil...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23446583.html
Zones:
Visual BasicDate Answered: 06/01/2008 Grade: A Views: 0
I have a big program wich on most computers runs fine, we are used to the fact that at closing time and of day it will give
Cannot call friend function on object which is not an instance of defin...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23677885.html
Zones:
Visual BasicDate Answered: 08/26/2008 Grade: B Views: 0