Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JScannell

    Border issue with Google Chrome on an Android phone

    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...
  2. JScannell

    Javascript events

    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...
  3. JScannell

    Javascript issue on iPhone/iMac platforms

    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...
  4. JScannell

    Google Chrome doesn't load my javascript files

    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
  5. JScannell

    Google Chrome doesn't load my javascript files

    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...
  6. JScannell

    Building multiple projects in one VS solution

    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...
  7. JScannell

    converting windows project to mac

    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...
  8. JScannell

    Programmatically inserting a newline in a &lt;textarea&gt;, &lt;span&gt;, or &lt;div&gt;

    The purpose is to populate the upcoming client birthdays after.logging in. I want one per line in the textarea. Jerry Scannell
  9. JScannell

    Programmatically inserting a newline in a &lt;textarea&gt;, &lt;span&gt;, or &lt;div&gt;

    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...
  10. JScannell

    Programmatically inserting a newline in a &lt;textarea&gt;, &lt;span&gt;, or &lt;div&gt;

    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...
  11. JScannell

    PDF file should be landscape...

    ...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...
  12. JScannell

    Finding Microphone devices on my computer

    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...
  13. JScannell

    updating an iPhone calendar from windows desktop app

    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...
  14. JScannell

    VS 2017 not retaining additions to my toolbox

    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...
  15. JScannell

    Square credit card payments for desktop application

    Thanks for the reply. Apparently Square doesn't allow for interfacing from desktop applications. I don't know why. Jerry Scannell
  16. JScannell

    &quot;class register&quot; problem

    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...
  17. JScannell

    Square credit card payments for desktop application

    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...
  18. JScannell

    desktop api for hp scanner and fax

    Thanks. I will. Jerry Scannell
  19. JScannell

    desktop api for hp scanner and fax

    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...
  20. JScannell

    Missing user controls

    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...

Part and Inventory Search

Back
Top