Click here to Skip to main content
15,920,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Play audio & video files in vb.et Pin
Dave Kreskowiak26-Jun-07 2:43
mveDave Kreskowiak26-Jun-07 2:43 
QuestionReplace() not working Pin
Brendan Vogt25-Jun-07 1:33
Brendan Vogt25-Jun-07 1:33 
AnswerRe: Replace() not working Pin
Christian Graus25-Jun-07 1:52
protectorChristian Graus25-Jun-07 1:52 
AnswerRe: Replace() not working Pin
Dave Kreskowiak25-Jun-07 3:44
mveDave Kreskowiak25-Jun-07 3:44 
GeneralRe: Replace() not working Pin
Christian Graus25-Jun-07 10:28
protectorChristian Graus25-Jun-07 10:28 
GeneralRe: Replace() not working Pin
Dave Kreskowiak25-Jun-07 13:41
mveDave Kreskowiak25-Jun-07 13:41 
QuestionHow to make an item to be selected by default in combobox Pin
Pradip Kishore25-Jun-07 0:31
Pradip Kishore25-Jun-07 0:31 
AnswerRe: How to make an item to be selected by default in combobox Pin
CPallini25-Jun-07 0:50
mveCPallini25-Jun-07 0:50 
Pradip Kishore wrote:
I am retrieving some values from database & populating them in a combobox.Prior to populating the values from the combobox,i manually added an item as "All" and i want that this item should be the default selected item(with index -1)



You can do that, provided you don't insist on the with index -1 requirement (-1 is used to mark the no selection state).
If you add te "All" item manually (and the combo has NOT the sort style set) then it will have index 0, hence you just select item 0 to perform the task.

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

GeneralRe: How to make an item to be selected by default in combobox Pin
Pradip Kishore25-Jun-07 2:09
Pradip Kishore25-Jun-07 2:09 
GeneralRe: How to make an item to be selected by default in combobox Pin
CPallini25-Jun-07 2:25
mveCPallini25-Jun-07 2:25 
Questionhelp in Crystal reports to pass multilple ID's for selection Pin
Sachin Gokhale25-Jun-07 0:28
Sachin Gokhale25-Jun-07 0:28 
AnswerRe: help in Crystal reports to pass multilple ID's for selection Pin
Shoaib Hussain25-Jun-07 1:55
Shoaib Hussain25-Jun-07 1:55 
GeneralRe: help in Crystal reports to pass multilple ID's for selection Pin
Sachin Gokhale25-Jun-07 19:51
Sachin Gokhale25-Jun-07 19:51 
QuestionProject with source code Pin
hiral_shah25-Jun-07 0:08
hiral_shah25-Jun-07 0:08 
AnswerRe: Project with source code Pin
Dave Kreskowiak25-Jun-07 3:39
mveDave Kreskowiak25-Jun-07 3:39 
QuestionRotating Picturebox Control Pin
actpfd25-Jun-07 0:04
actpfd25-Jun-07 0:04 
AnswerRe: Rotating Picturebox Control Pin
Christian Graus25-Jun-07 0:53
protectorChristian Graus25-Jun-07 0:53 
AnswerRe: Rotating Picturebox Control Pin
actpfd25-Jun-07 2:31
actpfd25-Jun-07 2:31 
GeneralRe: Rotating Picturebox Control Pin
Dave Kreskowiak25-Jun-07 3:38
mveDave Kreskowiak25-Jun-07 3:38 
QuestionAdd Data Item to comboBox of Datagrid view Pin
Rupesh Kumar Swami24-Jun-07 23:32
Rupesh Kumar Swami24-Jun-07 23:32 
AnswerRe: Add Data Item to comboBox of Datagrid view Pin
Dave Kreskowiak25-Jun-07 3:56
mveDave Kreskowiak25-Jun-07 3:56 
QuestionCSV Export Pin
Brendan Vogt24-Jun-07 21:24
Brendan Vogt24-Jun-07 21:24 
AnswerRe: CSV Export Pin
andyharman24-Jun-07 23:18
professionalandyharman24-Jun-07 23:18 
GeneralRe: CSV Export Pin
Brendan Vogt25-Jun-07 0:51
Brendan Vogt25-Jun-07 0:51 
GeneralRe: CSV Export Pin
mr_lasseter25-Jun-07 2:31
mr_lasseter25-Jun-07 2:31 

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.