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 John Tel 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: *

  • Users: BBousman1
  • Content: Threads
  • Order by date
  1. BBousman1

    Update Panel Animation - Don't Animate on Timer Tick

    I have an ASP.Net AJAX website built with an update panel and animation that I want to trigger for any postback EXCEPT when my Timer control ticks. Is there a way to cancel the animation? I've tried using ConditionScripts in the Animation but they didn't work so just looking for some sort of...
  2. BBousman1

    z-index not working with AJAX CalendarExtender or AutoCompleteExtender

    I have an intranet website I've developed that uses relative positioning to make the display look good. However, the problem is that when I use the CalendarExtender and AutoCompleteExtender, they fall behind other controls. I've tried changing the z-index of these controls but it doesn't seem to...
  3. BBousman1

    Text-To-Speech PostBack Exception Error

    I'm developing an ASP.Net website and would like to use the Microsoft Speech Object Library. When I create a page from scratch I can get it to work fine, however, when I try brining that same code over to another page that's in the process of being developed, I get COM Exception...
  4. BBousman1

    SendKeys on Client Machine

    We have an ASP.Net webpage built and need to make it so when we click a button it will send a string value to another program on the client's desktop. We need to search for the title of the program, set focus to it, and then send it the string data. I have a dll that will do this if the code is...
  5. BBousman1

    Rotate Bitmap

    On my form I have a section that's created using some code I found online. What it does is basically simulates the Microsoft Magnifier so I can view what's on my extended monitor while only being able to see my primary monitor. Here's the dilemma I'm facing: On the extended monitor will be a...
  6. BBousman1

    View Extended Monitor on Primary Monitor

    I have an application I'm trying to write where the primary monitor will have a form that controls a form on the extended monitor. What I'd like to do is on the primary monitor's form, be able to view a smaller image in real-time (show the mouse and everything) of what's on the extended monitor...
  7. BBousman1

    Programmatically Sign PDF Document

    I have a VB.NET application that views PDF's on one monitor and on the other monitor is the screen that controls the PDF viewer. I need a way to be able to call the "Sign Document" function like in Acrobat 8.0 without having to physically click where the signature should go. I need to be able to...
  8. BBousman1

    Event ID 5719 - Not enough storage?

    Every once in awhile we notice this error in our Event Viewer. When this error kicks off, all the printers associated with this server have a status of ERROR and none of the end users can print until we restart the server. I haven't been able to find a whole lot of information about this issue...

Part and Inventory Search

Back
Top