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

Visual Basic

 
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 
GeneralRe: Draw a user control Pin
Luc Pattyn6-Mar-08 6:48
sitebuilderLuc Pattyn6-Mar-08 6:48 
Hi,

if the ListBox needs to be smaller, inside and in front of the GroupBox, then make sure
it is that way in Visual Designer; if you do it properly, it will be a child of the GroupBox,
not of the Form, and have coordinates (Location) relative to the GroupBox, not the Form.

That will be reflected by the generated code: the ListBox will be added to the Controls
Property of the GroupBox, not the Form.

It may take some doing to get it that way if the ListBox accidentally starts of as a child
of the Form; try making it smaller, drag it inside the GroupBox, etc. If this fails, delete
it, and create a new one, inside the GroupBox right away.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


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 
GeneralRe: Where to download Sheridan Ultragrid 1.0 installer? Pin
Christian Graus5-Mar-08 23:02
protectorChristian Graus5-Mar-08 23:02 

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.