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

    Sub Classing ComboBox Control

    Thanks for answering. How do i make sure that the default events of the control i create map to those of a combo. I have tried the ActiveX control Interface Wizard but have had some problems with it.
  2. asanjue

    Sub Classing ComboBox Control

    Hi I would like to create an active x control with ALL the functionality of a VB Combo but with added functionality of being able to autofill. I have the code for doing this with one combo but it is cumbersome putting the code in all the combos that i have. Is there a way of creating a control...
  3. asanjue

    SQL Server Session Timeout

    Hi. Thanks for replying. Yes i can connect via odbc without any errors. The app i'm running uses OLEDB as a provider. The timeouts occur like once every 10 times the app tries to connect. When i use the SQL Performance monitor to view the connections in NT i can see that the App releases...
  4. asanjue

    SQL Server Session Timeout

    Hi. Thanks for answering. I am using mixed mode security. The problem is intermittent ie sometimes the connections work but then suddenly start timing out and i have noticed the problem on two separate installation sites where the network is not NT. Thanks
  5. asanjue

    Calling VB forms from Web Page

    Is it possible to embed a html page in a VB application. I'd like to have a HTML background on an MDI form. Also is it possible to call VB forms from this HTML page. I would like to be able to call the application's child forms from this HTML page. Help will be greatly appreciated. thanks
  6. asanjue

    SQL Server Session Timeout

    I have an Visual Basic App that uses SQL Server as the Backend. On Windows NT Networks it works fine but on Windows 9x machines not on the NT network i keep getting session timeouts. Any Help Will be appreciated. Thanks
  7. asanjue

    Cant seem to be able to view response to posting

    Hi. I think this is a great site and thanks to all. I received the following notification about a posting but i can't find the particular reply that is being refered to. Please shed light on this. thanks in advance. This is the thread activity notification:- andemg (Programmer) has responded...
  8. asanjue

    Knowing if a Ms-Word Document has been saved

    I am running Word from my App. I would like to be able to tell from my App if the Word Document that I have opened has been saved or cancelled and if possible, trap for when the document is about to being saved.
  9. asanjue

    Knowing if a Ms-Word Document has been saved

    Hi. I would like to find out if there is any way to tell from VB if an Ms-Word Document has been saved or cancelled. Any help will be appreciated. Thanks.
  10. asanjue

    OBJECT MODEL DESIGN

    Hi. I would like to know if there are any sites where I can get information and tips on good object model design for Visual Basic 6. Any help will be appreciated. Thanks.
  11. asanjue

    retreiving autonumber of most recently saved record

    I'm using vb6.0 sp4 with SQL-Server 7.0. Using ADO I would like to retreive the autonumber generated for the most recently saved record. Any assistance at all will be greatly appreciated. Thanks

Part and Inventory Search

Back
Top