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[/!]
Fyi:
http://indy.codeplex.com/workitem/23498
http://indy.codeplex.com/workitem/23498
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not underestimate the power of [!]Google[/!]
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...
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...
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...
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...
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...
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...
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...
The overridden function GetDragImages which sets the image fires only on "OnStartDrag", not on "OnDragOver"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not underestimate the power of [!]Google[/!]
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[/!]
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...
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}...
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[/!]
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...
Hi there.
Does anyone know about examples and/or documents about writing property editors without using DegignIntF?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not underestimate the power of [!]Google[/!]
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[/!]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.