VS 2008 - Making An Application The Same Size In All Resolutions

Mar 31, 2010

I had all types of problems before with my application size.On one computer it fits great, but on the net book the application is so big that it crashes it.For example lets say that this is my application running on a regular PC which has a 60 Cm screen This not my application. On my net book which has a 25cm screen it will look different and bigger. Can i some how have a application that is the same size. I think this is very possible to do. Kaspersky has the same feature and it works great.

View 12 Replies


ADVERTISEMENT

Format The Form - Making It Appear The Same For All Resolutions

Jan 17, 2010

Firstly sorry if this has already been covered, though I am trying to find out if there is a way that I could make all objects on a form appear in the same area no matter what the resolution of the screen is? e.g. I have a group box located down the bottom right for a 1024x768 screen resolution but when I view it on my widescreen laptop it isn't right down the bottom right where I want it. Is there a way this can be done? I'm assuming i could check the system properties to tell me what the resolution is and if it's widescreen then change the location of the object.

View 5 Replies

Change Screen Resolutions Using My Application?

Nov 8, 2010

I need to change screen resolutions using my application.

How to:

1) Read current resolution

2) Changing it using my application and then returning to current on exit.

View 2 Replies

Chaning Screen Resolutions From Application?

Nov 8, 2010

I need to change screen resolutions using my application.How to:

1) Read current resolution

2) Changing it using my application and then returning to current on exit.

View 2 Replies

VS 2008 : Making An Application To Run On Windows 7?

Jan 9, 2010

I have an existing apllication that run on XP. What do I need to do to make my application to run on Windows 7.

View 10 Replies

VS 2008 Can VB Automatically Adjust For Different Screen Resolutions

Aug 14, 2010

I have a program which draws a U.S. map on the screen. This display looks great on my wide-screen (16:9) monitor, but it looks a little stretched horizontally on my wife's standard (4:3) monitor. Is there some way I can tell VB to automatically adjust the picture when a standard resolution is being used?

If not, am I correct in thinking that standard definition monitors are going the way of the dinosaur, much like is happening with TV's, and in the future we'll be seeing more and more wide-screen monitors.

View 3 Replies

VS 2008 - Making A Custom Skin For My Application

Mar 8, 2010

I was thinking of making a custom skin for my application. I looked into Aero like application like this one. But wait a problem it will not work on XP So my question is do you know were i can get free and good looking GUI. Or can i make the aero work some how on XP.

View 7 Replies

VS 2008 Adding Size To An Application?

Jun 19, 2009

I need to make an application that I'm working on seem bigger then it really is. Say it's actually 4 MB, but I want to make it 22 MB, what would be the easiest way to add size / fake the size of the app?

View 5 Replies

VS 2008 Way To Make Program Working With Different Display Resolutions?

Apr 23, 2009

I have a program developed on a machine with high display resolution. Now when I try to run it on a computer with low resolution, the screen got cut off. OK, is there a way to make the program working with different display resolutions?

View 2 Replies

[2008] Size Of Window On Form Application?

Feb 27, 2009

1, My form application works well on my computer, but my colleague told me the size of window is not adjustable on his computer. Which property should I set to adjust size of window?2, THere are tabs, groups... in my form. After I maximize the form, how do I adjust the items in the form to be compatible with teh maximum form window?

View 2 Replies

Making A Form The Right Size When Maximized?

Mar 1, 2009

how can i calibrate my form to be the same size in accordance to the screen size. So for instance if the original size of the form is 10cm by 10cm then when its maximized, how can i make the real size change automatically, because at the moment when i maximize the size of the buttons and labels etc. stay the same.

View 6 Replies

VS 2008 Application To Send E-mail - Trouble Making It Use Both Office 2010 And 2007?

Dec 14, 2010

I have written an application which uses the Outlook object library to send an e-mail with information from a textbox. I programmed this on Windows 7 and Office 2010, which was a mistake as most of the clients will be using Windows XP and Office 2007. I am getting an error when running the application on Windows XP/2007:

