Click here to Skip to main content
15,890,995 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Reading pdf file Pin
Anu_Bala2-Oct-11 19:29
Anu_Bala2-Oct-11 19:29 
GeneralRe: Reading pdf file Pin
Richard MacCutchan2-Oct-11 21:23
mveRichard MacCutchan2-Oct-11 21:23 
QuestionMultilanguage support in VB6 Pin
MURALI RANGANATH29-Sep-11 20:25
MURALI RANGANATH29-Sep-11 20:25 
AnswerRe: Multilanguage support in VB6 Pin
Dave Kreskowiak30-Sep-11 3:30
mveDave Kreskowiak30-Sep-11 3:30 
AnswerRe: Multilanguage support in VB6 Pin
Eddy Vluggen30-Sep-11 6:36
professionalEddy Vluggen30-Sep-11 6:36 
AnswerRe: Multilanguage support in VB6 Pin
Dalek Dave1-Oct-11 22:46
professionalDalek Dave1-Oct-11 22:46 
AnswerRe: Multilanguage support in VB6 Pin
Paul Conrad2-Oct-11 19:46
professionalPaul Conrad2-Oct-11 19:46 
QuestionCombobox Problem Pin
Lek Plepi29-Sep-11 2:15
Lek Plepi29-Sep-11 2:15 
Hello
I have a small problem with combobox.
So the form has a panel with optionbuttons and dependin on the click of user,the combobox will display various items.
the problem is that how often i click the optionbutton,in the combobox the items are being replaced.alfer a few clicks the combobox is full with duclicated names.
how can i avoid this?

i use this code for optionbutton

VB


Private Sub Option1_Click()
Label7.Caption = "Përdoruesi"
Call DB
ar.Open "Select *From tblPerdoruesit", strConek, adOpenStatic, adLockOptimistic
If ar.RecordCount = 0 Then
Exit Sub
Else
ar.MoveFirst
Do While Not ar.EOF
cboSubjekti.AddItem ar!EmriUser
ar.MoveNext
Loop
ar.Close
End If
End Sub
AnswerRe: Combobox Problem Pin
JR21229-Sep-11 7:14
JR21229-Sep-11 7:14 
GeneralRe: Combobox Problem Pin
Lek Plepi29-Sep-11 21:35
Lek Plepi29-Sep-11 21:35 
Questionedit web.config at runtime Pin
C#Coudou26-Sep-11 22:50
C#Coudou26-Sep-11 22:50 
AnswerRe: edit web.config at runtime Pin
C#Coudou27-Sep-11 0:13
C#Coudou27-Sep-11 0:13 
Questionhelp with printing a form Pin
molands26-Sep-11 19:45
molands26-Sep-11 19:45 
AnswerRe: help with printing a form Pin
Wayne Gaylard26-Sep-11 20:33
professionalWayne Gaylard26-Sep-11 20:33 
QuestionFormClosing event? Pin
waner michaud26-Sep-11 9:38
waner michaud26-Sep-11 9:38 
AnswerRe: FormClosing event? Pin
Eddy Vluggen26-Sep-11 12:07
professionalEddy Vluggen26-Sep-11 12:07 
AnswerRe: FormClosing event? Pin
horstfh4-Oct-11 21:52
horstfh4-Oct-11 21:52 
QuestionEntity Framework : Bindingsource Sort property doesn't work Pin
alejx26-Sep-11 0:26
alejx26-Sep-11 0:26 
AnswerRe: Entity Framework : Bindingsource Sort property doesn't work Pin
Eddy Vluggen28-Sep-11 8:02
professionalEddy Vluggen28-Sep-11 8:02 
QuestionArray data types issue Pin
Razanust24-Sep-11 17:08
Razanust24-Sep-11 17:08 
AnswerRe: Array data types issue Pin
Luc Pattyn24-Sep-11 17:27
sitebuilderLuc Pattyn24-Sep-11 17:27 
AnswerRe: Array data types issue Pin
DaveAuld24-Sep-11 22:34
professionalDaveAuld24-Sep-11 22:34 
GeneralRe: Array data types issue Pin
Luc Pattyn25-Sep-11 4:04
sitebuilderLuc Pattyn25-Sep-11 4:04 
GeneralRe: Array data types issue Pin
DaveAuld25-Sep-11 4:36
professionalDaveAuld25-Sep-11 4:36 
GeneralRe: Array data types issue Pin
Luc Pattyn25-Sep-11 5:01
sitebuilderLuc Pattyn25-Sep-11 5:01 

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.