Create A Simple Program With 1 Text Field, 1 Button, And An Area To Display What Is Happening And If There Were Any Errors?

Mar 23, 2010

I'm looking to create a simple program with 1 text field, 1 button, and an area to display what is happening and if there were any errors.My goal is to be able to delete user profiles stored on a network drive by simply putting in the users ID and hitting the button.I'll use my own id as an example:If I put mdesieno in the txt box and hit the button, I'll need the button to map to the network drive and delete mdesieno.corp and mdesieno.v2 I would like the bottom half of the window to display text like:

"Deleting User Profile mdesieno.corp" SUCCESSFUL
"Deleting User profile mdesieno.V2" SUCCESSFUL

To me this seems pretty simple, but as I said, I do not know VB yet. Is there code out there that is already written to do something like this?

View 11 Replies


ADVERTISEMENT

Datetime Conversion - Display The Time In The Text Box But Nothing Is Happening

Jul 12, 2011

I've a problem here, I'm trying to display the time in the text box but nothing is happening. I've already enabled postback but the textbox is still empty! Did I do the conversion wrongly? This is my code

[Code]...

View 13 Replies

Create A Simple VB 2008 Program That Can Log Into An Email With A Click Of A Button?

Apr 24, 2010

I wanted to create a simple Visual Basic 2008 program that can log me into my email with a click of a button...what would a the code for the button look like?

View 1 Replies

VS 2010 Make A Simple Program That Can Create A Text File With The Content?

Aug 23, 2011

Im learning Visual Basic 2010 on my programming class and we reached the part of file handling. Here i tried to make a simple program that can create a text file with the content of what i type on the textbox, basically i create the file if it doesn't exist, and if it already exists i append the content to it. Once the file is saved i can read it using the "Open" button. Unfortunataly, whenever i try to create the file, the compiler gives me an error saying that it cannot modify a closed file, although i've followed up the execution instruction by instruction and i can't find the error.

Imports System.IO
Public Class Form1
Dim body As String

[code]....

View 6 Replies

Getting Build Errors In Program To Change Button Name When Clicked?

Jun 13, 2010

Imports System
Imports System.Windows.Forms
Class MyButtonClass

[code].....

View 1 Replies

Create A Program With A Simple Gui?

Jan 4, 2012

Im trying to create a program with a simple gui that enables me to search for and select parent folders containing child folders containing multiple files and then validate those files based off of constants i set per child folder and file.

Example

