Click here to Skip to main content
15,881,559 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Visual Basic program to recursively take ownership of a folder and all its sub-contents Pin
Wendelius16-Sep-15 17:05
mentorWendelius16-Sep-15 17:05 
GeneralRe: Visual Basic program to recursively take ownership of a folder and all its sub-contents Pin
Member 1186689317-Sep-15 11:13
Member 1186689317-Sep-15 11:13 
GeneralRe: Visual Basic program to recursively take ownership of a folder and all its sub-contents Pin
Wendelius18-Sep-15 22:47
mentorWendelius18-Sep-15 22:47 
QuestionAutorun vb program from removable device Pin
Otekpo Emmanuel14-Sep-15 1:34
Otekpo Emmanuel14-Sep-15 1:34 
AnswerRe: Autorun vb program from removable device Pin
Brisingr Aerowing14-Sep-15 2:00
professionalBrisingr Aerowing14-Sep-15 2:00 
AnswerRe: Autorun vb program from removable device Pin
Dave Kreskowiak14-Sep-15 2:25
mveDave Kreskowiak14-Sep-15 2:25 
AnswerRe: Autorun vb program from removable device Pin
Tim Carmichael14-Sep-15 2:31
Tim Carmichael14-Sep-15 2:31 
QuestionHow Can I Remove Duplicate Item From Combobox With Datasource? Pin
Member 1051522510-Sep-15 2:55
professionalMember 1051522510-Sep-15 2:55 
I have database like this

Manufacture                 Model No                Length         Width      height 

Manufacture 1              MD-01                    200               300        100

Manufacture 1              MD-02                    300               400        100

Manufacture 1              MD-03                    400              300         150

Manufacture 2              MAD-01                  200              450        100

Manufacture 2              MAD-02                  250               400        100

Manufacture 3              MDI-01                   300             300         100

Manufacture 4              MOv-01                   350            300         100



I would like to create 2 combobox -

1) Manufacture 2 ) model No

Manufacture should display for above example Manufacture 1,Manufacture 2,Manufacture 3, Manufacture 4

when particular manufacture selected for example Manufacture 2 -> combox should display only MAD-01 & MAD 02.

Based on both selection text box must me loaded with length, width , height.

i tried sample code & try to assign the combox with database value. I found duplicate list of column. Like for combobox1 accumulate

Manufacture 1

Manufacture 1

Manufacture 1

Manufacture 2

Manufacture 2

Manufacture 3

Manufacture 4


Is there any example program available to do this. How can do this.

AnswerRe: How Can I Remove Duplicate Item From Combobox With Datasource? Pin
Dave Kreskowiak11-Sep-15 3:41
mveDave Kreskowiak11-Sep-15 3:41 
Questionasking for source code of visual basic 6.0 Pin
Member 119717979-Sep-15 6:19
Member 119717979-Sep-15 6:19 
AnswerRe: asking for source code of visual basic 6.0 Pin
Richard MacCutchan9-Sep-15 6:23
mveRichard MacCutchan9-Sep-15 6:23 
AnswerRe: asking for source code of visual basic 6.0 Pin
Dave Kreskowiak9-Sep-15 7:03
mveDave Kreskowiak9-Sep-15 7:03 
QuestionRe: asking for source code of visual basic 6.0 Pin
Paul Conrad13-Sep-15 6:08
professionalPaul Conrad13-Sep-15 6:08 
AnswerRe: asking for source code of visual basic 6.0 Pin
RizalAziz16-Sep-15 19:11
RizalAziz16-Sep-15 19:11 
NewsRe: asking for source code of visual basic 6.0 Pin
Eddy Vluggen16-Sep-15 23:00
professionalEddy Vluggen16-Sep-15 23:00 
AnswerRe: asking for source code of visual basic 6.0 Pin
Otekpo Emmanuel28-Sep-15 17:36
Otekpo Emmanuel28-Sep-15 17:36 
Questionhow to receive SMS via USB Modem with SIM Card ? Pin
saedawke9-Sep-15 3:08
saedawke9-Sep-15 3:08 
AnswerRe: how to receive SMS via USB Modem with SIM Card ? Pin
Eddy Vluggen9-Sep-15 3:39
professionalEddy Vluggen9-Sep-15 3:39 
QuestionVB Code to perform an action, when user selects a particular cell in MS Excel Pin
Razanust8-Sep-15 18:00
Razanust8-Sep-15 18:00 
SuggestionRe: VB Code to perform an action, when user selects a particular cell in MS Excel Pin
Richard MacCutchan8-Sep-15 21:45
mveRichard MacCutchan8-Sep-15 21:45 
GeneralRe: VB Code to perform an action, when user selects a particular cell in MS Excel Pin
Razanust8-Sep-15 22:03
Razanust8-Sep-15 22:03 
SuggestionRe: VB Code to perform an action, when user selects a particular cell in MS Excel Pin
Richard MacCutchan8-Sep-15 22:22
mveRichard MacCutchan8-Sep-15 22:22 
QuestionSQL Linq, Group and Sum Pin
jkirkerx8-Sep-15 7:20
professionaljkirkerx8-Sep-15 7:20 
AnswerRe: SQL Linq, Group and Sum Pin
Richard Deeming14-Sep-15 3:13
mveRichard Deeming14-Sep-15 3:13 
GeneralRe: SQL Linq, Group and Sum Pin
jkirkerx14-Sep-15 6:33
professionaljkirkerx14-Sep-15 6:33 

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.