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

Home Posts Topics Members FAQ

Please Any One Give Me Open Code

21 New Member
Hello ,
This is save cord,

Expand|Select|Wrap|Line Numbers
  1. cdlfiles.filter="files(*.srt)\*.ami"
  2. cdlfiles.DefaultExt="str"
  3. cdlfiles.dialogTitle="save str notepad file"
  4. cdlfiles.DialogTitel=cdlOFNOverwritePrompt + cdlOFNPathmustexist
  5. on Error GoTo e
  6. cdlfiles.showsave
  7. Open cdlfiles.FileName for Output As #1
  8. Print#1,Text1.Text
  9. close 1
  10. Exit Sub
  11. e:
  12. Resume Exitline
  13. Exitline:
  14. Exitsub
  15. end sub
I want to know what is the cord for open
Jun 19 '07 #1
3 1194
debasisdas
8,127 Recognized Expert Expert
Can u please specify what is CORD in VB 6.0

I never came across that in my entire carrier.
Jun 19 '07 #2
sirimanna
21 New Member
I jest want to this;
i want to get save text data in to my VB form...how can i do it? i know how to save data's..i want code...
thank's
Jun 19 '07 #3
Killer42
8,435 Recognized Expert Expert
I jest want to this;
i want to get save text data in to my VB form...how can i do it? i know how to save data's..i want code...
Let me see whether I'm interpreting this correctly. Are you saying that you have saved some data to a text file using the code you listed, and now you want to know how to read the information back from the file?

If so, have a look in the index of articles at the top of the VB forum. It contains a couple of samples showing how to read a text file.

By the way, if you want to post code, it's usually better to copy and paste rather than typing it here. Too many errors creep in otherwise.
Jun 19 '07 #4

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

Similar topics

5
3314
by: john | last post by:
Here is the short story of what i'm trying to do. I have a 4 sided case labeling printer setting out on one of our production lines. Now then i have a vb.net application that sends data to this...
10
2001
by: motessa | last post by:
Hello All, I am new to Access and have been looking for answers to my problem on the internet and have not found it yet. I hope someone can give me a hint. Thanks so much. I have a form...
2
2036
by: Daniel | last post by:
I'm new to .Net and all of its abilities so I hope this makes sense. Basically I'm confused on when is the appropriate time to use web forms controls vs. regular HTML. For example in ASP...
7
11161
by: Ohad Asor | last post by:
Hello all, I have an ASP.NET page I've written using VS.NET2003, which have a ListBox in it. When I press a button in the form, I try to get the selected item in the list by calling...
13
4294
by: Joner | last post by:
Hello, I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error...
10
1310
by: Matt | last post by:
Hello Everyone I am making an instant messenger program. I have used the MSDN sockets example to get started with this. I have transfered the code that is found within this project into a class...
1
9578
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
1
1257
by: lostsoul | last post by:
Can someone give me some pointer on the below program? There are three things that I couldn't do with my current program. 1) Whenever I make changes to the dictionary it doesn't save the changes. 2)...
9
1884
by: TF | last post by:
Hello all, I made a ASP.NET 2.0 site that shows possible "recipes" for paint colors stored in an access dbase. Basically, 1000 colors are stored with specific RGB values in separate columns. A...
5
1543
by: simonyong | last post by:
I'm newbie to .net and currently learning to use BLOB to insert image into database What i'm facing is i dont know what is going wrong to make me continue getting this error: An unhandled...
0
7044
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
6908
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
7087
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
6944
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
5341
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
4782
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
2985
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
182
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.