Click here to Skip to main content
16,005,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: video streaming Pin
Christian Graus17-Jan-07 21:04
protectorChristian Graus17-Jan-07 21:04 
QuestionKnowing the pixel size of each character Pin
Rajiya17-Jan-07 17:43
Rajiya17-Jan-07 17:43 
AnswerRe: Knowing the pixel size of each character Pin
shreekar17-Jan-07 18:30
shreekar17-Jan-07 18:30 
GeneralRe: Knowing the pixel size of each character Pin
Rajiya17-Jan-07 21:12
Rajiya17-Jan-07 21:12 
GeneralRe: Knowing the pixel size of each character Pin
shreekar17-Jan-07 22:56
shreekar17-Jan-07 22:56 
GeneralRe: Knowing the pixel size of each character Pin
Rajiya17-Jan-07 23:55
Rajiya17-Jan-07 23:55 
QuestionCombobox items Clear problem Pin
Bso_Cool17-Jan-07 14:39
Bso_Cool17-Jan-07 14:39 
AnswerRe: Combobox items Clear problem [modified] Pin
MatrixCoder17-Jan-07 15:16
MatrixCoder17-Jan-07 15:16 
Sorry, but I'm not to sure what the problem is. But here's how you add text to the ComboBox, and then remove it (if that's what you need).

'Add text
ComboBox1.Items.Add(TextBox1.Text)

'Remove text
 ComboBox1.Items.Clear()

Hope this is what you needed.





Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

AnswerRe: Combobox items Clear problem Pin
The ANZAC17-Jan-07 21:59
The ANZAC17-Jan-07 21:59 
QuestionSelecting a specific cell in a datagrid Pin
BMackKC17-Jan-07 10:53
BMackKC17-Jan-07 10:53 
Questionexample query for join two tables in two different database Pin
tanya foster17-Jan-07 10:31
tanya foster17-Jan-07 10:31 
AnswerRe: example query for join two tables in two different database Pin
Dave Kreskowiak18-Jan-07 4:23
mveDave Kreskowiak18-Jan-07 4:23 
GeneralRe: example query for join two tables in two different database Pin
tanya foster18-Jan-07 5:06
tanya foster18-Jan-07 5:06 
GeneralRe: example query for join two tables in two different database Pin
Dave Kreskowiak18-Jan-07 8:26
mveDave Kreskowiak18-Jan-07 8:26 
QuestionReading the value of excel checkbox with vb.net Pin
Ole.N17-Jan-07 10:16
Ole.N17-Jan-07 10:16 
AnswerRe: Reading the value of excel checkbox with vb.net Pin
the.bombardier17-Jan-07 23:10
the.bombardier17-Jan-07 23:10 
QuestionTable Layout Pin
thesemplice17-Jan-07 10:13
thesemplice17-Jan-07 10:13 
AnswerRe: Table Layout Pin
Christian Graus17-Jan-07 10:17
protectorChristian Graus17-Jan-07 10:17 
GeneralRe: Table Layout Pin
thesemplice17-Jan-07 10:22
thesemplice17-Jan-07 10:22 
GeneralRe: Table Layout Pin
Christian Graus17-Jan-07 10:48
protectorChristian Graus17-Jan-07 10:48 
GeneralRe: Table Layout Pin
thesemplice17-Jan-07 10:57
thesemplice17-Jan-07 10:57 
QuestionNEW TO VB 6.0 Pin
ranabanerjee17-Jan-07 10:00
ranabanerjee17-Jan-07 10:00 
AnswerRe: NEW TO VB 6.0 Pin
Dave Kreskowiak17-Jan-07 10:09
mveDave Kreskowiak17-Jan-07 10:09 
GeneralRe: NEW TO VB 6.0 Pin
ranabanerjee17-Jan-07 10:12
ranabanerjee17-Jan-07 10:12 
GeneralRe: NEW TO VB 6.0 Pin
Christian Graus17-Jan-07 10:15
protectorChristian Graus17-Jan-07 10:15 

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.