Could not load file or assembly 'Microsoft.Office.Interop.Outlook, Version=14.0.0.0 .... etc
I understand that this is because I have not loaded the Outlook 12.0 assemblies, however I am having trouble adding the assemblies on my Win7/2010 programming machine. I have downloaded the standalone Office 2007 PIAs however the Outlook 12.0 doesnt appear on the list, and when I try and add just the Office 12.0 I get an error.

is there a way to standardise and make the application work with both 2007 and 2010 outlook machines? I think it is possible, I have read some articles making the application choose the correct version, however cannot figure out how to.

View 4 Replies

VS 2008 Modify IEXPLORER Window Size With One Button From Own Application/project?

Aug 8, 2009

how do i can modify IEXPLORER window size with one button from my own application/project?I have form with button1 what should be a code?

View 3 Replies

VS 2008 : Create A New File Everyday For A Logging Application To Minimize Size When Accessing?

Apr 30, 2012

I'd like to create a new file everyday for a logging application to minimize size when accessing. I'm after a couple of pointers with respect to when to create the file, and what checks to do etc.

View 2 Replies

VS 2008 Resize A Picturebox Dynamically Using .size.height And .size.width

Nov 20, 2009

Im trying to resize a picturebox dynamically using .size.height and .size.width Its not working. This is the error message: "Expression is a value and therefore cannot be the target of an assignment." Never used height and width before. Been trying to find the answer, but it seems beyond me. Im sure its easy. Anyone know whats wrong with this?

[Code]...

View 3 Replies

VB 2008 Express/ Webpage To Fit The Size Of The Webbrowser1 Control Size?

Jul 13, 2010

I have wondered the solution to this question for many years! I doubt if anyone else knows much about it because the internet is absolutely zero help in this!

I have made a form1 with a webbrowser control on it. When the program is run it brings up the homepage (which is Google). However the homepage doesn't seem to fit inside the webbrowser control.

So I am hoping that someone could tell me how to make the (...I dunno how to ask this retarded question...) webpage fit completely (100%) inside the size of the webbrowser control. Meaning...I would like to see the entire webpage from the internet in the
size of the webbrowser control. To fill the entire size (whatever size I want).

Etc... if my webbrowser ontrol is seh, set to 600px by 400px, how can I program this so when it brings up the homepage (or any other page), it fills the entire size of the webbrowser control? Without any scrollbars. How to make the contents from the web
(or local) fill the size of the webbrowser - almost like a mini browser if you will.

View 4 Replies

VS 2008 Form Size Compatible On Different Screen Size?

Mar 5, 2010

I developed a form application on my computer, but when it was used in another computer with different screen size, i was told the form didn't fit. Do I have to adjust the form size or any other ways to let the form compatible on different screen size? (could be different screen size or wide screen)

View 2 Replies

VS 2008 Textbox's Size Depends On Form's Size?

Aug 22, 2011

So that's how I want it:

If I re-size the form, the textbox inside should be re-sized to fit the form, NOT DOCK!

View 5 Replies

Make The Application Adaptable To The Other Computers After Making Exe Application

Dec 14, 2009

I am making a exe application and i am using mysql as my database. So the thing is, when i change to a new computer, i need to change the file path for the database connection string to that computer.

like below:

Dim connectionString As String = "Data Source=----------SQLEXPRESS;Initial Catalog=Flexlink;" & "Integrated Security=SSPI;"

i need to change the data source = --------------- SQLEXPRESS to the computer name that i am using for my project.

May i ask is there any method such that the user dont have to go in to the source code to change the computer's name like those normal installer?

Just install and the application will run according like any exe file that we buy.

View 1 Replies

VS 2005 Setwindowpos For Top Most Window Making Window Size Zero?

Oct 5, 2011

I have the following function that should make the window always on top of other applications.

