|
|
|
|
![]() ![]() |
Feb 14 2008, 12:07 PM
Post
#11
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
easy my friend
Visual Basic 6.0 Help Needed Replying to Trap FeedBacker Quite easy just add this to a command button And put 3 textboxes on your form then cut & paste this : Dim first As Integer Dim second As Integer first = Text1.Text second = Text2.Text Text3.Text = first + second If your looking at some basic help try http://vbhowto.Netboarder.Com/ It only has a few things but its very basic but handy stuff :) G -reply by Gobble |
|
|
|
Mar 25 2008, 09:55 AM
Post
#12
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
Transfering Results
Visual Basic 6.0 Help Needed Replying to Trap FeedBacker If I'm to assume you're using number values the code would be as follows: Results=Val(Text1.Text)+Val(Text2.Text) Text2.Text=str$(Results) I hope this resolves your situation -reply by Leo F |
|
|
|
Jun 15 2008, 03:45 PM
Post
#13
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
How To Make A new line without deleting current line or adding to end of it
Visual Basic 6.0 Help Needed 1 you need to set the text box property to multiline=true or you have no chance 2 text1.Text = text1.Text + "WHATEVER" 0r text2.Text, + vbcrlf Tada CHEERS -reply by john |
|
|
|
Jul 2 2008, 05:24 AM
Post
#14
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
VB6 Text Book Control
Visual Basic 6.0 Help Needed I have a text box and it's Multiple line option is enabled. The Text books contains the following text "This is normal" "This is Bold" "This is Italic" I would be grateful if you kindly let me reply to get the desired results as mentioned. Thanks C -question by Jayanta Bardalai |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 25th July 2008 - 09:52 PM |