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

Visual Basic

 
GeneralDumb question Pin
cstrader23226-Mar-08 13:40
cstrader23226-Mar-08 13:40 
GeneralRe: Dumb question Pin
Christian Graus26-Mar-08 14:02
protectorChristian Graus26-Mar-08 14:02 
GeneralRe: Dumb question Pin
cstrader23226-Mar-08 15:34
cstrader23226-Mar-08 15:34 
GeneralRe: Dumb question Pin
cstrader23226-Mar-08 15:38
cstrader23226-Mar-08 15:38 
GeneralRe: Dumb question Pin
Christian Graus26-Mar-08 15:45
protectorChristian Graus26-Mar-08 15:45 
GeneralRe: Dumb question Pin
cstrader23226-Mar-08 16:14
cstrader23226-Mar-08 16:14 
GeneralRe: Dumb question Pin
Prakash_Mishra26-Mar-08 21:24
Prakash_Mishra26-Mar-08 21:24 
GeneralRe: Dumb question Pin
Luc Pattyn26-Mar-08 21:48
sitebuilderLuc Pattyn26-Mar-08 21:48 
Hi,

if you know the name of the Control you want to manipulate, you can:

1.
use the combobox to get to its properties, then change its location (say to 50,50)
to make sure where it will be inside its parent;
unfortunately I don't see Parent as a property, hence:

2.
read the designer-generated code add look for a XXX.Controls.Add(...ControlName)
to find out that XXX is the parent.


If you don't know the name and don't see it, you're out of luck. I then hope you will use
better names next time.

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.


GeneralRe: Dumb question Pin
cstrader23227-Mar-08 4:00
cstrader23227-Mar-08 4:00 
QuestionSql Server Express Application hang problem... Pin
xbiplav26-Mar-08 11:05
xbiplav26-Mar-08 11:05 
GeneralRe: Sql Server Express Application hang problem... Pin
xbiplav26-Mar-08 11:14
xbiplav26-Mar-08 11:14 
GeneralRe: Sql Server Express Application hang problem... Pin
Christian Graus26-Mar-08 12:07
protectorChristian Graus26-Mar-08 12:07 
QuestionBest Platform for a new project Pin
DavidGB26-Mar-08 8:30
DavidGB26-Mar-08 8:30 
GeneralRe: Best Platform for a new project Pin
Christian Graus26-Mar-08 9:48
protectorChristian Graus26-Mar-08 9:48 
GeneralRe: Best Platform for a new project Pin
DavidGB26-Mar-08 10:22
DavidGB26-Mar-08 10:22 
GeneralRe: Best Platform for a new project Pin
Kevin McFarlane26-Mar-08 10:39
Kevin McFarlane26-Mar-08 10:39 
GeneralRe: Best Platform for a new project Pin
Christian Graus26-Mar-08 10:42
protectorChristian Graus26-Mar-08 10:42 
GeneralPack Function Pin
Buzzsaw26-Mar-08 5:36
Buzzsaw26-Mar-08 5:36 
GeneralRe: Pack Function Pin
Dave Kreskowiak26-Mar-08 7:13
mveDave Kreskowiak26-Mar-08 7:13 
GeneralLabel Alignment Issue with Vista and VS2005 Pin
nlarson1126-Mar-08 5:14
nlarson1126-Mar-08 5:14 
QuestionPlz can anyone help??? Pin
Arunava3526-Mar-08 4:59
Arunava3526-Mar-08 4:59 
GeneralRe: Plz can anyone help??? Pin
Eduard Keilholz26-Mar-08 6:24
Eduard Keilholz26-Mar-08 6:24 
QuestionHow do I creat an installer??? Pin
Arunava3526-Mar-08 4:24
Arunava3526-Mar-08 4:24 
GeneralRe: How do I creat an installer??? Pin
Eduard Keilholz26-Mar-08 4:47
Eduard Keilholz26-Mar-08 4:47 
GeneralRe: How do I creat an installer??? Pin
Member 467598627-Mar-08 0:31
Member 467598627-Mar-08 0: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.