Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#4

AW: Richedit kann URL's nicht mehr erkennen - wie doch wieder?

  Alt 6. Mär 2016, 12:09
Er meint die Nachricht EM_AUTOURLDETECT und deren zweiten Parameter. (Er hat doch extra einen Link gepostet.) Wie kommst du darauf, dass da ein nach LongInt gecaster True Boolenwert übergeben werden muss? Da kommt irgendeine Ganzzahl raus.

Zitat:
lParam

This parameter determines the URL schemes recognized if AURL_ENABLEURL is active. If lParam is NULL, the default scheme name list is used (see Remarks). Alternatively, lParam can point to a null-terminated string consisting of up to 50 colon-terminated scheme names that supersede the default scheme name list. For example, the string could be "news:http:ftp:telnet:". The scheme name syntax is defined in the Uniform Resource Identifiers (URI): Generic Syntax document on The Internet Engineering Task Force (IETF) website. Specifically, a scheme name can contain up to 13 characters (including the colon), must start with an ASCII alphabetic, and can be followed by a mixture of ASCII alphabetics, digits, and the three punctuation characters: ".", "+", and "-". The string type can be either char* or WCHAR*; the rich edit control automatically detects the type.
Michael
Ein Teil meines Codes würde euch verunsichern.

Geändert von Luckie ( 6. Mär 2016 um 12:11 Uhr)
  Mit Zitat antworten Zitat