I hav copied my whole cde in form 1 to give a better insight of my question.what I want is to search for a string example title of a song then display my result to a richtextbox but the result should include the title the location and number.[code]
I am currently updating an application I wrote to view Car Insurance Policies, using a backed SQL database and a front end vb.net GUI. I now need to make a change.
I haev added a new table which has all Active Policies, and i have the old table with every policy there has been active or not. We do an import from a separate company, and there is no Active/Not Active field.
I need a query/code that will populate an "Active/NotActive" field in the old table. For example:
I have a problem with search form. I use date-time picker for user to pickup their prefer date. And when I tried to set any date, it produces no result. Bellow is my code:
Try myDataSet.Clear() myCommand = New SqlCommand("SELECT * FROM tblVisitor WHERE EnterDate LIKE @EnterDate",
I have to write a program that allows a user to input DVD info such as DVD Name, Year produced, Running Time, and Rating. The user then clicks a menu item "New" to save that info to a file. Then the next time the user inputs new DVD info it has to append the new data to the same file. (I got this far and everything is working writing and appending data)Next the year has to be able to search by DVD Video name and it has to print the info in the text boxes on the form, if not found then a messagebox should say not found. When I use the sub procedure that I have created to search the record it always comes back as record not found although the record in in the file.
Option Strict On Imports System.IO Public Class Form1 'Class level variables
I've tried a few different methods I could find in order to connect my VB .NET program to a book store's database. While I've been able to connect to it and display the contents of its tables in a DataGrid, I need to be able to search the tables and display specific records, depending on the contents of appropriate the adjacent text boxes.[code]This is a code I've used for a very similar process, just really aims to search a different field in the table. If this is easier to adapt into a code that allows searching and producing specific records in a database, please use this one.
I created a small databse program, when I created the search field I wanted to display the results in "listbox" which I found some code that work perfectly
For each row in ds.tables("Tablename").rows
me.listbox1.items.add(row(1).tostring()) Next
but I also need to display "row 2" ACCORDING to the selected item from listbox in a textbox.
since the listbox is displaying the result of a search, it's been hard to find, how to do this?
Im working on a program that will display a price when an item number is entered in the search box. I have the information in a text file for the program to find it but am unable. I have successfully made it so the items show up in a list box and will show the price when clicked on, but cant get the other one to work.
Here is my code for searching from a search box:
Option Explicit On Option Strict On Public Class TryonServices
In my program theres a form where the user enters the ID number and other details of a customer. i want the program to be able , If the ID number already exists when the user enters it and clicks on ok, to display an error message telling them that the ID already exists otherwise it adds the id and the details to a database. Im not sure how i would do that im thinking it would be an SQL statement? not sure.
I am currently writing a code that prompts a user if they want to convert F to C or C to F, two functions with the calculations. My problem is my loop, it exits one time through and doesn't prompt again. And also doesn't display the final result.
' VB Script Document option explicit const menuBar = "Temperature Conversion" Dim userPrompt, prompt, Temperature, toCelcius, toFahrenheit prompt = vbOk Do While prompt <> "" [Code] .....
I am building a scientific calculator. 1. After I clicked the Sine button, I get the result in a textbox.. When the result is there, for example: 1 radians Sine = 0.8414.... I can still put numbers at the end of this result.. like button 5 will be 0.84145, so how can I disable that? 2. After I get the result from a calculation, the textbox should be cleared when I insert a new number.
Im writing a program and its pulling data from a .MDB to put in a .DAT file.
Here is my while loop:
vb database_connection() sql = "SELECT * FROM tlalist"
[Code].....
In my database there are currently 6 rows. and only 1 row has the TLA_DAY column equal to 1, but for some reason when I look at the .DAT file it creates it outputs the result twice rather than only once.
Once JTLA_count increments it becomes "2", but the while loop still outputs as if its still equal to "1". Ive used breakpoints and the counter is incrementing fine.
the statement Dim state(49) As String and maintain a list of certain states. The list of states should always be in alphabetical order and occupy consecutive elements of the array. The buttons in the program should give the user the following options: (a) Take the state specified by the user in a text box and insert it into its proper position in the array. If the state is already in the array, so report. (b) Take the state specified by the user in a text box and delete it from the array. If the state is not in the array, so report. (c) Display the states in the array. "
Private Sub states_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load state(0) = "Alabama"
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click.[code]the program enters a number and display its factorial, our program has error, eg. if your going to input 7, the result would be {num1}5040.we are having difficulty in its result... the required output should be 1*2*3*4*5*6*7=5040
I am currently having a headache on how to solve this problem that i am facing. here is the situation: I have a combobox and a list box on the main form. The combobox will get the data from the ms access database. In the database, i have the details of a person's IC, Name and DOB say for eg on one entry I have D215311523C,SHAWN,13/04/1987 So now, my combobox on form load will show the list of dates in the database to allow the user to search base on the date itself by clicking on the selected date. So when the user clicks on the particular date say 13/04/1987, people in the database whose birthday is 13/04/1987 will be shown on the listbox.Meaning to say if i have 3 entries whose dates are the same 13/04/1987, 3 entries will appear. If there is only two entry, then two results will be shown. But now, when i do a single click on the date, one result will be shown. That is correct. But the problem is when i click on the same date again, three of the same results will be shown on the list box. that is it will display : 13/04/1987 13/04/1987 13/04/1987 which is not the case. Then it will show more duplicates of the same results if i click more times on the same date which should not be the case.
Dim n As Integer Dim numbers() As Integer Dim StartFrom As Integer Dim EndAt As Integer
I am using a datagrid in my where i am having four columns. In first column the parameter values are entered and in the second column measured value is entered and in third column the nominal value is entered.Inthe fourth column the result is displayed by subtracting the measured value and nominal values. I am doing this calculation in Datagrid cell validated event. What i want is,there will be many rows in the grid,when typing the value in the third column the corresponding result will be displayedin the rowof theresult column,save button will be displayed while the form loads,when the calculate part is completed that is there should not any cell of the resut column empty then i should enable the save butto.
I am encountering the following issue So i have a device that sends stuff at the serial port, i then parse it and put it into an array of bytes like that:
Dim HCI_Command_Rcvd_Byte() As Byte All good till here What i wanna do is make an array and put this result every time the serial port gives me a new result, for example:
[Code]...
Basically what i wanna do is let the port parse the messages, fill in the array with the result at an empty spot in this array and then i will have a separate thread that will look in into this array in each non empty space and after it looks into the non empty space it will use or discard the info and also mark this space as empty (after it checked)
I just read about DataSet in VB.NET, it uses disconnected concept. My question is: if my apps has "List All" button that query data from 1 table in the database, and that table has "very very very" many rows, so my DataSet will be filled with those data and eat up memory. Can I limit the data that being put to the DataSet from that query? But I want to be able to retrieve the next data from the same query if the user want to see it?
For example: I have 1000 rows in my database, and i query all of them. But I just want 200 rows being inserted to my DataSet, but if the user want to see rows number 201 and so on, I want to be able to retrieve the next 200 rows, and so on. So it just like cutting those data into a group of 200 rows. Can I do this with the concept of "disconnected" of the DataSet?
I have set up a method in vb.net and in xcode for encrypting a string using as far as i can tell the same parameters for an AES encryption.I've looked all over the place but cannot find information on whether they use the same encryption algorithm and settings.
this is the vb.net code:
Dim encryptAES As New AesCryptoServiceProvider() Dim encoding As New UTF8Encoding() Dim encryptor As ICryptoTransform encryptAES.Key = encoding.GetBytes("12345678901234567890123456789032") encryptAES.IV = encoding.GetBytes("1234567890123416") encryptAES.Mode = CipherMode.CBC
Im having a bit of trouble with my form,I have a QUOTATIONS form that displays data to the Employye about Over timne etc. I want to be able to Search through the Employye file using either the ID or there Name.
I have the code to search through the file using there ID, i have addapted the code for there name, but can't run both at the same time.As in - i can serach by one, but not by both. If you see what i mean?
I want to be able to search by Either ID or Name. I can run either one or tother, but not both at the same time,giving them a choice.Was thinking about using a seperate form, but that didn't work?
I am trying to search through items in listview control in vb.net one by one. i.e When the user types in some keyworrk in the textbox and presses enter, the first found item in the listview should get highlighted, when he presses enter again, the second search item in the listview should get highlighted and so on.
I am not fully aware of how to keep track of already found items while searching. As of now , I am searching all the items in the listbx using the code :
is there anyway i can search for a particular row in all columns in a database and display them accordingly? like in a customer table, i have CustomerID, Name, Address is it possible to search for all the details of a customer?
I am doing an assignment for class and it is searching an SQL Database file. On the GUI I have a text box and a button to search this database. It is presented on the form in DataGridView connecting to the file, and the file connection test succeeded, I am kinda so so on understanding what is going on with the connection between the file and VB 2008 but I am getting 4 errors: Warning1The designer cannot process the code at line 119: Me.PlayersBindingSource.DataSource = Me.BaseballDataSet
I am pulling the computer model from the bios, the passing the result into some SQL to find it in a table (as the bios name, and the names in the database are different).If it exist, it writes the value from the database to a combo box (cbModelBios)I am trying to debug the case where the computer model does not exist in the table.I figured I would just try to see if the SQL statement returned null, but I am still getting an error [code]
I have an object that I'm instantiating in VB.NET. I'm trying to see if it's storing a particular value somewhere in it. If I look at the object in the watch window in the VS 2010 IDE, I see this huge tree structure with thousands of nodes, many layers deep.
I'd like to be able to search for a value "1234" in this huge tree structure. I tried using serialization to convert the object to xml, but it complains that it doesn't have a parameterless constructor, since this object is provided by a third party, I can't add a parameterless constructor.Is there any way that I can search this object? Is there anyway that I can convert the tree structure that I see in the vs 2010 watch window to an xml document, or a string?
example:ccleaner , malwarebytes, spybot ETC the list goes on.He has a notice in his app that says a user must install all to the default program files DIR.So if it is not installed there obviously it cannot run the application.Now after atma lesson he gave me on hardcoding directorys i told my friend he should not limit a user to where they should install the application.
[font=Arial Black][size=5]I am final year MCA student. I am searching for doing mini project in vb.net. Please sugget me some topics for mini project, which should have some new features in it?
I need to create code that search for numbers in a name. I have 50 Labels on my form named Ing1 to Ing50, the code I am looking for must search and locate then number only and then return the number As Integer to be used in another code block. Is this possible?