Click here to Skip to main content
15,891,864 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Play audio problem( more then 2 audio) Pin
campbells7-Mar-06 17:45
campbells7-Mar-06 17:45 
GeneralRe: Play audio problem( more then 2 audio) Pin
Dave Kreskowiak8-Mar-06 0:20
mveDave Kreskowiak8-Mar-06 0:20 
GeneralRe: Play audio problem( more then 2 audio) Pin
Danilo Castro de Souza18-May-11 6:39
Danilo Castro de Souza18-May-11 6:39 
GeneralRe: Play audio problem( more then 2 audio) Pin
Dave Kreskowiak18-May-11 6:56
mveDave Kreskowiak18-May-11 6:56 
QuestionNew problem :) Positioning ComboBox Pin
FeRtoll6-Mar-06 14:36
FeRtoll6-Mar-06 14:36 
AnswerRe: New problem :) Positioning ComboBox Pin
PremalathaP6-Mar-06 18:44
PremalathaP6-Mar-06 18:44 
QuestionRe: New problem :) Positioning ComboBox Pin
FeRtoll6-Mar-06 19:22
FeRtoll6-Mar-06 19:22 
AnswerRe: New problem :) Positioning ComboBox Pin
Dave Kreskowiak7-Mar-06 4:35
mveDave Kreskowiak7-Mar-06 4:35 
No, but apparently you have. The answer he gave you is a little sparse, but essentially correct.

You can position the ComboBox anywhere on the form using its Left and Top properties, or both at once using its Location property.

If the ComboBox is behind another control, you can bring it to the top by calling its BringToFront method. You might also have to set its Visible property to True you already have this ComboBox on the form and are hiding it.

If not, you'll have to create the ComboBox dynamically, you can, but you also have to add it to the form's Controls collection and wire up any events that you want to handle by hand, using AddHandler and RemoveHandler.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: New problem :) Positioning ComboBox Pin
FeRtoll7-Mar-06 5:34
FeRtoll7-Mar-06 5:34 
GeneralRe: New problem :) Positioning ComboBox Pin
Steve Pullan7-Mar-06 11:04
Steve Pullan7-Mar-06 11:04 
GeneralRe: New problem :) Positioning ComboBox Pin
Dave Kreskowiak7-Mar-06 11:55
mveDave Kreskowiak7-Mar-06 11:55 
GeneralRe: New problem :) Positioning ComboBox Pin
FeRtoll8-Mar-06 1:47
FeRtoll8-Mar-06 1:47 
GeneralRe: New problem :) Positioning ComboBox Pin
Dave Kreskowiak8-Mar-06 11:05
mveDave Kreskowiak8-Mar-06 11:05 
Questionmultiple web chart in a data repeater. Pin
uglyeyes6-Mar-06 13:42
uglyeyes6-Mar-06 13:42 
NewsRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 13:51
FeRtoll6-Mar-06 13:51 
GeneralRe: multiple web chart in a data repeater. Pin
uglyeyes6-Mar-06 14:53
uglyeyes6-Mar-06 14:53 
AnswerRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 15:41
FeRtoll6-Mar-06 15:41 
GeneralRe: multiple web chart in a data repeater. Pin
uglyeyes6-Mar-06 18:44
uglyeyes6-Mar-06 18:44 
GeneralRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 19:28
FeRtoll6-Mar-06 19:28 
QuestionSending info from Form1 to Form2 Pin
Phippsp6-Mar-06 12:26
Phippsp6-Mar-06 12:26 
AnswerRe: Sending info from Form1 to Form2 Pin
FeRtoll6-Mar-06 12:32
FeRtoll6-Mar-06 12:32 
AnswerRe: Sending info from Form1 to Form2 Pin
H@is@here6-Mar-06 12:35
H@is@here6-Mar-06 12:35 
AnswerRe: Sending info from Form1 to Form2 Pin
Chandana Subasinghe6-Mar-06 12:54
Chandana Subasinghe6-Mar-06 12:54 
AnswerRe: Sending info from Form1 to Form2 Pin
Phippsp6-Mar-06 12:59
Phippsp6-Mar-06 12:59 
AnswerRe: Sending info from Form1 to Form2 Pin
mayhem_rules6-Mar-06 17:21
mayhem_rules6-Mar-06 17:21 

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.