Click here to Skip to main content
15,911,315 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGet blank CD/DVD disk space Pin
helelark1233-Sep-07 21:37
helelark1233-Sep-07 21:37 
AnswerRe: Get blank CD/DVD disk space Pin
Dave Kreskowiak4-Sep-07 5:32
mveDave Kreskowiak4-Sep-07 5:32 
GeneralRe: Get blank CD/DVD disk space Pin
helelark1234-Sep-07 19:14
helelark1234-Sep-07 19:14 
GeneralRe: Get blank CD/DVD disk space Pin
Dave Kreskowiak5-Sep-07 2:02
mveDave Kreskowiak5-Sep-07 2:02 
AnswerRe: Get blank CD/DVD disk space Pin
Lucky Sheikh6-Sep-07 20:33
Lucky Sheikh6-Sep-07 20:33 
QuestionFormatting Datagrid when its Datasource property is set to Collections Pin
Sachin Gokhale3-Sep-07 18:47
Sachin Gokhale3-Sep-07 18:47 
QuestionHow to clear text in combobox Pin
Mekong River3-Sep-07 18:44
Mekong River3-Sep-07 18:44 
AnswerRe: How to clear text in combobox Pin
Tom Deketelaere3-Sep-07 20:40
professionalTom Deketelaere3-Sep-07 20:40 
try combo1.selectedtext=""
but why would you want to delete the text?
If it is because there is text in it the moment you start you form then you should put the selectedindex to -1
combo1.selectedindex=-1
you can also try
combo1.selecteditem=nothing

since you have set the property to dropdownlist the user can not type into it so the text displayed is whitout a doubt a item and therefor the selecteditem or selectedindex will most likly work best

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: How to clear text in combobox Pin
Mekong River3-Sep-07 21:47
Mekong River3-Sep-07 21:47 
QuestionStoring drawn graphics for repaint Pin
jensenx3-Sep-07 17:34
jensenx3-Sep-07 17:34 
AnswerRe: Storing drawn graphics for repaint Pin
Colin Angus Mackay4-Sep-07 0:54
Colin Angus Mackay4-Sep-07 0:54 
AnswerRe: Storing drawn graphics for repaint Pin
Dave Kreskowiak4-Sep-07 2:13
mveDave Kreskowiak4-Sep-07 2:13 
AnswerRe: Storing drawn graphics for repaint Pin
Luc Pattyn4-Sep-07 3:19
sitebuilderLuc Pattyn4-Sep-07 3:19 
AnswerRe: Storing drawn graphics for repaint Pin
jensenx4-Sep-07 7:16
jensenx4-Sep-07 7:16 
QuestionRegenerating Datasets and table adapters Pin
Mr Oizo3-Sep-07 10:55
Mr Oizo3-Sep-07 10:55 
AnswerRe: Regenerating Datasets and table adapters Pin
Christian Graus3-Sep-07 12:37
protectorChristian Graus3-Sep-07 12:37 
GeneralRe: Regenerating Datasets and table adapters Pin
Mr Oizo3-Sep-07 23:16
Mr Oizo3-Sep-07 23:16 
GeneralRe: Regenerating Datasets and table adapters Pin
Dave Kreskowiak4-Sep-07 4:20
mveDave Kreskowiak4-Sep-07 4:20 
QuestionAccessing Exchange server public folders Pin
manisghouri3-Sep-07 5:49
manisghouri3-Sep-07 5:49 
Questioncombobox: append Pin
Tom Deketelaere3-Sep-07 4:21
professionalTom Deketelaere3-Sep-07 4:21 
AnswerRe: combobox: append Pin
Johan Hakkesteegt4-Sep-07 2:11
Johan Hakkesteegt4-Sep-07 2:11 
GeneralRe: combobox: append Pin
Tom Deketelaere4-Sep-07 3:31
professionalTom Deketelaere4-Sep-07 3:31 
Questionlines in multiline rich text box Pin
BooleanTrue3-Sep-07 3:58
professionalBooleanTrue3-Sep-07 3:58 
AnswerRe: lines in multiline rich text box Pin
Luc Pattyn3-Sep-07 5:47
sitebuilderLuc Pattyn3-Sep-07 5:47 
GeneralRe: lines in multiline rich text box Pin
Paul Conrad3-Sep-07 7:12
professionalPaul Conrad3-Sep-07 7:12 

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.