Click here to Skip to main content
15,902,636 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 6:08
Colin Angus Mackay2-Jul-06 6:08 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 6:29
Mekong River2-Jul-06 6:29 
GeneralRe: Video Recording Application? Pin
Dave Kreskowiak2-Jul-06 5:37
mveDave Kreskowiak2-Jul-06 5:37 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 5:57
Mekong River2-Jul-06 5:57 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 6:05
Colin Angus Mackay2-Jul-06 6:05 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 6:14
Mekong River2-Jul-06 6:14 
GeneralRe: Video Recording Application? Pin
siteslayer3-Jul-06 1:12
siteslayer3-Jul-06 1:12 
QuestionProblem with data binding Pin
m_mohanna1-Jul-06 0:55
m_mohanna1-Jul-06 0:55 
I've problem with databinding in vb.net
The problem that i'm trying to set a text field of the databinding programmatically during runtime, the change appears on the form, but after save the new value is not saved to database, if i edit this field manually by the keyboard it is updated correctly.
here's my code, the Q_ID textbox is the filed belongs to HEADERBindingSource binding source, i try to set it by the value of newQ_id, anyone can tell me what is missing?

Private Sub Q_IDTextBox_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Q_IDTextBox.TextChanged
If newRecord = 1 Then
Q_IDTextBox.Text = newQ_id
newRecord = 0
Else
QueryQuestionaire()
End If
End Sub

Private Sub Q_HEADERBindingNavigatorSaveItem_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Q_HEADERBindingNavigatorSaveItem.Click
Me.Validate()
Me.Q_HEADERBindingSource.EndEdit()
Me.Q_HEADERTableAdapter.Update(Me.CSIDataSet.Q_HEA DER)
SaveQuestionaire()
End Sub

QuestionUsing Winsock Control to Connect Via Modem Pin
lin_xen_mung30-Jun-06 21:21
lin_xen_mung30-Jun-06 21:21 
AnswerRe: Using Winsock Control to Connect Via Modem Pin
Mekong River2-Jul-06 4:27
Mekong River2-Jul-06 4:27 
GeneralRe: Using Winsock Control to Connect Via Modem Pin
lin_xen_mung5-Jul-06 18:19
lin_xen_mung5-Jul-06 18:19 
GeneralRe: Using Winsock Control to Connect Via Modem Pin
Mekong River5-Jul-06 21:17
Mekong River5-Jul-06 21:17 
QuestionHow To Extract attachment (embedded object) out of a PDF file [modified] Pin
Khoi Le30-Jun-06 17:31
Khoi Le30-Jun-06 17:31 
AnswerRe: Extract attachment (embedded object) out of a PDF file Pin
Paul Conrad30-Jun-06 20:01
professionalPaul Conrad30-Jun-06 20:01 
GeneralRe: Extract attachment (embedded object) out of a PDF file Pin
Mekong River2-Jul-06 4:45
Mekong River2-Jul-06 4:45 
AnswerRe: How To Extract attachment (embedded object) out of a PDF file Pin
Mekong River2-Jul-06 4:48
Mekong River2-Jul-06 4:48 
GeneralRe: How To Extract attachment (embedded object) out of a PDF file Pin
Khoi Le2-Jul-06 6:37
Khoi Le2-Jul-06 6:37 
QuestionHow to send XML to classic ASP page. Pin
TwoLions30-Jun-06 17:23
TwoLions30-Jun-06 17:23 
Questionediting subsequent subitems in a listview Pin
Axel Seitz30-Jun-06 13:06
Axel Seitz30-Jun-06 13:06 
AnswerRe: editing subsequent subitems in a listview Pin
mr_lasseter1-Jul-06 4:20
mr_lasseter1-Jul-06 4:20 
GeneralRe: editing subsequent subitems in a listview Pin
Axel Seitz1-Jul-06 5:23
Axel Seitz1-Jul-06 5:23 
QuestionVS.net Options/Project properties [modified] Pin
bemahesh30-Jun-06 10:58
bemahesh30-Jun-06 10:58 
GeneralRe: VS.net Options/Project properties Pin
User 171649230-Jun-06 11:46
professionalUser 171649230-Jun-06 11:46 
GeneralRe: VS.net Options/Project properties Pin
bemahesh3-Jul-06 5:02
bemahesh3-Jul-06 5:02 
GeneralRe: VS.net Options/Project properties [modified] Pin
bemahesh5-Jul-06 9:17
bemahesh5-Jul-06 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.