Click here to Skip to main content
15,891,253 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatagrid using Combo box and Textbox............... Pin
somagunasekaran12-Mar-07 1:12
somagunasekaran12-Mar-07 1:12 
AnswerRe: Datagrid using Combo box and Textbox............... Pin
Mogtabam12-Mar-07 1:33
Mogtabam12-Mar-07 1:33 
GeneralRe: Datagrid using Combo box and Textbox............... Pin
somagunasekaran12-Mar-07 1:42
somagunasekaran12-Mar-07 1:42 
GeneralRe: Datagrid using Combo box and Textbox............... Pin
Mogtabam12-Mar-07 2:58
Mogtabam12-Mar-07 2:58 
QuestionResize of Form according to System Resolution Pin
Priya_200711-Mar-07 23:46
Priya_200711-Mar-07 23:46 
AnswerRe: Resize of Form according to System Resolution Pin
Mogtabam12-Mar-07 0:44
Mogtabam12-Mar-07 0:44 
AnswerRe: Resize of Form according to System Resolution Pin
sathish s12-Mar-07 1:18
sathish s12-Mar-07 1:18 
AnswerRe: Resize of Form according to System Resolution Pin
Priya_200712-Mar-07 1:29
Priya_200712-Mar-07 1:29 
I have created a form in the Resolution of my system as 1024 X 768 Pixels. But when I submit the project at the client side the Resolution is some 800 X 600 Pixels. In some other different Resolution is there.

How can I change my Form Dynamically according to the Resolution present in the System where we are using.

When I Use this Code:

Width Of Screen In Pixel: Screen.Width / Screen.TwipsPerPixelX
Height Of Screen In Pixel: Screen.Height / Screen.TwipsPerPixelY

For Example :

Private Sub Form_Load()
Me.Width = Screen.Width
Me.Height = Screen.Height
Me.Top = 0
Me.Left = 0

End Sub

Displaying of Form is OK.
But controls are missing.
What I need is It has to adjust the controls also according to the System Resolution and all the content present in the Form should be displayed in the Resolution present in the System.

controls as well as form should be resized according to the System resolution.

Priya

GeneralRe: Resize of Form according to System Resolution Pin
Mogtabam12-Mar-07 1:38
Mogtabam12-Mar-07 1:38 
GeneralRe: Resize of Form according to System Resolution [modified] Pin
M-Hall12-Mar-07 5:38
M-Hall12-Mar-07 5:38 
Questionvbscript code needed Pin
SailajaMantha11-Mar-07 20:47
SailajaMantha11-Mar-07 20:47 
GeneralRe: vbscript code needed Pin
Guffa12-Mar-07 1:09
Guffa12-Mar-07 1:09 
Questionchanging color of CheckBox Pin
ArchaBhandare11-Mar-07 20:08
ArchaBhandare11-Mar-07 20:08 
AnswerRe: changing color of CheckBox Pin
TwoFaced11-Mar-07 22:31
TwoFaced11-Mar-07 22:31 
Question(VB.NET)how to display a selected row data of datagrid in textboxes [modified] Pin
venkata lakshmi prasanna11-Mar-07 19:53
venkata lakshmi prasanna11-Mar-07 19:53 
AnswerRe: how to display a selected row data of datagrid in textboxes Pin
Priya_200711-Mar-07 23:52
Priya_200711-Mar-07 23:52 
QuestionPopup Reminder On System Login Pin
Tirthadip11-Mar-07 19:44
Tirthadip11-Mar-07 19:44 
Questiontextbox....... Pin
manni_n11-Mar-07 14:33
manni_n11-Mar-07 14:33 
AnswerRe: textbox....... Pin
TwoFaced11-Mar-07 14:43
TwoFaced11-Mar-07 14:43 
AnswerRe: textbox....... Pin
Mogtabam11-Mar-07 20:29
Mogtabam11-Mar-07 20:29 
GeneralRe: textbox....... Pin
manni_n11-Mar-07 23:42
manni_n11-Mar-07 23:42 
QuestionTotal rows in DataSet Pin
penguin500011-Mar-07 12:07
penguin500011-Mar-07 12:07 
AnswerRe: Total rows in DataSet Pin
M-Hall11-Mar-07 16:14
M-Hall11-Mar-07 16:14 
AnswerRe: Total rows in DataSet Pin
Daytona_67511-Mar-07 17:00
Daytona_67511-Mar-07 17:00 
GeneralRe: Total rows in DataSet Pin
penguin500011-Mar-07 20:30
penguin500011-Mar-07 20:30 

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.