Click here to Skip to main content
15,912,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Reading text from command prompt Pin
Fernando Soto4-May-05 6:23
Fernando Soto4-May-05 6:23 
GeneralProblems with the debugger in VB.Net Pin
Johtrek27-Apr-05 21:54
Johtrek27-Apr-05 21:54 
GeneralRe: Problems with the debugger in VB.Net Pin
Nostra27-Apr-05 22:15
Nostra27-Apr-05 22:15 
GeneralRe: Problems with the debugger in VB.Net Pin
Johtrek27-Apr-05 22:46
Johtrek27-Apr-05 22:46 
GeneralRe: Problems with the debugger in VB.Net Pin
rwestgraham28-Apr-05 7:20
rwestgraham28-Apr-05 7:20 
GeneralRunning project from nmetwork Pin
nitin_ion27-Apr-05 21:27
nitin_ion27-Apr-05 21:27 
GeneralAT Commands Pin
aqui_i27-Apr-05 20:26
aqui_i27-Apr-05 20:26 
Questionhow to clear ComboBox text Pin
Anonymous27-Apr-05 20:12
Anonymous27-Apr-05 20:12 
Hello all,
I have one problem with combobox.the combobox is filled from datatable
displaymeber = empName
ValueMember =empId this is a lookup table
I have got record from another table and filled to dataview and i have not bind with controls,just i have give that directly like this
me.combobox.SelctedValue = me.Dataview.item(0).item(2)
when i have not any data(means nothing) in me.Dataview.item(0).item(2) ,it displays empty in combo text area,then the user edits the combobox,means change the selected text and he doesn't want to save the data,if he clicks i reload from dataview(refresh the old data).so it should be come epty in text area.but first time it displays first empname(means selectedindex goes to 0).then i click agai it will show empty record.how can i rectofy this




Answerhow to clear ComboBox text(here my code need solution) Pin
Anonymous27-Apr-05 20:24
Anonymous27-Apr-05 20:24 
GeneralRe: how to clear ComboBox text(here my code need solution) Pin
Anonymous28-Apr-05 6:01
Anonymous28-Apr-05 6:01 
GeneralRe: how to clear ComboBox text(here my code need solution) Pin
Anonymous29-Apr-05 19:38
Anonymous29-Apr-05 19:38 
GeneralRuntime Exceptions Pin
genius12327-Apr-05 18:54
genius12327-Apr-05 18:54 
GeneralRe: Runtime Exceptions Pin
Dave Kreskowiak28-Apr-05 4:25
mveDave Kreskowiak28-Apr-05 4:25 
GeneralSaving word file in Oracle Pin
hkpillai27-Apr-05 18:45
hkpillai27-Apr-05 18:45 
GeneralCrystal reports installation Pin
realbenefits27-Apr-05 18:19
realbenefits27-Apr-05 18:19 
GeneralRe: Crystal reports installation Pin
Joey Picerno28-Apr-05 16:50
Joey Picerno28-Apr-05 16:50 
GeneralRe: Crystal reports installation Pin
realbenefits28-Apr-05 20:31
realbenefits28-Apr-05 20:31 
GeneralRe: Crystal reports installation Pin
Joey Picerno29-Apr-05 3:52
Joey Picerno29-Apr-05 3:52 
GeneralRe: Crystal reports installation Pin
Joey Picerno29-Apr-05 4:01
Joey Picerno29-Apr-05 4:01 
GeneralRe: Crystal reports installation Pin
realbenefits3-May-05 19:05
realbenefits3-May-05 19:05 
GeneralCombo box Pin
Yulianto.27-Apr-05 15:45
Yulianto.27-Apr-05 15:45 
GeneralRe: Combo box Pin
Dave Kreskowiak27-Apr-05 15:57
mveDave Kreskowiak27-Apr-05 15:57 
Generalvb6:codes to read/write sms using serial port Pin
AtcKit27-Apr-05 15:34
AtcKit27-Apr-05 15:34 
GeneralRe: vb6:codes to read/write sms using serial port Pin
Dave Kreskowiak27-Apr-05 15:51
mveDave Kreskowiak27-Apr-05 15:51 
Generalreading data from txt file Pin
Amanjot27-Apr-05 10:38
Amanjot27-Apr-05 10:38 

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.