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!

Recent content by BBousman1

  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

    Sorry, let me better explain this. The ASP .Net webpage is going to replace what Office does. Right now we have to install software every time we update the program and we don't want to do it so we're changing the system to run as an ASP .Net webpage instead of Office Add-ons. Everything that...
  5. BBousman1

    SendKeys on Client Machine

    Some of that may not be necessary. Currently, here is what we do: *Check to see if the application is open, if it is then set focus to that application, if not alert the user to open the application *Once the application has focus, by default the Patient Account Number textbox has focus so all...
  6. BBousman1

    SendKeys on Client Machine

    Yeah, we currently have this project outsourced but they're not finding anything as of yet so I was trying to do research on my own. I haven't worked much with ActiveX or Silverlight so that's why I'm at a loss. You're correct that the HIS software is 3rd party and cannot be modified.
  7. BBousman1

    SendKeys on Client Machine

    I mean another program, it's an HIS (Health Information System) Program that our pharmacists use. What we want it to do is when they click a button on the ASP .NET page, it will send a patient's 12 character account number to the HIS program and then hit the Enter/Return key to submit it. I've...
  8. 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...
  9. 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...
  10. BBousman1

    View Extended Monitor on Primary Monitor

    Well in my situation I can't just mirror the screen because the forms on each monitor have to be different. I found some code that works much like the Microsoft Magnifier and it seems to be doing the job, except that you can't see the mouse pointer but, oh well, I can get around that. What I...
  11. 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...
  12. BBousman1

    Event ID 5719 - Not enough storage?

    Well I do have some good news, I tried setting the Virtual Memory to System Managed Size but it still didn't work so then I set the minimum to 1.5x the RAM and the maximum to 3x the RAM it has since not gone down. Usually it will happen every 3-4 days, the last time it went down was a week ago...
  13. BBousman1

    Event ID 5719 - Not enough storage?

    GenyaP, I don't have rights to disable it, plus I don't think my boss would like that. But on a good note, it's been 3 days and it hasn't crashed again so hopefully it will make it through the day and be fine from here on out. I'll keep you all updated. BB
  14. 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...
  15. BBousman1

    Event ID 5719 - Not enough storage?

    When I look at the server that's giving us trouble and compare that registry key with the server that we just installed, they are the same: COMNAP COMNODE SQL\QUERY SPOOLSS netlogon lsarpc samr browser So I don't think that would be causing the issue. The server is running with a minimum of...

Part and Inventory Search

Back
Top