User selects Parent FolderX
Parent FolderX > (ChildFolder1 ( Constant for ChildFolder1 says open file 4 ) > File 4

Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file Then continue to ChildFolder2 ( Constant for ChildFolder2 says open file 16 ) > File 16 Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file If there is any constants not read in one of the files after all have been checked, return msgbox with a notification and write .txt log with child folder and file names to specified directory?

View 4 Replies

Create A Simple DVD Player With Program?

Apr 26, 2012

I am trying to create a simple DVD Player with Visual Basic 2008 (Express). But I am trying to find this item for the Toolbox-"MSWebDVD".

Does anybody have, like a download link to get it for VB 2008? If you do provide me with a download link, then I would kindly ask to tell me on how to apply it.

View 3 Replies

Create A Simple Shortcut To A Specified Program?

Mar 5, 2012

I would like to create a simply shortcut to a specified program. All of the codes I've tried use the WshRunTime library and it seem to throw an exception every time.

View 3 Replies

VS 2008 - Simple Text -> Xml Program - Save The Contents Of The Bottom Text Window To An Xml File

Dec 23, 2009

I have this Quiz software that lets you create online multiple choice quizzes which are great for studying (I am in grad school and I'm trying to use everything I can to learn). So the Quiz software is great but it only lets you input questions by hand, one by one. I took a look at the .xml file that the quiz program spits out and came up with the idea to try and make a converter so that I can import many questions at once. I was hoping to try and solve this limitation by doing the following:

Take a .doc that say a tutor gives us with a bunch of practice questions, and then take that into Crimson Editor, and then format it so the question is on line 1, the multiple choice answers are on lines 3,4,5, and 6, (for the next question, the question would be on line 11, and the answers on lines 13, 14, 15, and 16, and so on) and then take that saved .txt file into my program, hit the generate button, and it will spit out the .xml file, and then import that into the quiz software to generate the online quiz.

Here is an attached screenshot of my program layout so far:

I figured out how to open a text file by watching simple youtube tutorials, but I don't know how to have it generate the stuff and have it show up in the bottom text box. I know how to do the coding to convert the txt to proper xml code but I don't know how to be able to save the contents of the bottom text window to an xml file.

View 1 Replies

How To Create A Simple Program That Monitors What Programs Are Opening

Nov 10, 2010

I am wanting to create a simple program that monitors what programs are opening and if necessary close one or two. I would also like to know if it is possible to get the window title (using a simple function/sub) and check with a stored list of programs,

whether that particular program is allowed to be open and if so before the program can be opened a password dialog will appear asking the user to enter the defined password in order to continue opening the program. Is this possible? Also should the password entered not match up, the program/process will not be allowed to open and will be closed/cancelled.

some code or point to the part of the microsoft site that has information on getting window titles and how to close current programs open etc

View 5 Replies

Code - Make A Simple Area Calcutor

May 22, 2011

I am not a computer programmer and I have never used Visual Basic before but I have to take a class about using it. I am trying to make a simple Area calcutor but what it is telling me in my book to do isn't working.

View 1 Replies

Create A Simple Program That Send String Data Through Winsock

Sep 3, 2010

im trying to create a simple program that send string data through winsock, there are hundresd of tutorials allover the web, but non of them seem to work! I am fairly new to visual basics but i undersatnd the consept of winsock and 'all that stuff'. [code]

View 5 Replies

Create/get A Simple Program That Opens Up A Webpage, Writes To A Log If It Is Successful Or Not?

Aug 26, 2010

I need to create/get a simple program that opens up a webpage, writes to a log if it is successful or not, logs out and repeats 5 minutes later.I'm not a coder myself, and I have no coders available at my work, I do on the otherhand have access to Visual Basic .NET 2010.

View 5 Replies

How To Display Another Table Field Value On Label1 Text

Oct 15, 2011

Let's said, I click the row 2 on table1 datagridview1 then will display the total value on row 2 table2 to label1.text

E.g.:
table 1 (da), datagridview1
Itemcode (data type number)
Description (data type Text)
quantity (data type number)

table 2 (da2), datagridview2
Itemcode (data type number)
Description (data type text)
Total (data type number

Attached image(s)

View 5 Replies

Get VB To Publish The Text Files With The Program So That No Errors Can Occur

Apr 11, 2011

When I publish the program. Is there any way to get VB to publish the text files with the program so that no errors can occur. When I install and run the published program I get a series of errors relating to text files that are not found.

View 4 Replies

Create A Simple Times Table Program Which Will Allow User To Enter An Integer Value

Jan 22, 2010

could anyone please help me with this1.Create a simple Times Table program which will allow the user to enter an integer value n (between 1 and 20) into a textbox. On the click of a button output to a label the n times tables. Use a For Next loop to perform the repetition.i can output them to a list box but only last one to a label ive been stuck for 3 days.

View 8 Replies

Create Simple App Within Program To Send Timed Controls To External Device?

Mar 15, 2010

How can I create a simple application to send timed controls to an external device?

What I need is to create a very simple application that sends control signals or voltages out to an external device connected via serial perhaps. The external device will in turn trigger some electromechanical devices. There needs to be 24 independent controls each with a simple command equivalent to on or off. What is important is being able to control the timings of the on and off on each control.[code]....

View 1 Replies

VS 2008 Create An Error Log System Which Will Log All Errors To A Text File With Line Number

Jun 29, 2010

How to create an error log system, which will log all errors(caused in my app) to a text file with line number, sub/function in which the error occurred, error details, etc. ?

View 11 Replies

Forms :: Unable To Create A Simple Text Editor?

Jun 25, 2009

I'm new to VB.NET, and have set myself a little challege to learn VB.NET, I was wondering if you you guys new any really good tutorials on how to create a effective MDI Text Editor?, Ive been able to create a simple text editor, however the next step is to use the MDI to be able to have mulitple windows within one form

View 5 Replies

VS 2008 Create New Files Alongside Itself In The Program Files Area?

Jul 30, 2009

Having a slight permission problem with Win 7 I am guessing it will be the same on Vista but work fine on XP (yet to try)But my program is sitting in: C:Program FilesCompanyProgram And its trying to create new files alongside itself in the Program Files area but bombing out which I know is permissions. If I go there to create the file myself it comes up with a UAC prompt and when I hit allow it works fine but obv the program can't do that byiteslf so bombs out.Is there anyway I can over come that without the user having to grant admin rights to the program each time it starts or do I have to write data to another place?

View 4 Replies

How To Round Off And Display Fractions And Percentages In A Label.Text Field

Nov 21, 2010

I get some funny display errors when I attempt to pop a fraction into a text label.[code]Do I get 33.3% here? No, but I get 33.333333333333 - etc - depending on how big my label field is Plus I also get an error message trying to add the % sign at the end.how to round off and display fractions and percentages in a Label.Text field?

View 2 Replies

Enter Button Erases Text From Field?

Nov 11, 2011

Private Sub txtID_KeyPress(ByVal sender As Object, ByVal EnterChar As System.Windows.Forms.KeyPressEventArgs) Handles txtID.KeyPress
If EnterChar.KeyChar = Chr(13) Then
txtTerminal.Focus()
End If
End Sub

Why when i run this after i press the enter button and the focus goes to txtTerminal does the text that i just Entered into txtID vanish? Its making no sence.

View 3 Replies

Create File From SQL Text Field

Jan 16, 2009

I have been trying to figure out how to take text i have in a SQL text field and create the correct document from it. Here is the info i have in SQL: MIMEType is a string field that contains one of the following "application/pdf", "application/msword", "application/vnd.ms-excel" or a few others. DocumentBody is a text field that looks like "0M8R4KGxGuEPgADAP7/CQA" this continues for quite a bit. FileName is a string field that contains the original file name such as "test.doc" or "test.pdf"

I have tried using the System.IO.FileStream and System.IO.StreamWriter but in the document it actually writes the text that is desplayed in DocumentBody. I assume I am missing some way to decode this using the MIMEType but i just can not seem to find it.

View 4 Replies

VS 2010 Create A Program That Can Access Information Held In An Excel Database And Show It In A Simple Form

Feb 27, 2012

how to create a program that can access information held in an excel database and show it in a simple form.

View 2 Replies

Create RTF Table And Place Text Into A Field

Sep 29, 2009

How do I create a RTF table and place text into a field. This is the RTF syntax for 1 Column and 3 Rows

[Code]...

View 3 Replies

Making A Simple Program That Encrypts A Text File And Then Decrypts It?

Sep 30, 2009

I am making a simple program that encrypts a text file and then decrypts it: why i get an error when i use this

Public Class Form1
Code:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
System.IO.File.Encrypt(TextBox1.Text)

[Code].....

View 12 Replies

Simple Usercontrol's Designer-generated Code Has Errors In It?

Jul 21, 2009

So I've created a very simple UserControl that is pretty much just a combo box that has US States in it and a couple properties to return the selected value as an enumeration or a string, etc.The enumeration and string values I'm using are being referenced from an external library which is working. However, when I add my user control to another project the designer-generated code has errors in it. [code] I would assume that this probably has something to do with project settings or something similar for the user control. The control itself is in a separate project and compiled as a .dll which has been added to my main project's toolbox and subsequently added to my form. [code]

View 11 Replies

Select All Text In A Form Field On Tab In Program?

Jun 15, 2010

Select All Text In A Form Field On tab in vb

View 4 Replies

Can Retrieve VS2005 Sln Files And To Get 'convert' Button To Display Text In 2nd Text Box.

Jan 6, 2011

I am building a vb.net application with VS2010. The aim of the application is to change sln. files from VS2005/2008 versions into VS2010.I am using a Form with 2 text boxes and 2 buttons. When I click the 1st button it reveals the sln file in the text box. Then i have a 'convert' button that I want to use to 'convert' the file that appears in the first text box. I have come quite far with the source code but am just a bit puzzled as to how i can retrieve the VS2005 sln files and to get the 'convert' button to display the text in the 2nd text box.[code]

View 5 Replies

Create A For Loop To Cause Display To Show With Button Click

Sep 21, 2010

As the image shows i am suposse to create a For loop to cause the display to show with the button click.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved