Coder Social home page Coder Social logo

blog's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

WMIWifi_Info

GetWiFi_NetworkAdapterInfo FWbemObjectSet:= FWMIService.ExecQuery('SELECT * FROM WiFi_NetworkAdapter','WQL',wbemFlagForwardOnly);

Delphi 7 window 7 error invalid class

Script Error "http://maps.google.com/maps-api-v3/api/js/23/7/intl/fr_ALL/onion.js"

Hi Rodrigo,

Since december, I have the following script error
"URL: http://maps.google.com/maps-api-v3/api/js/23/7/intl/fr_ALL/onion.js"
I see on the internet that other softwares meet the same problem (see for example http://faq.pcsoft.fr/12194-faq-read.awp, in french. It is exactly the same error...).
The Company says that this error message could be due to the fact that Google forbids some request depending on its "origin" (I don't know what it means...)
They explain that (in french) "il faut donc configurer l'ActiveX de Internet Explorer pour que les requêtes envoyées soient identifiées comme provenant de Internet Explorer 11"
In English: The Internet Explorer ActiveX must be configured in a way that the sent requests are identified as if they are sent from Internet Explorer 11"
I use the TWebBrowser component in Delphi XE7.
Do you have an idea?
Thank you.

Great but for TRichEdit

How to change for richedit?

  Form1.Rich1.SelAttributes.Color := clRed;
  Form1.Rich1.SelAttributes.Style := [fsBold];

I tried

TRichEdit= Class (Vcl.ComCtrls.TRichEdit);

TRichEditStyleHookColor = class(TRichEditStyleHook)
private
procedure UpdateColors;
protected
procedure WndProc(var Message: TMessage); override;
public
constructor Create(AControl: TWinControl); override;
end;

if Control.Enabled then
begin
Brush.Color := TWinControlH(Control).Color;
SelAttributes.Color:=TWinControlH(Control).Color;<<< dose not work
FontColor := TWinControlH(Control).Font.Color;

Some missing constants in WlanAPI

I'm actually not sure if this repository is the original source for this library. But it seems to be the most advanced version I found and it's the first search result, so I'll give it a go...

I've noticed that some constants are missing. Could you please add them to the project?


nduL2cmn.pas:
24:
  NDU_L2_NOTIFICATION_SOURCE_WLAN_HNWK                = $00000080;


nduWlanAPI.pas:
15:
  NDU_WLAN_PROFILE_GET_PLAINTEXT_KEY = $00000004;

622:
  NDU_WLAN_NOTIFICATION_SOURCE_ONEX = NDU_L2_NOTIFICATION_SOURCE_ONEX;

  NDU_WLAN_NOTIFICATION_SOURCE_HNWK = NDU_L2_NOTIFICATION_SOURCE_WLAN_HNWK;

I'd also like to suggest to replace all tab characters with two spaces. Using tabs is bad as they lead to strange effects during navigation and when copying parts to a different location. This can easily be done with search and replace.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.