Click here to Skip to main content
15,915,975 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NEt instance checking app Pin
rwestgraham30-Jan-05 19:39
rwestgraham30-Jan-05 19:39 
GeneralRe: VB.NEt instance checking app Pin
TeleT3ch31-Jan-05 4:33
TeleT3ch31-Jan-05 4:33 
GeneralRe: VB.NEt instance checking app Pin
Icharus16-Feb-05 5:45
Icharus16-Feb-05 5:45 
GeneralMDI Forms, VB.NET & PictureBox Pin
nagajim18-Jan-05 13:35
nagajim18-Jan-05 13:35 
GeneralEditable Text Boxes in Crystal reports Pin
Member 162996418-Jan-05 6:55
Member 162996418-Jan-05 6:55 
GeneralRe: Editable Text Boxes in Crystal reports Pin
Jim Matthews18-Jan-05 10:00
Jim Matthews18-Jan-05 10:00 
Generalgetting the correct location Pin
raulavi18-Jan-05 6:40
raulavi18-Jan-05 6:40 
GeneralRe: getting the correct location Pin
Amaterasuv18-Jan-05 7:17
Amaterasuv18-Jan-05 7:17 
You can use left and top properties, from the microsoft reference:

Control.Left Property [Visual Basic]

Gets or sets the x-coordinate of a control's left edge in pixels.

[Visual Basic]
Public Property Left As Integer

[C#]
public int Left {get; set;}

[C++]
public: __property int get_Left();
public: __property void set_Left(int);

[JScript]
public function get Left() : int;
public function set Left(int);

Property Value
The x-coordinate of a control's left edge in pixels.

Remarks
The Left property value is equivalent to the Point.X property of the Location property value of the control.

Changes made to the Width and Left property values cause the Right property value of the control to change.


GeneralRe: getting the correct location Pin
raulavi18-Jan-05 7:26
raulavi18-Jan-05 7:26 
GeneralRe: getting the correct location Pin
raulavi18-Jan-05 7:41
raulavi18-Jan-05 7:41 
GeneralRe: getting the correct location Pin
Jim Matthews18-Jan-05 7:49
Jim Matthews18-Jan-05 7:49 
GeneralRe: getting the correct location Pin
raulavi18-Jan-05 8:28
raulavi18-Jan-05 8:28 
GeneralRe: getting the correct location Pin
Amaterasuv18-Jan-05 8:48
Amaterasuv18-Jan-05 8:48 
GeneralRe: getting the correct location Pin
Jim Matthews18-Jan-05 9:58
Jim Matthews18-Jan-05 9:58 
GeneralRe: getting the correct location Pin
raulavi18-Jan-05 10:18
raulavi18-Jan-05 10:18 
GeneralRe: getting the correct location Pin
raulavi18-Jan-05 10:30
raulavi18-Jan-05 10:30 
GeneralRe: getting the correct location Pin
Jim Matthews18-Jan-05 10:46
Jim Matthews18-Jan-05 10:46 
GeneralRe: getting the correct location Pin
raulavi18-Jan-05 13:01
raulavi18-Jan-05 13:01 
GeneralAuthorization and profile application block Pin
tigertwareg18-Jan-05 6:33
tigertwareg18-Jan-05 6:33 
GeneralRe: Authorization and profile application block Pin
J4amieC19-Jan-05 5:44
J4amieC19-Jan-05 5:44 
GeneralRe: Authorization and profile application block Pin
Anonymous24-Jan-05 3:51
Anonymous24-Jan-05 3:51 
GeneralAccessing a Form from another Pin
raulavi18-Jan-05 5:58
raulavi18-Jan-05 5:58 
GeneralRe: Accessing a Form from another Pin
Amaterasuv18-Jan-05 7:23
Amaterasuv18-Jan-05 7:23 
GeneralRe: Accessing a Form from another Pin
raulavi18-Jan-05 7:32
raulavi18-Jan-05 7:32 
GeneralRe: Accessing a Form from another Pin
raulavi18-Jan-05 7:47
raulavi18-Jan-05 7:47 

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.