Click here to Skip to main content
15,919,358 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Changing background color of datagrid cells in vb.net Pin
jsampsonPC22-Nov-06 9:20
jsampsonPC22-Nov-06 9:20 
Questionhidden database Pin
licec22-Nov-06 4:48
licec22-Nov-06 4:48 
AnswerRe: hidden database Pin
Dave Kreskowiak22-Nov-06 5:09
mveDave Kreskowiak22-Nov-06 5:09 
Questionsend a picture to msword Pin
licec22-Nov-06 4:40
licec22-Nov-06 4:40 
AnswerRe: send a picture to msword Pin
b43r_3oo322-Nov-06 20:41
b43r_3oo322-Nov-06 20:41 
Questionvb6 typeof question Pin
Russell Jones22-Nov-06 4:31
Russell Jones22-Nov-06 4:31 
AnswerRe: vb6 typeof question Pin
Russell Jones22-Nov-06 4:35
Russell Jones22-Nov-06 4:35 
QuestionNeed help getting values from a form Pin
darkchronos22-Nov-06 4:31
darkchronos22-Nov-06 4:31 
Im tryin to create an add records button that interegates a panel controls in a form for its values so i can pass those values in an array to my entity class. Although I could set each value manually like in my example below, I have to perform the same task with 5 other panels on the form. The main problem that I have is I that i have 2 panels that contain combo boxes, and i cant obtain the values from them like i have my statement listed in the for loop. I had to manually set the values. Does anyone have any ideas???

Dim i As Integer
Dim field(dsDatabase.Tables(0).Columns.Count - 1) As String
Dim value(dsDatabase.Tables(0).Columns.Count - 1) As String

For i = 0 To dsDatabase.Tables(0).Columns.Count - 1
field(i) = dsDatabase.Tables(0).Columns(i).ColumnName
value(i) = pnlManageUsers.Controls.Item("txt" & field(i)).Text
Next
value(0) = txtMemberID.Text
value(1) = txtFirstName.Text
value(2) = txtLastName.Text
value(3) = txtAddressU.Text
value(4) = cboStateU.Items.Item(0)
value(5) = txtZipCodeU.Text
value(6) = txtPhoneNumberU.Text
AnswerRe: Need help getting values from a form Pin
Taylor Kobani22-Nov-06 21:10
Taylor Kobani22-Nov-06 21:10 
Questionevent log Listener Pin
ONeil Tomlinson22-Nov-06 4:13
ONeil Tomlinson22-Nov-06 4:13 
AnswerRe: event log Listener Pin
Johan Hakkesteegt26-Nov-06 22:21
Johan Hakkesteegt26-Nov-06 22:21 
QuestionHelp using control collection Pin
Magno R. Vasquez22-Nov-06 3:48
Magno R. Vasquez22-Nov-06 3:48 
GeneralRe: Help using control collection Pin
hollywood_t22-Nov-06 4:14
hollywood_t22-Nov-06 4:14 
AnswerRe: Help using control collection Pin
hollywood_t24-Nov-06 5:41
hollywood_t24-Nov-06 5:41 
QuestionMarshal arrays of strings - how to? Pin
marccp22-Nov-06 3:45
marccp22-Nov-06 3:45 
AnswerRe: Marshal arrays of strings - how to? Pin
Johan Hakkesteegt23-Nov-06 23:20
Johan Hakkesteegt23-Nov-06 23:20 
GeneralRe: Marshal arrays of strings - how to? Pin
marccp26-Nov-06 23:09
marccp26-Nov-06 23:09 
GeneralRe: Marshal arrays of strings - how to? Pin
Johan Hakkesteegt27-Nov-06 0:02
Johan Hakkesteegt27-Nov-06 0:02 
GeneralRe: Marshal arrays of strings - how to? Pin
marccp27-Nov-06 1:27
marccp27-Nov-06 1:27 
GeneralRe: Marshal arrays of strings - how to? Pin
marccp27-Nov-06 3:13
marccp27-Nov-06 3:13 
QuestionWhat is the meaning of below statement. Pin
ashwath197922-Nov-06 2:19
ashwath197922-Nov-06 2:19 
AnswerRe: What is the meaning of below statement. Pin
Dave Sexton22-Nov-06 2:30
Dave Sexton22-Nov-06 2:30 
AnswerRe: What is the meaning of below statement. Pin
Christian Graus22-Nov-06 7:36
protectorChristian Graus22-Nov-06 7:36 
GeneralRe: What is the meaning of below statement. Pin
Dave Sexton22-Nov-06 20:10
Dave Sexton22-Nov-06 20:10 
QuestionData table questions Pin
cstrader23222-Nov-06 1:34
cstrader23222-Nov-06 1:34 

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.