Resolution On Dell Notebook?
Apr 26, 2012
My application runs perfectly on a desktop PC running Win XP. When I install onto a Dell notebook running Win7, the controls are on top of each other and in the wrong places. The resolution is set to 1024 x 768 pixels on both machines.Also how can I ensure that the controls stretch to fill the screen regardless of the selected resolution?
View 9 Replies
ADVERTISEMENT
Oct 8, 2009
I've got a class that pulls model information (hardware info) for a local machine code is like so:[code]
View 4 Replies
Apr 22, 2010
Example On my pc I have one application and on a tablet, running on 7, I have the other app. I want to control buttons in the app on my pc from the tablet device app. How to do this?
[Code]....
View 1 Replies
Mar 14, 2011
I downloaded VB because I was instructed to do so in order to be able to convert powerpoint files to smart notebook files.unfortunately, this does not seem to do the trick.
View 4 Replies
Dec 5, 2009
How to get list of all resolution of client monitor and check with resolution passed by application
View 2 Replies
Oct 2, 2009
1. Is there anyway to make an application look as though it has been set to a screen resolution of 1024 x 768 when the true resolution different?
2. I am developing my app using a widescreen monitor. What dimensions does the form need to be set to so that it looks exactly the same on a normal & widescreen monitor?
View 1 Replies
Oct 22, 2007
I am working on an program and I need it to change the size on the form and the button etc when its ran on a different resolution then it was coded on. Is there anyway to do this easy or do I have to hard code it on two different and change it by like a button etc? I am working with a 1024 X 780 and a 1240 X 1024.
View 8 Replies
Mar 31, 2011
My HP dv6 - 1030US notebook has 4 gb of ram, and a Fujitsu MHZ2320BH G2 hard rive with 166 GB. free. running vista 64 SP2 and all current kb's installed. My problem is trying to test Vb 10 express with this unit. I am an ex vb 6.0 guy(beginner level) and still put small # of apps together for my remodeling company.
[Code]...
View 8 Replies
Nov 19, 2011
I'm trying to make a little app that displays the battery life of a notebook, and also whether it is charging or not.I've got it displaying the battery percentage and if it is running via the cable or battery alone.My problem is that I have a timer constantly ticking to grab the latest information as to whether it is still chraging, what the battery % is like, however for some reason when it first runs it get's the info but then that's it, it won't refresh the info in real time. I'm confused because the battery can deplete but the program only displays what info it got when it was first ran but if I unplug the power cord or plug it back in it refreshes that info straight away. My code is:
Public Class Form1
Dim psBattery As PowerStatus = SystemInformation.PowerStatus
Dim perFull As Single = psBattery.BatteryLifePercent
Dim GraphicPercent As VariantType
[code]....
The bit I've highlighted in red in my code won't work either, basically I've shaped the two labels to look like a crude battery shape and label2's function is to represent the nobly bit at the top of the battery and I wan't that to change to Lime when the battery is 100%.why it won't refresh the graphical output to the screen?
View 5 Replies
Jan 10, 2011
I have a very high screen resolution on my laptop: 1400x1050.My colleague tried it out on his laptop (which had lesser resolution), and the application did not fit on his laptop. The buttons were dragging out of the screen space.So, I want my application to automatically resize/adjust based upon the screen resolution.I don't want to use Maximized screen option and don't want to change user's pc settings.Unfortunatly I am not using Table Layout panel.
View 5 Replies
Dec 29, 2010
In my application,I placed the user control on a panel,I want to resize that control on a panel automatically according to different screen resolution.
View 6 Replies
Jun 18, 2012
Can we set the windows form resolution according to pc screen resolution and even the control should be adjusted...
eg.
My screen resolution is 1366 X 768
and my form size is 1254, 709....but I want it so set according to the screen and it will be dynamic...
if I transfer my project to some other pc with lower or higher resolution it should be adjusted....
and suppose I have few controls on the form...will that also be adjusted??
View 6 Replies
Dec 20, 2010
I had designed all forms on 1280/800 screen resolution.
i want set all forms resolution like the current screen resolution of the user,or make the form resolution is dynamic with each resolution of screen for
View 6 Replies
Dec 29, 2010
How to get screen resolution?
View 2 Replies
Jun 22, 2009
how to get resolution of any application?
View 4 Replies
Jun 7, 2010
Usually I am a web developer so this is probably a very novice question. I recently made an app in VB2008, but I developed it in a huge reso (1920x1200). The person that will be using it still uses 800x600 reso. Is there any simple way I can resize the entire interface to fit any resolution? I didn't really think about it at all while I was making the program.
View 1 Replies
Jun 29, 2011
I have a picturebox with zooming/pan capabilities. I am now starting with the zoom. I did that by:
getting the mousescroll event( up or down)
add height and width to the picturebox
get the pixel coordinates of mouse inside the image.
my problem is that, when i change the size of the picturebox, the pixel coordinates in the picture is not the same with the previous image without zoom. I need the coordinates to be the same even the picture is zoomed.
View 1 Replies
Jul 8, 2010
i have made 3 projects in vb.net.for all those three projects i have used this code
Me.WindowState = FormWindowState.Maximized
my laptop resolution is 1366x768.for my resolution i'm getting the desired output but for any other resolution i'm finding the objects being misplaced.
is there any way by which i can make my forms adjust for any particular resolution.
View 1 Replies
Sep 5, 2011
I have a program and I want this to be full screen for all resolution.
How i can do this ?
Current program resolution is: 1000, 780
View 2 Replies
Jun 14, 2011
my code, i'm converting this code from vb to vb.net and seems i was missing something, seems EnumDisplaySetting can't read values and returning 0
Private Declare Function EnumDisplaySettings Lib "user32" Alias "EnumDisplaySettingsA" (ByVal lpszDeviceName As Integer, ByVal iModeNum As Integer, ByRef lpDevMode As DEVMODE) As Integer
[code]....
View 8 Replies
Aug 29, 2009
I have a filename that leads to a picture. It is not an embedded resource. My bitmap object always tells me the resolution is 96x96 no matter what, how can I get the actual resolution.
View 5 Replies
Apr 26, 2010
How can I get the resolution of the extended monitor?
View 2 Replies
Feb 16, 2010
I need to implement a windows service that performs database import, and that once a month.The program receives data via e-mail, and will import them at the end of each month.Is there a better way than set the program to sleep for max_integer seconds/miliseconds repeatedly ?
View 2 Replies
Oct 30, 2009
How to Change Screen Resolution in VB.net?
View 1 Replies
Jun 22, 2010
I want to set resolution automatically when my program will run. I want to make it (resolution) 1280*1024. What should I write there in my vb.net program to set resolution when my program will run? When user will stop using my program it will get default resolution.
View 2 Replies
May 26, 2011
I've been trying to find the answer to keeping an application from allowing "scaling" of controls and forms to the user's settings. I have set the autoscalemode to "none" on one form but it doesn't seem to work. I'm using Visual Studio 2008 Visual Basic. My users are on using either XP or Windows 7. I think we are all using Framework 3.5 but not really sure.
I knew this problem would eventually become an issue but ... Now the problem has become an issue. I have a user that has dual monitors and has the text setting on medium. Now the label controls overlap the input text fields.
View 1 Replies
Jul 16, 2009
I have an Access 2003/2007 application that pulls computer names from my network along with their last know TCPIP address. This data is created by another application. I am trying to use the IP Adresses to install software via a push application that accepts a list of IP Addresses.My app has a history table of every comuter that has been checked to see if the software is installed. I use the Fully Qualified Domain Name to make this verification. I then populate my text file with the IP address of the computers that have not been installed.This all works well if the last know IP address is still valid for that computer.What I am trying to find is a function that I can pass the FQDN to and have it do a NetBios lookup to return the current IP Address from our DNS Servers so I can be sure that the IP addresses I am populating the text file with match the FQDNs of the computers I am trying to push the software to.I found some info on System.Managment.dll. For some reason Access will not let me add it to my library references.Does anyone know of a standard library function I can use to achive this.[code]
View 2 Replies
Mar 17, 2009
i have this piece of code (which is part of Unolib)
Private Sub Saveonefile(ByRef fl As Sockets.TcpListener)
Dim Client As Sockets.Socket
Dim name As String
Dim buffer(PacketSize - 1) As Byte
[code]....
there are actually 3 errors, but they are all like this one?
View 8 Replies
May 11, 2010
Modifying a program in VB.NET 2003. Need to open a streamwriter object. Here's the trouble line...
Dim objWriter As StreamWriter = New StreamWriter(strHandle).where strHandle is the path and name of a file.
The StreamWriter(strHandle) portion is underlined as an error. The pop up says "Overload resolution failed because no accessible 'New' can be called without a narrowing conversion:"
View 2 Replies
Feb 11, 2011
I am new in programming an application with GDI+. I found that the graphics are fade at runtime. Probably it is associated with some settings.
View 4 Replies