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 TouchToneTommy 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. Nordlund

    Delphi XE2 and SPNEGO

    I did speak to him about this issue, but i didnt get the answer I was hoping for. I think I have to search for another way to solve it. https://forums.embarcadero.com/thread.jspa?threadID=91097 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  2. Nordlund

    Delphi XE2 and SPNEGO

    https://code.google.com/p/indyproject/issues/detail?id=236 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  3. Nordlund

    Delphi XE2 and SPNEGO

    Fyi: http://indy.codeplex.com/workitem/23498 http://indy.codeplex.com/workitem/23498 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  4. Nordlund

    Delphi XE2 and SPNEGO

    After using Google I found out SPNEGO is the serverside implementation. Im supposed to use Integrated Windows logon using negotiation using Kerberos. (SSPI in this case) I also found out that Indy have some problems with this and it will not work.... I dont know if this is the truth or not...
  5. Nordlund

    Delphi XE2 and SPNEGO

    Im trying to authenticate to a secured webserver which is using SPNEGO. Does anyone know about code examples components (winsock or Indy addon components) that could help me negotiate with the server? Im currently use Delphi XE2 and Indy 10 but its there exist other Winsock components that are...
  6. Nordlund

    Change expired password on SQL 2005 servers

    Hi. The question: How do I change expired passwords when connecting to MS SQL2005 servers. A password policy that force the users to change password every 60 days is activated on the MS SQl 2005 server. When the password has expipred the user is not able to change the password because the user...
  7. Nordlund

    RegisterDbXpressLib

    Hi. In older versions of delphi (Delphi 7) you could use RegisterDbXpressLib to register dbExpress library within your project. RegisterDbXpressLib is removed in Delphi 2007. They say that this procedure is replaced... but replaced with what? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not...
  8. Nordlund

    Exception when closing Delphi 7

    It's really nasty. The problem is that is doesn't crash every time I close Delphi. It only happens sometimes when delphi has been run for a couple of hours. Not every time... :( All available updates are installed as default, Delphi 7. I have tried to reinstall delphi and even reinstalled the...
  9. Nordlund

    Exception when closing Delphi 7

    Hi there. I have a problem that have followed me since... world war II... I have a couple of component packs installed in Delphi, and almost every time i close Delphi I get a memory error: Instruction at "0x40009548".... referred to "0x01bb0830" (Translated text from swedish OS. The actual...
  10. Nordlund

    TTreeView and WndProc

    Hi all. I want to be able to control TTreeView.WndProc without creating a subclass to TTreeView. The WndProc procedure is protected in the TTreeView class, and therefore I cannot assign the WndProc to a customWndProc procedure like this: TreeView1.WndProc := MyCustomWndProc; How do I take...
  11. Nordlund

    Changing image when dragging

    Have you done some research yet? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  12. Nordlund

    Changing image when dragging

    The overridden function GetDragImages which sets the image fires only on "OnStartDrag", not on "OnDragOver" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  13. Nordlund

    Changing image when dragging

    I read this chapter, but what I can see it does only cover the on-the-fly changes with use of Cursor, not Images (TBitmap). I'll read it deeper again now... :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  14. Nordlund

    Changing image when dragging

    Hi. I'm trying to perform professional drag and drop, but I have runned into problems. I have managed to use images instead of cursors when dragging, but I want to be able to change the dragging image on the fly... If I pass a forbidden panel, i want to show a stop sign, but when I pass a...
  15. Nordlund

    Component property editor

    Link correction: http://www.jrsoftware.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  16. Nordlund

    Component property editor

    I'm examining in the Toolbar200 componentpack (www.jrsoftware.com) and in one unit, the uses clause are contructed like this: uses Windows, SysUtils, Classes, Graphics, Controls, Dialogs, ActnList, ImgList, {$IFDEF JR_D6} DesignIntf, DesignEditors, VCLEditors, {$ELSE} DsgnIntf, {$ENDIF}...
  17. Nordlund

    Component property editor

    Yeas, I have also read these. When I add the DesignIntF unit, in my component unit, I always get the error that the compiler can't find the unit. Do I have to add the ToolsAPI directory in my Librarypath? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  18. Nordlund

    Component property editor

    Sorry mate - I was wrong when I specified my problem. Here is the real problem: I want to build a component (Combobox) with filter capabilities. To make it easy I want to store the data in a TList like this (I have simplified the class structure for this post): TComboItem = class Visible...
  19. Nordlund

    Component property editor

    Hi there. Does anyone know about examples and/or documents about writing property editors without using DegignIntF? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]
  20. Nordlund

    Get password expire date

    Hi and thanks. The SELECT LOGINPROPERTY works fine, but i have to retrieve the password expiration date But how do I accomplish that by using SQL? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do not underestimate the power of [!]Google[/!]

Part and Inventory Search

Back
Top