473,385 Members | 1,944 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Button not showing on certain computers!

Hi!

I have an application that starts witha login form.with two buttons there. A
"Point To Database" and a "Log In". After you login you get to the
application.

In the login form these two buttons are not showing on my customers Computer
but it shows fine on all the computers at our company and on my computer
home.

I'm developing this in Visual Basic .NET 2003 on an XP pro with SP1 and
FrameWork 1.1.

The thing is the buttons in the rest of the application shows fine at the
customer.. it's only in the loginform they do not show... which makes me
confused!

The customer has the same Versions of things except that he's not having
Visual Studio installed.

Please help/
Lars Netzel


Nov 21 '05 #1
5 1043
Lars,

Sometimes I read in these newsgroups that it can be because of the
virusscanner, I thought yesterday as well, however I do not see that message
again.

Cor
Nov 21 '05 #2
* "Lars Netzel" <[stop_spam]@host.topdomain> scripsit:
I have an application that starts witha login form.with two buttons there. A
"Point To Database" and a "Log In". After you login you get to the
application.

In the login form these two buttons are not showing on my customers Computer
but it shows fine on all the computers at our company and on my computer
home.


Are you sure the buttons are not shown at all? Mabe the machine is
running with a different # of dpi and the buttons are moved out of view.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #3
Hi!

would never have crossed my mind... I changed the DPI from 96 to 120 on my
developer computer and it look VERY similar to what it looked like at the
customer. I guess this is the problem.. thanx for the tips!

So next thing.. How do one handle things like this? Do I expect him to use
96 dpi or can you in the application take care of these problems?

/Lars
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> skrev i meddelandet
news:uW**************@TK2MSFTNGP15.phx.gbl...
* "Lars Netzel" <[stop_spam]@host.topdomain> scripsit:
I have an application that starts witha login form.with two buttons there. A "Point To Database" and a "Log In". After you login you get to the
application.

In the login form these two buttons are not showing on my customers Computer but it shows fine on all the computers at our company and on my computer
home.


Are you sure the buttons are not shown at all? Mabe the machine is
running with a different # of dpi and the buttons are moved out of view.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
* "Lars Netzel" <[stop_spam]@host.topdomain> scripsit:
would never have crossed my mind... I changed the DPI from 96 to 120 on my
developer computer and it look VERY similar to what it looked like at the
customer. I guess this is the problem.. thanx for the tips!
Well, when writing my message I thought that it's very inlikely the
reason for this phenomenon... ;-).
So next thing.. How do one handle things like this? Do I expect him to use
96 dpi or can you in the application take care of these problems?


Is your form's 'AutoScale' property set to 'True'?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #5
Yes, Autoscale is set to true!
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> skrev i meddelandet
news:%2****************@TK2MSFTNGP10.phx.gbl...
* "Lars Netzel" <[stop_spam]@host.topdomain> scripsit:
would never have crossed my mind... I changed the DPI from 96 to 120 on my developer computer and it look VERY similar to what it looked like at the customer. I guess this is the problem.. thanx for the tips!


Well, when writing my message I thought that it's very inlikely the
reason for this phenomenon... ;-).
So next thing.. How do one handle things like this? Do I expect him to use 96 dpi or can you in the application take care of these problems?


Is your form's 'AutoScale' property set to 'True'?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: MLH | last post by:
Case in point... http://www.woodplanet.com/index.cfm?path=/main/form/comps/ValleyLumberSalesInc_2033511.htm After reaching this URL, IE's Back button would not take me back to Google, where I had...
4
by: Jared | last post by:
Radio Button or Check Box and Event Procedures I need to insert either radio buttons or check boxes onto my form. I'm not sure which to use, or if there are other options. I am using the buttons...
0
by: Shibu | last post by:
Hi, I am using a winforms control in ie with a button to do certain process. But the button is not showing the exact font and size I have given in code. Can anybody tell me what could be the...
0
by: kris Palmby | last post by:
I have a wierd and somewhat inconsistant error. Within our ASP.NET application on certain computers on our network when the user click on a button within the application IE appears to be posting...
4
by: Jack | last post by:
Hello, I have a Windows-based, VB.NET applicatiion where tooltips for a set of user controls display inconsistently from machine to machine. On some machines they all show fine. On others they...
1
by: melanieab | last post by:
Hi, From reading something months ago, I've been under the impression that saying button1.Focus() is enough to focus on the button and highlight it (the dotted box). If this is true, I don't know...
9
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I disable the right mouse button? -----------------------------------------------------------------------...
4
by: joe fission | last post by:
This is a crazy little problem, and I am not quite sure where to start looking. This VB.Net app will run fine on two of my computers (which are very similar), except after moving from one form...
1
by: sparksol | last post by:
I have a form with a drop down box. If you select an option in the drop down box (depending which option is selected) one or two textbox(es) and a submit button display. I would like to keep the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.