Click here to Skip to main content
15,889,909 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: eMAIL THROUGH VB.NET windows application Pin
Christian Graus6-Mar-08 17:52
protectorChristian Graus6-Mar-08 17:52 
GeneralRe: eMAIL THROUGH VB.NET windows application Pin
MS Lee6-Mar-08 18:00
MS Lee6-Mar-08 18:00 
GeneralRe: eMAIL THROUGH VB.NET windows application Pin
Christian Graus6-Mar-08 18:37
protectorChristian Graus6-Mar-08 18:37 
GeneralRe: eMAIL THROUGH VB.NET windows application Pin
MS Lee6-Mar-08 18:41
MS Lee6-Mar-08 18:41 
AnswerRe: eMAIL THROUGH VB.NET windows application Pin
A*****6-Mar-08 19:03
A*****6-Mar-08 19:03 
QuestionHow to get monitor resolution in VB code? Pin
phowarso6-Mar-08 6:35
phowarso6-Mar-08 6:35 
AnswerRe: How to get monitor resolution in VB code? Pin
Nilesh Hapse6-Mar-08 18:13
Nilesh Hapse6-Mar-08 18:13 
GeneralDraw a user control Pin
manisghouri6-Mar-08 5:55
manisghouri6-Mar-08 5:55 
Hi, I am writing a user control to customize the appearance of the combobox by using a textbox, button and listbox. On button click event I display the listbox and on list item selection event hide the listbox.

Private Sub btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn.Click
If lst.Visible = False Then
lst.Text = txt.Text
AutoSelectFromList(txt, lst)
lst.Visible = True
lst.Focus()
Me.BringToFront()
Else
lst.Visible = False
End If

End Sub


When I place this control onto a groupbox and expand it, the listbox goes undearneath the groupbox, any idea how to display the listbox and bring
it to front of the groupbox.


Many thanks

Nas
GeneralRe: Draw a user control Pin
Luc Pattyn6-Mar-08 6:48
sitebuilderLuc Pattyn6-Mar-08 6:48 
QuestionDecode MIME Mybase64 file Pin
jimborobb6-Mar-08 4:49
jimborobb6-Mar-08 4:49 
GeneralRe: Decode MIME Mybase64 file Pin
CPallini6-Mar-08 6:06
mveCPallini6-Mar-08 6:06 
QuestionRe: Decode MIME Mybase64 file Pin
jimborobb6-Mar-08 7:11
jimborobb6-Mar-08 7:11 
GeneralRe: Decode MIME Mybase64 file Pin
CPallini6-Mar-08 7:30
mveCPallini6-Mar-08 7:30 
GeneralRe: Decode MIME Mybase64 file Pin
jimborobb6-Mar-08 7:56
jimborobb6-Mar-08 7:56 
GeneralCounting identical items in listbox Pin
Fatboy586-Mar-08 2:44
Fatboy586-Mar-08 2:44 
GeneralRe: Counting identical items in listbox Pin
Dave Kreskowiak7-Mar-08 9:39
mveDave Kreskowiak7-Mar-08 9:39 
GeneralAudio Input in VB.Net Pin
VIP-CoMmAnDo6-Mar-08 2:25
VIP-CoMmAnDo6-Mar-08 2:25 
GeneralRe: Audio Input in VB.Net Pin
Dave Kreskowiak7-Mar-08 9:42
mveDave Kreskowiak7-Mar-08 9:42 
QuestionCalling a VB.NET function from C++.NET does not display function parameter names Pin
Ynyr Jones6-Mar-08 0:37
Ynyr Jones6-Mar-08 0:37 
GeneralRe: Calling a VB.NET function from C++.NET does not display function parameter names Pin
Dave Kreskowiak7-Mar-08 9:53
mveDave Kreskowiak7-Mar-08 9:53 
QuestionPlay wave files audio Pin
meghanaVishwa5-Mar-08 23:42
meghanaVishwa5-Mar-08 23:42 
GeneralRe: Play wave files audio Pin
Christian Graus5-Mar-08 23:47
protectorChristian Graus5-Mar-08 23:47 
QuestionWhere to download Sheridan Ultragrid 1.0 installer? Pin
hifiger20045-Mar-08 22:31
hifiger20045-Mar-08 22:31 
AnswerRe: Where to download Sheridan Ultragrid 1.0 installer? Pin
Christian Graus5-Mar-08 22:38
protectorChristian Graus5-Mar-08 22:38 
GeneralRe: Where to download Sheridan Ultragrid 1.0 installer? Pin
hifiger20045-Mar-08 22:54
hifiger20045-Mar-08 22:54 

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.