473,395 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

very New to VB Express need help

1
Hi Last time I programmed it was in Assembly Language  so I am very new to this

I am trying to write an application to produce a text file for programming routers. Most of the text will be the same with the users inputting a few entries into a text box and selecting options from tick boxes and radio buttons.

I have created the window forms without any problems but need help on how to change the text and output it to a text file and save on the desktop.

Your anticipated help is much appricated

An example of one of the pages of options :-




Expand|Select|Wrap|Line Numbers
  1. Public Class States
  2.  
  3.     Private Sub BtnCreate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnCreate.Click
  4.  
  5.  
  6.  
  7.     End Sub
  8.  
  9.     Private Sub TextBox3_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged
  10.  
  11.     End Sub
  12.  
  13.     Private Sub Label7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label7.Click
  14.  
  15.     End Sub
  16.  
  17.     Private Sub Label5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label5.Click
  18.  
  19.     End Sub
  20.  
  21.     Private Sub TextUsername_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextUsername.TextChanged
  22.  
  23.     End Sub
  24.  
  25.     Private Sub Label6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label6.Click
  26.  
  27.     End Sub
  28.  
  29.     Private Sub TextPassword_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextPassword.TextChanged
  30.  
  31.     End Sub
  32.  
  33.     Private Sub CheckBoxoice_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBoxoice.CheckedChanged
  34.  
  35.     End Sub
  36.  
  37.     Private Sub Select1536_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Select1536.CheckedChanged
  38.  
  39.     End Sub
  40.  
  41.     Private Sub Select1024_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Select1024.CheckedChanged
  42.  
  43.     End Sub
  44.  
  45.     Private Sub Select512_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Select512.CheckedChanged
  46.  
  47.     End Sub
  48.  
  49.     Private Sub Label3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label3.Click
  50.  
  51.     End Sub
  52.  
  53.     Private Sub Select256_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Select256.CheckedChanged
  54.  
  55.     End Sub
  56.  
  57.     Private Sub Panel1_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Panel1.Paint
  58.  
  59.     End Sub
  60.  
  61.     Private Sub Label4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label4.Click
  62.  
  63.     End Sub
  64.  
  65.     Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged
  66.  
  67.     End Sub
  68.  
  69.     Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
  70.  
  71.     End Sub
  72.  
  73.     Private Sub LANTxt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LANTxt.Click
  74.  
  75.     End Sub
  76.  
  77.     Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
  78.  
  79.     End Sub
  80.  
  81.     Private Sub SelectSDSL_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SelectSDSL.CheckedChanged
  82.  
  83.     End Sub
  84.  
  85.     Private Sub SelectADSL_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SelectADSL.CheckedChanged
  86.  
  87.     End Sub
  88.  
  89.     Private Sub select2048_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles select2048.CheckedChanged
  90.  
  91.     End Sub
  92. End Class
Mar 1 '07 #1
1 1066
willakawill
1,646 1GB
Hi. Is this btncreate a submit button for the user when all changes have been made?
Mar 4 '07 #2

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

Similar topics

6
by: Greg | last post by:
I am working on a project that will have about 500,000 records in an XML document. This document will need to be queried with XPath, and records will need to be updated. I was thinking about...
19
by: shanx__=|;- | last post by:
hi i need some help regarding use of very very long integer datatype in 'c'.. i need it to store result of large number's factorial.. if someone can healp it would be a delight..
10
by: Jack Sadie | last post by:
I am using Windows XP and I have found out how to substitute my own wav sound for the Microsoft default sound when my computer starts, but now I want to go a step further. I have created 7...
3
by: Carl M. | last post by:
Okay, I'm 18 hours into this now and am at a loss. What I've done is create an application on my local workstation using VWD Express using the membership/roles provider and SQL Server Express...
2
by: terry.trent | last post by:
I'm new to c# and Visual C# Express, and to normal programming in general (some background in web programming), and i have a question vital to my current project. Basically, i have been asked to...
3
by: leonaisse | last post by:
Hi I have a bunch on tables and data in my local SQL Server 2005 Express master DB and I want to export it to a database.mdf within my wwwroot (visual studio) file - how can i do this? Thanks...
9
by: HC | last post by:
Hello, all, I started out thinking my problems were elsewhere but as I have worked through this I have isolated my problem, currently, as a difference between MSDE and SQL Express 2005 (I'll just...
5
by: Glen Buell | last post by:
Hi all, I have a major problem with my ASP.NET website and it's SQL Server 2005 Express database, and I'm wondering if anyone could help me out with it. This site is on a webhost...
12
by: Light | last post by:
Hi all, I posted this question in the sqlserver.newusers group but I am not getting any response there so I am going to try it on the fine folks here:). I inherited some legacy ASP codes in my...
7
by: Academia | last post by:
I was told that SqlServer express should get installed when VS2008Pro is installed (that is it is on the same DVD). I had a couple of errors during vs2008's installation and I don't see any...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.