Click here to Skip to main content
15,905,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how can made login form in vb6 and vb.net?please send me coding Pin
Jon_Boy6-Jan-09 7:28
Jon_Boy6-Jan-09 7:28 
GeneralRe: how can made login form in vb6 and vb.net?please send me coding Pin
EliottA6-Jan-09 7:52
EliottA6-Jan-09 7:52 
GeneralRe: how can made login form in vb6 and vb.net?please send me coding Pin
Jon_Boy6-Jan-09 8:14
Jon_Boy6-Jan-09 8:14 
GeneralRe: how can made login form in vb6 and vb.net?please send me coding Pin
EliottA6-Jan-09 8:17
EliottA6-Jan-09 8:17 
GeneralRe: how can made login form in vb6 and vb.net?please send me coding Pin
leckey6-Jan-09 8:34
leckey6-Jan-09 8:34 
AnswerRe: how can made login form in vb6 and vb.net?please send me coding Pin
Dave Kreskowiak6-Jan-09 10:04
mveDave Kreskowiak6-Jan-09 10:04 
JokeRe: how can made login form in vb6 and vb.net?please send me coding Pin
0x3c06-Jan-09 20:30
0x3c06-Jan-09 20:30 
QuestionDataRow Pin
RELGERT6-Jan-09 4:23
RELGERT6-Jan-09 4:23 
In my VB code
Dim MyNewRow As DataRow
MyNewRow = Me.DataSet1.Tables(0).NewRow()
MyNewRow.Item("reason-code") = "RX6"
MyNewRow.Item("description") = "Hello from VB"
MyNewRow.Item("sl-paid") = True
MyNewRow.Item("sp-paid") = False
Me.DataSet1.absence.Rows.Add(MyNewRow)
Me.AbsenceTableAdapter.Update(Me.DataSet1.absence)

but ony first field "RX7" gets into the data base
any help would be appreciated
AnswerRe: DataRow Pin
Dave Kreskowiak6-Jan-09 10:18
mveDave Kreskowiak6-Jan-09 10:18 
GeneralRe: DataRow Pin
RELGERT6-Jan-09 22:57
RELGERT6-Jan-09 22:57 
GeneralRe: DataRow Pin
Dave Kreskowiak7-Jan-09 2:12
mveDave Kreskowiak7-Jan-09 2:12 
GeneralRe: DataRow Pin
RELGERT7-Jan-09 2:26
RELGERT7-Jan-09 2:26 
QuestionTransparency working only on development computer Pin
fifothekid6-Jan-09 4:10
fifothekid6-Jan-09 4:10 
AnswerRe: Transparency working only on development computer Pin
Fu Manchu6-Jan-09 4:31
Fu Manchu6-Jan-09 4:31 
QuestionVB.Net - Close a form Pin
directred6-Jan-09 3:56
directred6-Jan-09 3:56 
AnswerRe: VB.Net - Close a form Pin
Wendelius6-Jan-09 4:15
mentorWendelius6-Jan-09 4:15 
AnswerRe: VB.Net - Close a form Pin
MarcelloTurnbull6-Jan-09 4:23
MarcelloTurnbull6-Jan-09 4:23 
AnswerRe: VB.Net - Close a form Pin
Nanda_MR6-Jan-09 17:25
Nanda_MR6-Jan-09 17:25 
QuestionHow to check process status in task manager Pin
sohaib_a6-Jan-09 2:12
sohaib_a6-Jan-09 2:12 
AnswerRe: How to check process status in task manager Pin
Wendelius6-Jan-09 2:25
mentorWendelius6-Jan-09 2:25 
GeneralRe: How to check process status in task manager Pin
EliottA6-Jan-09 2:30
EliottA6-Jan-09 2:30 
GeneralRe: How to check process status in task manager Pin
Wendelius6-Jan-09 2:33
mentorWendelius6-Jan-09 2:33 
GeneralRe: How to check process status in task manager Pin
EliottA6-Jan-09 2:35
EliottA6-Jan-09 2:35 
GeneralRe: How to check process status in task manager Pin
Wendelius6-Jan-09 2:43
mentorWendelius6-Jan-09 2:43 
Questionvb.net 2005 Pin
debonair1234566-Jan-09 0:11
debonair1234566-Jan-09 0:11 

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.