473,473 Members | 1,881 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Output in VB08?

30 New Member
Is there such thing as having a user's input get an output somewhere through VB08, i'm experimenting around with it and i want to know if this is possible and how?
Jan 30 '08 #1
9 1368
Killer42
8,435 Recognized Expert Expert
Is there such thing as having a user's input get an output somewhere through VB08, i'm experimenting around with it and i want to know if this is possible and how?
Can you please explain what you mean by "having a user's input get an output"?
Jan 30 '08 #2
Apolakkiatis
30 New Member
Can you please explain what you mean by "having a user's input get an output"?
If someone types something into a specified text box, have it output it into a text file
Jan 31 '08 #3
Killer42
8,435 Recognized Expert Expert
If someone types something into a specified text box, have it output it into a text file
So you just want to know how to write stuff to a text file, correct?

I'd recommend you look up the FileSystemObject model in your doco as a first step. But I'm sure we can help out, too. It's not really difficult stuff.
Jan 31 '08 #4
daniel aristidou
491 Contributor
Hi
The MSDN libraryfor 08 has good advice on this an sample code .......i believe the code for this...if i can remember is something like...printtofile...
Jan 31 '08 #5
Apolakkiatis
30 New Member
Hi
The MSDN libraryfor 08 has good advice on this an sample code .......i believe the code for this...if i can remember is something like...printtofile...
OK man thanks, i just dont understad the library so i usually never use it, i just post on here if i have a question
Jan 31 '08 #6
Apolakkiatis
30 New Member
OK man thanks, i just dont understad the library so i usually never use it, i just post on here if i have a question
Yea, i couldn't find a thing on it in VB only C++ so i don't know what to do, i googled it and nothing... :-(
Jan 31 '08 #7
daniel aristidou
491 Contributor
Yea, i couldn't find a thing on it in VB only C++ so i don't know what to do, i googled it and nothing... :-(
I'll get back to you after some research on it... you'll have to wait till Saturday though... I finish exams tomorrow... gotta go party.
Jan 31 '08 #8
Apolakkiatis
30 New Member
I'll get back to you after some research on it... you'll have to wait till Saturday though... I finish exams tomorrow... gotta go party.
Its all kool man, i figured it out.....

Fileopen(Val as int, val as string, mode)
Print(Val as int, blah...)
Jan 31 '08 #9
daniel aristidou
491 Contributor
Its all kool man, i figured it out.....
Glad you got it sorted......(Ps killer thanks for the spell check..hehe)
Feb 1 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Mark Wilson CPU | last post by:
This must be easy, but I'm missing something... I want to execute a Perl script, and capture ALL its output into a PHP variable. Here are my 2 files: -------------------------------------...
3
by: edgekaos | last post by:
Is method 2 valid? Method 1: wstring input = L"STRING"; wstring output = input; transform(output.begin(), output.end(), output.begin(), towupper); Method 2: wstring input = L"STRING";...
4
by: Kevin Mansel via .NET 247 | last post by:
Ok, basically this is my problem. I'm building a console app tocall a dos program. So i'm using the Shell command to call theprogram, now depending on what happens, I want to read theoutput that...
24
by: kalamantina | last post by:
#include "stdafx.h" #include <stdio.h> #define output( x ) printf( #x "\r\n" );fflush( stdout ) class CMyBase { public: CMyBase() { output( CMyBase() ); f(*this);
0
by: newbie | last post by:
i'm a newbie of c language. can anyone help me to implement the code so that I can get the ciphertext from the output. thanks. #ifndef _3DES_H #define _3DES_H #ifndef uint8 #define uint8 ...
32
by: spibou | last post by:
Is the output of the C preprocessor deterministic ? What I mean by that is , given 2 compilers which conform to the same standard, will their preprocessors produce identical output given as input...
5
daniel aristidou
by: daniel aristidou | last post by:
Hi guys ..... I don't know about VB 2k5 but in VB08 there is an undo function on textboxes. I was wondering how to use it correctly with the Undo button in order to undo the last textbox change...
3
daniel aristidou
by: daniel aristidou | last post by:
Hi guys is there an equivilent of try (vb08) in vb6 If you dont know what try does in vb08 ... it tries to do something but if there is an error it simply ignores it. Try also contains commands...
2
by: gabosom | last post by:
Hi! I've been breaking my head trying to get the output variables from my Stored Procedure. This is my SP code CREATE PROCEDURE GetKitchenOrderDetail( @idService int, --outPut Variables ...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.