VB-project On Different Computers Resolution Does Not Match?
Oct 27, 2011
I created a program on my laptop which has 1920x1080 resolution.Ofcourse when the finished program is run on other computers with smaller resolution the whole thing is out of porportion.Is there a simple way to make a relation or a type of "zoom" which would affect all parts of my project? (I have about 15 different Forms and tons of buttons, boxes and gridviews. Resizing them all would take an eternity..
View 2 Replies
ADVERTISEMENT
Aug 10, 2010
I have following problem. In high resolution (1920x1200) computer I see in the application the datagridview correctly. column with are frozen. But if the application is installed to lower resolution (1024x786) computer the the datagridview in a form is distorted. Text does not fit properly anymore to columns and columns somehow have got wider so you need to look at right most column.
View 1 Replies
Nov 19, 2011
I am working on a project and my system is connected to the server running windows server 2008 r2.
We are 4 people working on the same project on different machine.
Now every one code the project from the own system stored locally
But i want all of us to be working on the same project located at one placed.
So that every one's work is synchronised..
Currently We are using Visual Studio 2010 Ultimate.
But we dont have Team Server
View 3 Replies
Jun 16, 2010
my program does not work on other machines.although they stood Framework & adodb.dll.writes that the error in the "Update".
View 7 Replies
Oct 17, 2009
1.How can i deploy my project to other computers and transfer all the files that i need? I know i do publish, but do i need to change any of my files setings, or do anyting inparticular get the files to the automatically deploy.for example how MS Office suppliers all file you need to do templates and stuff.
2.How can i tell the other persons to create a folder if they havent got one? my locations to work from is here, but no one will have the rimless data sheets folder and the shapes folder.C:Program FilesRimless Data SheetsShapes.
View 4 Replies
Nov 24, 2009
I have done a project were I had to recreate a vb project to match the functions of a demo. In the demo the panda is unable to go through the rock. I have tried hard and am unable to stop the panda going through the rock. Please could someone show me how.
I have attached the project below.
The demo is contained in the folder of the file i have attached.
View 11 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
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
Jun 4, 2010
I am attempting to publish a project I have just finished on a DVD. The problem I have is a lot of the computers this project will land on, have no internet capability.
How then do I get things loaded on their computers such as "MS .Net Framework 4 Client Profile" and the Powerpack dll?
View 2 Replies
May 29, 2010
Am trying to match characters or combination of the characters i specify in any order they appears
vb
Regex.IsMatch(teststring "[nuls]")
what i want matched is either any single character, or combination of any of them in any oder. this means that it should not match any character not specified in the pattern.
For example
it should match
n,u,l,s,nu,un,lun, sl etc
not
ny, nx so etc or any other
View 9 Replies
Dec 20, 2010
Public Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 Replies
May 5, 2010
For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
View 2 Replies
May 6, 2009
I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.
View 10 Replies
Nov 15, 2010
i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
View 3 Replies
Apr 16, 2009
I have a 64 bit vista and visual basic express 2008. Made a simple GUI for a class competition. All the GUI have is several forums with timers. It also writes and reads to an excel file to prevent from losing data.
View 8 Replies
Jul 3, 2009
I wanna make an application in which i have to make two computers communicate each other. For example when a customer enters, his information is feeded in the computer at reception, and then this information is sent to another computer at upper storey, where the application detects the incoming data and populates in the relevant form.
View 2 Replies
Aug 22, 2011
I am using VB to develop a WinForms application. This application should get all the computers from a particular Oraganizational Unit (OU) in the Active Directory (AD). How do I specify the particular OU in VB code? I would prefer to download some fields only from each computer's record.
View 1 Replies
Jan 22, 2012
Part of an application that I'm building searches the network that the current computer is connected to and returns a list of the IP & MAC addresses and the hostname. It is based largely on the post by richard__deeming at [URL] At the moment, it will only get the information about computers that are in the same workgroup, but I have several computers that need to be shown, that are joined to a domain rather than the workgroup. How can I get the program to find every computer on the network?
View 2 Replies
Aug 12, 2010
I'd like to get lan computers info (computer name , IP adress , Mac Adress) and is it connected with wifi or cable. I tryed to search at google , but didn't find any good examples or codes.
View 4 Replies
Oct 2, 2010
I have alignment issues with my application's printout. It isn't same in all computers, or printers. I want to use the whole A4 page in my app without any margin or other spaces. So I set all margins to 0.If I set OriginAtMargins to false, margins are still active for the page, or setting them to 0 is useless? The actual question is should I also set the HardMarginX and Y? I must get rid of all spaces for the correct printing.
View 2 Replies
Jul 4, 2009
My program is ready for use on other computers however when I run either the release file I get the following error:
(Program Name) has encounted a problem and needs to close. We are sorry for the inconvenience.[code]...
View 2 Replies
Jun 14, 2010
i have a strange problem with a VB.Net Windows Application. On my computer(the development PC) it executes the newest version of the exe and dll's but on the computer of my fellow(he is not a developer and cant debug it) an older version is executed. He has overwritten all files with the new version:
I dont know where to start looking for the reason.
EDIT: the first thing i've done was to restart the pc of my fellow but that was of no use.
When is a dll installed in the global assembly cache? Because i've searched for it in the gac with gacutil.exe but not found:
C:>C:WINDOWSMicrosoft.NETFrameworkv1.1.4322gacutil.exe /l Rule.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4318.0
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
The Global Assembly Cache contains the following assemblies:
The cache of ngen files contains the following entries:
Number of items = 0
I've also looked into the assembly folder but not found any of these dll's there.
Additional info: one of the dll's is loaded dynamically in the codebehind:
System.Reflection.Assembly.LoadFrom("Rule.dll")
The others are referenced in the particular project.
View 2 Replies
Feb 28, 2010
i want to know how to access the client computers using the vb.net program
View 1 Replies
Jun 14, 2011
I recently finshed a program and made a finshed copy of it when I tested it on my computer it installed correctly but when I tryed to use it on a nother computer I got a error saying application download did not succeed.Check your network connection, or contact your administor or network service provider.[code]...
View 1 Replies
Jul 1, 2010
How do i change the computers volume up and down? or mute it all together?
View 2 Replies