Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-24-2004, 01:54 AM   #1 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 145

Mohan Giri

Default Visual Basic

Hi dudes, I am having one doubt in VB. Can anyone clear mu doubt. Lets tell my doubt. Can we print results of some calculation r operation r maniputaion in text boxes as we do in message box. I tried once but I didn't get the results in Textboxes. I wouldn't get any error messages also. Dont think its sa stupid question like that. I am a beginner in programming as well as Computers. So help me.
Mohan Giri is offline  
Old 12-24-2004, 02:28 AM   #2 (permalink)
 
Super Techie

Join Date: Jun 2004

Posts: 312

sippin codeine

Send a message via Yahoo to sippin codeine
Default

anything that can be put into a message box can be put into a text box, do you have any code?
__________________
**[System specs]**

Delphi Enterprise 6 - 7
VB 6.0 - 2005 EE
sippin codeine is offline  
Old 12-24-2004, 03:41 AM   #3 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 145

Mohan Giri

Default

Ya. For Example
Int a,b,c;
Text1.text=a;
Text2.text=b;
c=a+b;
Text3.text=c;
Mohan Giri is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On