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 Chriss Miller 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. neilkonitzer

    Send Ascii Control-A and Control-B

    In C#, how do I create an ASCII Control-A And Control-B variable? Neil Konitzer Freisoft Consulting Services, Inc. www.freisoft.com
  2. neilkonitzer

    .NET Compact Framework - Send Email

    Am I correct in assuming that the .NET Compact Framework does not include any native functionality for sending SMTP email? I have found code samples that shows how to do it using TCP sockets. Thanks in advance!
  3. neilkonitzer

    VB.NET 2005 WebBrowser Control Button Click

    Greetings, I am now using VB.NET 2005 and have a Winforms application with a WebBrowser control. I am trying to programmatically simulate entering in values on the web form and then following it by clicking a button on the form. While I have no problem populating the text controls on the form...
  4. neilkonitzer

    HHCRTL.OCX Not Registering

    I have a VB6 application that uses the hhctrl.ocx component. During installation on a client machine, the Install window shows - Copying Files. Please standby. Processing hhctrl.ocx (3 of 3) Then this window Pop Up appears- "Setup cannot continue because some system files are out of date...
  5. neilkonitzer

    Install Error (HRESULT 2147024770)

    I am attempting to deploy a VB.NET application using the setup project within VS.NET. Our project uses third party COM components. The installs work fine on XP systems; however, our Windows 2000 users are receiving the following error during the install... Error 1904 Module C:\Program...
  6. neilkonitzer

    Server 2003 SP1 - Lost ICS

    In the past, we have been using Internet Connection Sharing (ICS) here in the office so that we can all have internet access while still having all the advantages of being attached to our local domain. Yesterday afternoon, I installed SP1 of Windows Server 2003. Upon doing so, we seemed to have...
  7. neilkonitzer

    Point Command to Different Server

    I have about 60 reports that use SQL Commands that point to a test server. How can I modify the reports so that I can start pulling data from the production server? The set database location UPDATE feature does not appear to be applicable to commands. The only option I know of is to create a...
  8. neilkonitzer

    Point SQL Command to Different Server

    I have about 60 reports that use SQL Commands that point to a test server. How can I modify the reports so that I can start pulling data from the production server? The set database location UPDATE feature does not appear to be applicable to commands. The only option I know of is to create a...
  9. neilkonitzer

    MDI Form - AutoScroll Does Not Work

    I have a MDI form with the AutoScroll property to false. When I load MDI children to this form, I still receive the scrollbars. The AutoScroll properties on my child forms are also set to false. Does anyone know of a solution to stop these scrollbars from appearing? Thanks in advance! Neil...
  10. neilkonitzer

    MDI Child - Stop Cascading

    I have an application that will load and then close MDI child forms based on a menu selection. Even when I anything other than: Me.LayoutMdi(MdiLayout.Cascade), subsequent MDIChild forms appear in a cascaded format. I want each form to always load at the same spot (top left). Manually...
  11. neilkonitzer

    OWC Chart - Second Axis Scaling

    I am using the OWC Charting component in an ASP.NET application. I am adding a secondary Y axis on my charts. Unfortunately, I cannot seem to find any documentation for assigning multiple series scalings to the secondary axis. I can only assign one series scaling to the axis. For example...
  12. neilkonitzer

    Shrink Database Backup

    I am attempting to recover a datbase backup file from a client. Unfortunately, the size of the transaction log file is more than the space that I have available on my hard-drive. I keep receiving the following error: MODIFY FILE encountered operating system error 112 (There is not enough space...
  13. neilkonitzer

    Windows Installer Error

    I have an application that when I attempt to install on a seperate server, I receive the following error: The specifed path 'http://server/folder/' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the...
  14. neilkonitzer

    Logon Failed

    I've read dozens of articles regarding a "Logon Failed" message that I keep receiving, but no solution has been provided that works. Hopefully, the Tek-Tips experts will prevail! I have developed an ASP.NET application that uses a series of Crystal Report 9 reports that I have...
  15. neilkonitzer

    "Memory Cannot Be Read" when adding connection

    When attempting to add a database connection to a SQL Server stored procedure using OLEDB (ADO), I keep on receiving the following error message: The instruction at "0x10001a17" referenced memory at "0xffffff30". The memory cannot be "read"." I have attempted...
  16. neilkonitzer

    Calling a stored procedure in a SELECT statement

    I'm not really sure if this can be done, but I'll give it a shot and see if someone's done this... I am attempting to create a Select statement where one of the returned values is the output from an existing stored procedure. Here is an example of what I am trying to accomplish... Select...
  17. neilkonitzer

    Image Button That Looks Like A Button

    I hope that I am not missing something very simple here... I want to create a button control that has an image displayed on it. I am trying to use the ImageButton control; however, the button doesn't "look" like a button. It appears to be nothing more than image control with an...
  18. neilkonitzer

    Microsoft XP SP1

    I am tasked with troubleshooting a Java application that worked perfectly fine until the client systems were upgraded to Microsoft XP Service Pack 1. it appears that the database connections are no longer working. Has anyone heard of anything in this upgrade that would cause Java applications to...
  19. neilkonitzer

    SQL Server Connection Pooling

    I am having a problem with pooled connections not releasing when the connection objects are closed in my ASP.NET application. Even after setting the Connection Lifetime property in my connection string to a value of mere seconds, the pooled connections still appear to hang on for about 5 minutes...
  20. neilkonitzer

    Create SQL Virtual Directory

    Has anyone had any luck in creating a web setup project with a custom action that lets you create a SQL Server virtual directory, just like the "Configure SQL XML Support in IIS" feature of SQL Server? As far as I know, the only way that this can be done is by using the SQL Server...

Part and Inventory Search

Back
Top