VS 2010 Transferring Data From ListView To ContextMenuStrip?
Jun 7, 2011I have a listview and Contextmenustrip control. Listview contains one coloumb. How to transfer ListView data to ContextMenuStrip?
View 2 RepliesI have a listview and Contextmenustrip control. Listview contains one coloumb. How to transfer ListView data to ContextMenuStrip?
View 2 Repliesim using vb.net 2008 and i would like to ask if is it possible that if i click a data in my listview then it would go to another listview and using a db
View 6 RepliesI want to transfer my data from one list box to an other and save the data and display it at the same time with the TIME, Name, and the Quantity. For example, if I have a movie ticket, and says I bought one ticket thats 10 dollars. If I did type all the calculations with tax it should be 10.10 for the 10% tax. This will show on first of my list box. Secondly if I press something like Enter, it will show that 10.10 number and also put it in the other lstbox. I have 3 list box. One to show the current transaction, one to show the history of them and the total amount of all transaction.
View 8 RepliesSo i am currently working on a project about enrollment system and I am having a problem with transferring items from one listview to another. Here's a photo:
I want to be able to transfer from the lower right form's listview to the other form's listview.
I have 2 forms '' Form1 and Form2 ' in Form1 i have a Text field, checkboxlist and a button in Form2 i have a Listview in the textfield the user has to put a forum url..How to merge the urls and transferring them in Form2 listview by clicking the button.url...
View 1 RepliesI have the following code in place: Protected Sub btnBuy_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnBuy.Click Session("ShoppingList").add(New OrderInfo(txtQuantity.Text)) Server.Transfer("ShoppingCart.aspx") End Sub
View 5 RepliesThe title of this thread perhaps does not explain my problem correctly.Actually i am developing a financial software for a company.The software is similar to a banking system. The software is being developed using VB 2008 and SQL Server 2008.The company has its branches located at different locations. They are having a centralized SQL Server at their Head Office.The branches are connected to Head Office using a VPN.Now what we are worried about is when the VPN gets disconnected.For that we will be having a SQL server installed at each of the branches.When VPN is connected the the details entered will be directly at the Head Office database,Meanwhile a program will be executed which will get details from the Head Office database at each of the branches in a XML file.When a branch gets disconnected from the VPN another program will get the XML details into the Sql Server installed at the branch. When the branch is connected again Another application will create a xml file from the local server and insert its details into the HO server.The sizes of the XML are reaching upto around 150 to 200 mb. I am using Dataset.WriteXML and Dataset.ReadXMl. I have tested this on my local machine it is taking upto 30-40 secs.I dont know how much it will take when the actual application is installed. How can i speed things up ? Does anyone have any idea on how i can do the whole process more smoothly and faster?
View 5 RepliesI wanted to write a small piece of vb code to synchronize a few FoxPro dbf tables to SQL tables that having the same structure or at least a few fields that i selected. I had tried a code which I found on the net that running row by row and column by column to update the SQL tables but this code is too slow. In my dbf table it contains around 3000 records at least.
View 12 Repliesi want 2 copy some part of one table into another but getting error @ this line
sqlCmd = New SqlCommand("insert into name_table(name) values ('" & ds.Tables(0).Rows(1).Item(0) & "'", sqlCnn)
I'm doing a project that requires me to create a book ordering form. I have the books displayed in a listbox named bookselectionlistbox, and when a book is selected, it displays the price of that book in a label named bookpricelabel1. I have a button named addbutton that allows the user to add the book to the shopping cart. The shopping cart is in the form of a combobox named shoppingcartcombobox. Lastly, there is a receipt button that transfers ALL the books from the shopping cart to a seperate label called label3, not just the selected book. The last thing I need to do is have the price of each book also transfer to the receipt section. This needs to be done either on the same label3 on the same line as the book title, or on a seperate label that is adjacent to label3, I have temporarily placed a label there named label5. I am using a case statement for the bookselectionlistbox to say that when a certain book is selected, the bookpricelabel1 will display "$xx". I also have an IF statement under the addbutton label that generates a total price for all the books in the shopping cart, here is an example of the code I used for one of the books:
[Dim visualbasic As Decimal]
[If shoppingcartComboBox.Items.Contains("Visual Basic") Then]
[visualbasic = 55]
[Code].....
I would like everything in listbox1 to transfer to listbox2. I didn't paste my whole project because it is messy and lengthy but I was able to re-create the scenario with this code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code].....
bottom line, I want everything in listbox 1 into list box 2 when combo box = a and button is pushed. when I try to execute, only one or less go into the second list-box and the rest stays there!
I'm developing a project for gathering customer feedback using a Samsung Q1 Ultra, a cheap touchscreen PC. The project consists of two parts: a PC based application that builds the survey and stores the info on an SQL Server, and a survey viewer on the Samsung device which downloads survey data from the SQL Server and stores it on a SQL Server Compact 3.5 database.
My question is, how best can I transfer survey data from the SQL Server to the handheld device's database? Writing a tonne of code to copy data from one database to another seems overcomplicated - is there a handy function or somesuch that I can use to copy data from identical tables on these two separate databases?
My assignment involves wrinting an airline reservation brogram where the user can hit a make reservation button and the user can then input passenger name departure city and arrival city, all of this has to print to a multiline textbox, the professor also wants a find reservation button and a cancel reservation button.
Public Class Form1
Sub get_data()
Dim passengername As String = InputBox("please enter passsenger name")
Dim departure As String = InputBox("please enter departure city")
[code].....
How would I go about transfering data within textboxes on 1 page, to the same textboxes, but on another new page.
Basically, I already have coding that caluclates distance time, price per litre of petrol (it's a bus firm company application), and put's it into textboxes within a group box on my page. Basically I just want a bit of coding which will transfer this info, to different texboxes, but on a different new page, the idea is that I can then do fresh coding on that page without it interfering the coding on the current page.
Visual Basic 2010.I excel in transferring reports on problems in formulas..[code]
View 3 RepliesI am new to ADO.Net and I mistakenly using the dataset as how we use recordsets in ADO., I know that it is possible to create a Datatable which will only reside in the memory and hold data. What I need to create is like this.
1. Create Datatable.
2. Fill it with sample data at least 3 lines.
3. Transfer the data from datatable to database (access,sqlsrvr etc).
I have 2 forms in this application. One form is just a simple SQL statement that is generated into a grid. It displays columns/rows. From there I want to be able to click on a row and have the first column of that row transferred to another form. In the second form I want it inputted into a text box. So, the user doesn't have to copy the record back out of the form then open the other form and paste.
The form opening and closing is not the problem. The problem is getting the data to transfer from one form to another!! I am not sure how to do it.. I have only been coding in VB for a few days and no formal training. I am aware of global variables and would be willing to assign the data to a variable and then have it transferred into the textbox of a the second form.
I do not know how global variables work in VB. This is what I got so far............
'The user clicked the transfer button.
Dim obj As System.Data.DataRowView = grid.Current
MsgBox(obj.Item(0), vbInformation, "Selected Data")
[Code] .....
I m working with a appliction in VB.net
I have a three forms .Menu form which i have set IsMdiContainer as true
Through this form I m opening a new form named " Query"
This form has two drop down and one textbox and some other controls
When user selects ths first dropdown (States)second gets filled with City
When use selects a city I wat to open a New form named as parameter.parameter
form has two textbox and user will enter the paramater and click the submit button.
I want the text of these two textboxes in My "Query" forms 's text box and I want the drop down as it is(filled with city and states)
VS 2010 ContextMenuStrip not showing?
View 2 RepliesI have written a VBA code in EXCEL that updates my tables in Access. The code is fully functionnal when I am entering new data but I don't know how to make it work when a data (primary key) already exists and that I need this data for another table. I would like to find a code in this format (DAO) :
If value exists in table Then
Return the value.code (not the value but the code related to this value)
else
.addnew
here is what I have tried but does not work:
Code:
Function Find_Last_EngineCode() As Integer
Dim cn_engine As ADODB.Connection, rs_engine As ADODB.Recordset, feuille As Worksheet, plage As Range, last_record As Integer
Set feuille = Application.ThisWorkbook.Worksheets("To_Access")
[code]....
I have a psychology experiment that has users respond to specific text or pictures by pressing either a button for "similar" or a button for "opposite" and then the program records the time from the presentation of the stimuli to the time they press one of the buttons as the latency. I have the information ans some other data successfully exporting to a text document but would like to have just the latency data also go into an excel spreadsheet for easier analysis. Here is the code for one of my buttons that currently writes to the text document:
[Code]...
I'm developing a management program for a driving school, where information about all students is stored and accessed.
The thing is, this school has got two branches, so I need some way for those two computers to share files with each other in order to keep a common database. I would like to use the same program in both computers, to keep simplycity to the maximum.
I know it's using TCP, but I haven't got the lesser clue of how i can achieve that. I've looked around, but I haven't found much of how to acchieve something like that. The files both computers would be sharing are text files.
About the IPs, I'm thinking of using NoIP or one of those to always know both IPs.
1. Regex:this
Try
Dim mCollect As MatchCollection = Regex.Matches(Textbox1.text.ToString , "(?<=1).*?(?=3)", RegexOptions.IgnoreCase)
For Each m As Match In mCollect
TextBox2.Text = m.Value
[Code]...
I have a form with a ContextMenuStrip Added and a Listview. I set the 'ContextMenuStrip' property on the listview to my newly created ContextMenu.
So, I am creating the Menu items from a database (no problems here). But I cant seem the get certain menu items to a checked status when creating the menu item from the database.
The Code below is a sample of what I am using.
Public Sub LoadMenu(_Menu As ContextMenuStrip)
Dim n As Long = 0
Try
[code]....
DataGridView1.Columns("Artikel").ReadOnly = TrueFor make column "Artikel" for Read Only, into the DataGridView.My problem is, that the ContextmenuStrip overruled the code, so the user cane change the value, into the column "Artikel".
View 1 RepliesI have a form that holds dynamically created pictureboxes. I have a ContextMenuStrip that is opened when the user right-clicks an individual picturebox that allows them to change the Tag of that specific image. When they click the "Change Tag" item from the ContextMenuStrip, a new form is brought up allowing them to change the Tag in a Textbox.
My problem is, I can't figure out how to pass the specific picturebox's (that was right-clicked) Tag into the new form so that the user can edit it and set when they click the "set" button. (Named "Button1" below)
Here's what I have so far:
Form 1:
Private Sub ChangeURLToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChangeURLToolStripMenuItem.Click
Dim myItem As ToolStripMenuItem = DirectCast(sender, ToolStripMenuItem)
[Code]....
I have a contextmenustrip containing a datetimepicker. Now the problem is that when I choose another date in the datetimepicker the event for that goes through without a problem BUT the event causes the contextmenustrip to go away. The problem is the contextmenustrip must stay shown. I solved the issue with contextmenustrip.show on the end of the event, this works but this has one big disadvantage. I loose all information about the sourcecontrol of the contextmenustrip, and this can't happen.A monthcalendar lets the contextmenustrip stay after his event, but a monthcalendar is too big what cause my menu to be clumsy.
View 2 RepliesI'm developing a program that handles money, and there is a pre-made excel spreadsheet that I am to be transfering data into specific cells. How can I go about telling my program to write specifc data into specific cell numer in excel? Also, how can I get my program to write into specific areas of a MS Word Template (my program will generate letter with the same template just different names/addresses/valus)?
View 1 RepliesHow can I export everything in my listview? And I want to to export it in parts.
For example if I have 2 colums: Name, Email
I want it to export all the data in those columns as:
Name:
Email:
I googled, searched and tried houres but I can not find a simple code/class that does the following: I have a SQL database and I want to show some colums of a table in a listview... Not so difficult I thought, in VB6 it was fixed in 2 minutes but now I'm struggeling for houres... I found Imports System.Data.SqlClient but further then this, I fail...
View 3 Replies