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

Visual Basic

 
GeneralRe: image's read pixel with VB6 Pin
Jose Cezar S. Ynion29-Sep-04 16:39
Jose Cezar S. Ynion29-Sep-04 16:39 
GeneralSaving modified fields Pin
mtone28-Sep-04 4:55
mtone28-Sep-04 4:55 
QuestionHow do you draw outside of your Form?? Pin
RichiLloyd28-Sep-04 4:34
RichiLloyd28-Sep-04 4:34 
GeneralHTML Parser Pin
wmeurer28-Sep-04 3:31
wmeurer28-Sep-04 3:31 
Generalproblem in working with childforms in vb.net Pin
Mohan G28-Sep-04 3:10
Mohan G28-Sep-04 3:10 
GeneralRe: problem in working with childforms in vb.net Pin
Dave Kreskowiak28-Sep-04 3:26
mveDave Kreskowiak28-Sep-04 3:26 
GeneralRe: problem in working with childforms in vb.net Pin
Anonymous29-Sep-04 5:25
Anonymous29-Sep-04 5:25 
Generalseperate string Pin
macmac3828-Sep-04 2:36
macmac3828-Sep-04 2:36 
GeneralRe: seperate string Pin
Jim Matthews28-Sep-04 3:36
Jim Matthews28-Sep-04 3:36 
GeneralRe: seperate string Pin
macmac3828-Sep-04 3:48
macmac3828-Sep-04 3:48 
GeneralRe: seperate string Pin
macmac3828-Sep-04 4:01
macmac3828-Sep-04 4:01 
GeneralRe: seperate string Pin
Jim Matthews28-Sep-04 6:14
Jim Matthews28-Sep-04 6:14 
GeneralRe: seperate string Pin
Nick Seng28-Sep-04 16:11
Nick Seng28-Sep-04 16:11 
GeneralRe: seperate string Pin
macmac3828-Sep-04 23:12
macmac3828-Sep-04 23:12 
GeneralRe: seperate string Pin
Nick Seng28-Sep-04 23:39
Nick Seng28-Sep-04 23:39 
GeneralRe: seperate string Pin
macmac3829-Sep-04 0:03
macmac3829-Sep-04 0:03 
Generaldrag drop file. urgent!! Pin
ekoprasetio28-Sep-04 1:58
ekoprasetio28-Sep-04 1:58 
GeneralSystem.Drawing.Color->System.UInt32 Pin
El'Cachubrey28-Sep-04 1:10
El'Cachubrey28-Sep-04 1:10 
GeneralRe: System.Drawing.Color->System.UInt32 Pin
Scott McMaster28-Sep-04 15:32
Scott McMaster28-Sep-04 15:32 
GeneralBind Crystal Report with dataset Pin
nitin_ion28-Sep-04 0:54
nitin_ion28-Sep-04 0:54 
GeneralRe: Bind Crystal Report with dataset Pin
Jim Matthews28-Sep-04 3:12
Jim Matthews28-Sep-04 3:12 
GeneralOutlookBar in VB.NET Pin
Jorge Ernesto27-Sep-04 22:26
Jorge Ernesto27-Sep-04 22:26 
GeneralRe: OutlookBar in VB.NET Pin
Dave Kreskowiak28-Sep-04 2:38
mveDave Kreskowiak28-Sep-04 2:38 
GeneralPositioning of ImageBoxes Pin
tommy_tanaka27-Sep-04 21:57
tommy_tanaka27-Sep-04 21:57 
Hi there -

i want to do the following:

I have a class, call it clientView, that includes an imageBox and two labels. that imagebox and these two label i want to position like that:

IMAGEBOX
LABEL1
LABEL2

Now, in my main form, i have a hashtable that includes several clientView objects.

i want to position these clientView objects on my main Form like this (e.g. there are 3 objects of clientview in the hashtable):

IMAGEBOX1 IMAGEBOX2
LABEL1.1 LABEL2.1
LABEL1.2 LABEL2.2

IMAGEBOX3
LABEL3.1
LABEL3.2


now, because my hashtable is dynamic, if another object is added to it, i will call a function, that reorganises the view of the objects in my main Form. (e.g. number four was added):

IMAGEBOX1 IMAGEBOX2
LABEL1.1 LABEL2.1
LABEL1.2 LABEL2.2

IMAGEBOX3 IMAGEBOX4
LABEL3.1 LABEL4.1
LABEL3.2 LABEL4.2


maybe this is very easy, but i have no idea how to determine the right positions of my objects.
can anyone help me out of my mess???


thx for all helps.


greetings-


tom
GeneralRe: Positioning of ImageBoxes Pin
Dave Kreskowiak28-Sep-04 3:59
mveDave Kreskowiak28-Sep-04 3:59 

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.