I need to begin with saying that this problem only occurs if I run my website in Google chrome on an Android phone.
One or more of these CSS statements causes a white (or no??) border and there is space between the column heading TDs:
.BorderDotted_1
{
border-style...
I've been wracking my brain for quite a while so I figured I'd reach out to you guys. Here's what I'm trying to do:
1. I have a button that will perform a database lookup using remote scripting.
2. While it is doing all of this, I want an element that has "Please Wait --- Uploading Data" to...
There is an issue with a website of mine when you connect to it using Google Chrome on an Apple platform (iPhone or iMac). This problem does not manifest itself on a Windows computer or Android phone.
Here are the particulars:
1. This is a Classic ASP site utilizing vbScripts for server side...
Holy crap. I think I figured it out. Since when is script loading case-sensitive??? The "javascripts" folder is actually "JavaScripts". On a whim, I changed my command load to:
<SCRIPT type = "text/javascript" src = "JavaScripts/common.js" ></SCRIPT>
and now it works. WTF!!!
Jerry Scannell
This problem only exists when I run my site in Google Chrome. Either from my cellphone or my PC.
I have the following line in my <head> section. All of my .js files are stored in the javascripts folder:
<SCRIPT type = "text/javascript" src = "javascripts/common.js" ></SCRIPT>
Google...
I have a VS 2017 solution that hase two projects in it (I would like to add others if I can get the problem resolved). One of them produces an .exe file (should be the startup project) and another project that produces a .dll. If I make a change to a module in the .dll project and then...
Is there a way to take a windows desktop .net application created with VS and rebuild it so it will run on a Mac?
I have invested a lot of time and effort creating a windows application only to find that my two biggest users are Mac people!!
Ideally I would like to just rebuild it so it could...
It still doesn't work. I had previously tried several "new line" values and all it did was display that text as if it was just text. I posted an attachment the other day that explained how I tried several "new line" iterations with the same results. It just displayed the text and not the...
I can't get anything to work!! I want to produce a list of upcoming birthdays for my clients. I have tried a textarea, span, and div. But there seems to be now way to produce a list like this:
Upcoming Birthdays:
Johnny Jones 10/31/2021
Anita Smith 11/5/2021
I have tried several...
...but it is portrait!
I am using the PrintDocument object to generate reports in my desktop application written in vb.net and C# using VS 2017. If I choose an actual printer from the print dialog the resulting output is in landscape since I set the page settings that way.
However, if I...
I need to be able to retrieve all microphone type of devices so my user can pick which one they want to use.
I found an example of using microsoft.devices.enumeration. I then discovered that I have that dll in both my System32 and SysWOW64 folders. So I attempted to add it as a reference in...
I have successfully added the updating of an Outlook calendar from a desktop app. All I needed was the person's email address and creating a calendar object. When I was finished, my calendar had the event.
Now I want to be able to do the same thing but have the calendar info go to a person's...
This has me really puzzled. I've added my own set of toolbox items under the new tab "User Controls". I am able to add several items to this new tab.
However, if I exit and reopen VS 2017, the new tab and controls don't show up anymore.
Anybody have an idea what might be going on?
Thanks in...
I have never seen this before. I copied all of the files from my visual studio debug folder onto a flash drive and copied it into my two other computers at home and everything worked perfectly.
I then copied everything into my nephew's computer as he is the one that needs to run the...
Has anyone come across a desktop application dll that would allow for making credit card payments?
At the very least, it should interface with Square.
I have found some web stuff, but nothing that would work with a desktop application.
Windows, visual studio 2015, vb.net or C#.
Thanks in...
Has anyone come across vb.net or C# code to interface with an HP printer/scanner from a visual studio desktop application?
I would like to be able to interface with the scanner directly from my application. I know that you can configure HP printers to process document scanning from an HP...
Several months ago, I created a toolbox folder called something (I can't remember). In that folder I added several user control dlls that I have created over the years. I then was able to simply drag-and-drop the control onto a windows form application as I needed it.
Today was the first time...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.