new text document (5)

2
 WHERE (DevizIncheiat=0) http://vb.net-informat ions.com/datagridview/vb .net_datagridview_add.htm http://stackoverflow.c om/questions/4170874/how -to-add-an-item-from-one- datagrid- to-another-then-edit-it-in-wpf cellborderstyle adding items to listbox from database http://www.bigresource .com/VB-Adding-Items-fro m-Listbox-to-Database-ZZm skgEoWS.h tml  ComboBox1.Items.Add(Ctact.Operati une & "|" & Ctact.Pret_h & "x" & Ctact.Timp_h_  & "=" & Ctact.Valoarea)  Public Opera As New DataClasses1DataContext  For Each mmm In Opera.Operatiunis  Form1.ListBox1.Items.A dd(mmm.Operatiuni & " | " & mmm.Timp & "ore x " & mmm.Pret & "=" & mmm.Valoare & "RON")  Next

Upload: michelle-brown

Post on 29-Mar-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

 

WHERE (DevizIncheiat=0)

http://vb.net-informations.com/datagridview/vb.net_datagridview_add.htm

http://stackoverflow.com/questions/4170874/how-to-add-an-item-from-one-datagrid-to-another-then-edit-it-in-wpf

cellborderstyle

adding items to listbox from database

http://www.bigresource.com/VB-Adding-Items-from-Listbox-to-Database-ZZmskgEoWS.html

 ComboBox1.Items.Add(Ctact.Operatiune & "|" & Ctact.Pret_h & "x" & Ctact.Timp_h_  & "=" & Ctact.Valoarea)

 Public Opera As New DataClasses1DataContext

  For Each mmm In Opera.Operatiunis

  Form1.ListBox1.Items.Add(mmm.Operatiuni & " | " & mmm.Timp & "ore x" & mmm.Pret & "=" & mmm.Valoare & "RON")

  Next