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 strongm 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: CruiseMan
  • Content: Threads
  • Order by date
  1. CruiseMan

    Accessing specific websites in XP sp2 difficulties

    I purchased a used computer with Windows XP sp2 and connected it to the internet. I have both Mozilla Firefox and Google Chrome as browsers. Most websites (like amazon) connect fine, but when I try to connect to websites like Microsoft.com or Norton.com I get a server not found error. Could...
  2. CruiseMan

    Print Button on a VB6 Datareport object

    Does anyone know a way to disable the Print(/Export) button on a VB6 datareport?
  3. CruiseMan

    Using ShellExecute to close/stop a running VB6 exe

    I have used ShellExecute to print and open files, but is there a way to stop/close a running VB6 exe that was started using a Shell function? I have a main VB program that launched an exe using the Shell function (not ShellExecute). So far, everythings fine. What I want to do is have a way to...
  4. CruiseMan

    Entering values into a textbox on a non-modal form

    I am trying to allow a user to enter a value into a textbox on a modeless (non-modal) form. Because of other background events occurring, the form must be non-modal. The form displays correctly, and I have loaded labels with no problem, but I cannot get focus on the textbox long enough to enter...
  5. CruiseMan

    Assigning a jpg or emf file to VB6 Datareport Image Control at runtime

    I am trying to assign an image file (.jpg and .emf) to an image control that I have on a VB6 Datareport. From the MSDN help files I've seen, there is not a lot of info. Primarily, they say it is similar to the normal Visual Basic image control. When I run the code using the same syntax, I get an...
  6. CruiseMan

    Automatically opening the dropdown of a combobox when focus is receive

    Can anyone tell me a way to have a Type 2 combobox (VB6) open it's dropdown list when the control receives focus (instead of having the user click the down arrow of the control to open it). Thanks!
  7. CruiseMan

    Using a CONFIG.SYS definition in XP

    I have an old application (DOS) that ran in a command window in Windows 98 that used a special driver to communicate with the COM1 port. The application required the driver to be declared in CONFIG.SYS (example): DEVICE=C:\COMMDRV.ONE 4096,1 Due to hardware problems, I am moving the...
  8. CruiseMan

    Closing an Adobe Acrobat Viewer window in VB6

    I am using the following code to print a .pdf file to my default printer in VB6, which works correctly, but it leaves an empty Acrobat Viewer window open even after the application closes. Does anyone know how to force this window to close through code? (OS: WinXP SP3) code example: Call...
  9. CruiseMan

    Printing a text file to a network printer using VB6

    I have a PC running Win NT4 (sp6) that runs a VB6 procedure that sends a standard text file to a local printer (lpt1). Shell "cmd /c type C:\MYFILE.TXT > LPT1" My helpful hardware support group has replaced the local printer with a network printer and the text file no longer prints. I made...
  10. CruiseMan

    Passing an argument list in a VB6 function call

    Can you pass a 2 dimensional string array in the argument list of a VB6 function call? If so, what should the signature look like?
  11. CruiseMan

    Failure while registering scrrun.dll

    I have installed a new VB6 package using Setup.exe as I have done many times before. However, I did the installation on an NT 4.0 PC and received and error after the installer told me that some of the system files were too old and that I could click "Yes" to continue and it would update the...
  12. CruiseMan

    Entry point not found in kernel32.dll

    I have installed a new VB6 package using Setup.exe as I have done many times before. However, I did the installation on an NT 4.0 PC and received and error after the installer told me that some of the system files were too old and that I could click "Yes" to continue and it would update the...
  13. CruiseMan

    Printing to a shared printer in NT stops after a period of use

    I have an unusual situation in which I have a VB6 application that has printed data reports to a shared laser printer in NT 4.0 from a small group of PC's for several years. Now I have one of those PC's that will suddenly stop sending the output to the printer. However, there is no error message...
  14. CruiseMan

    VB6 Data Report, how to control color at the row level

    I am generating a VB6 DataReport. A user has asked me if I can change the color of the data in certain columns based upon whether the data value falls within a set of limits. This means that these columns have to be evaluated on a row by row basis. I have not been able to find a way to do this...
  15. CruiseMan

    Error message starting up SSMS Express

    When I start up SSMS, I get the following error: Microsoft SQL Server Management Studio Express --------------------------- The automatically saved settings file '\\Settings\CurrentSettings-2008-04-10.vssettings' cannot be found. You can change this file on the 'Import and Export Settings'...
  16. CruiseMan

    How to replace the CurrentSettings.vssettings file in VB2005

    Somehow my setting files has become corrupted (CurrentSettings.vssettings). I have backup copy of this file, but I am unable to delete, rename or overwrite the original file. Any suggestions as to how I can replace my original file with the backup copy? I'm running Win XP sp3. Thanks.
  17. CruiseMan

    Extracting comments from cells in Excel using VB6

    Using VB6, I have loaded an Excel worksheet object (I am using Excel 2000). I am having much difficulty in extracting the comments that are embedded in various cells within the worksheet. I have also tried using a Range object to get at the comment property....but alas, no cigar. Any...
  18. CruiseMan

    MS Query in Excel, saving SQL changes

    I am using Excel 2000 and have generated a query against an Oracle database. The query works fine. When I edit the "Order By" clause of the query in the SQL window and run it, it also works fine then and populates the worksheet. However, if I exit Excel and return, I lose the edits I made to the...
  19. CruiseMan

    Error using Connection object from VB.Net on SQL Server 2005

    Being new to the administrative side of SQL Server 2005, I do not know quite how to correct the following error using a SqlConnection object from VB.Net when trying to connect to a database (like Northwind.mdf) in SQL Server 2005 (Developer's Edition installed on my local PC). The error I get...

Part and Inventory Search

Back
Top