Private Declare Function SetWindowPos Lib "user32" _
(ByVal handle As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, _
ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long

[Code]....

The problem is that it reduces the window size so that you can only see the title bar and min/max/close buttons. Also, even that does not stay on top of other windows.

I have used this function before on a windows 7 machine (instead of xp which this one is on) and it worked fine.

View 4 Replies

Setwindowpos For Top Most Window Making Window Size Zero?

Oct 5, 2011

I have the following function that should make the window always on top of other applications.

Code:
Private Declare Function SetWindowPos Lib "user32" _
(ByVal handle As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, _
ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long

[code].....

The problem is that it reduces the window size so that you can only see the title bar and min/max/close buttons. Also, even that does not stay on top of other windows.I have used this function before on a windows 7 machine (instead of xp which this one is on) and it worked fine.

View 3 Replies

Form To Big To Fit Certain Resolutions?

Sep 6, 2009

i have been recently working on a project in VB 2008 it is a web browser. My Problem Lies in...when a form is opened on a smaller Monitor It does Not Look Normal (Stretches)

View 2 Replies

Forms For Multiple Resolutions?

Jul 24, 2006

How would I go about designing something that will work on many different resolutions? For example, i have my monitor on a very high resolution, and when i work on my projects, the actual controls (buttons, text boxes ,whatnot) are in the top left quarter of my screen, because the program will have to be deployed on 800x600 machines.

Is there anyway to make it so it will stretch and look appropriate on different resolutions?

View 4 Replies

Get A List Of Supported Resolutions?

Jan 2, 2010

I need to know how Windows detects what resolutions the user can select for their monitor / graphics card. I'm pretty sure it's an API call, but does anyone know what it is?

I already have code to change it (courtesy of this thread here), and I was wondering if it was possible to get a list of valid and allowable resolutions.

View 3 Replies

Getting List Of All Supported Resolutions?

Dec 21, 2011

I want to get the list of supported resolution by a graphic adapter/card. Anyway to do it?

640X480
1024X768
1366x768
and so on...........

View 6 Replies

Keep Form Sizes The Same In Different Resolutions?

Apr 9, 2012

I have written a VB .NET 2010 application which displays a "you have new mail" window/form with an OK button that closes the form.

Some users have received new PCs with dual-monitors and the OK button is no longer visible on the form - it's at the bottom but off-form.I guess that this is related to a different screen resolution and not the dual-monitor setup itself.how to make my forms auto-resize? I though this was automatic in VS 2010.

View 2 Replies

Make App Work With Different Resolutions?

Aug 9, 2009

I'm looking for some advice on how to make my app work with different resolutions as I have posted a demo game on the forum but the game was designed on my laptop which is set to 1280x800 but a few people who have tried the demo are having problems as they are using 1024x768.

Is this a case of getting the computers resolution when the app starts and alter the size and position of controls?

View 11 Replies

.net - Making A Vb6 Application That Can Run On Android?

Jan 20, 2012

Sir, I am a vb programmer. I want to develope a vb application that can be run on an android phone or tablet.What I should do for that and how can i install this application on android phone or tablet and run it successfully? Generally i use ms access or sql server for my desktop application. Which data base should i use with my vb application on android phone or tablet?

View 2 Replies

Making A .net Application DPI-Aware?

Jan 24, 2010

I have an application written in VB.net 2003, and I would like to make it 'dpi-aware', but I haven't the faintest idea how to even begin. I am an experienced coder, but this is throwing me completely.

View 1 Replies

Making A .NET Application The Only Program Which Can Run?

Oct 18, 2011

What would be the best way to make a Windows .NET application be the only program that can be used on a computer? I have come across timers or events to switch windows back to a window with matching text and some api32 calls to make a form top most.

Is it possible to make an application like the windows lock screen where nothing can be done except that what is on screen? I want to block users from doing other things and only let administrators get to the desktop.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved