I need to use visio in order to monitor communication to certain routers and servers.
I saw som information on that but i didn't understand what to do.
Do any of know how to do that?
Thank you
try use this add-in. System Center Operations Manager 2007 R2 add-in for Visio 2010
i just see video about it, but don't use.
Related
I have an application C# for fingerprint reader u are u 4500 , so now I need to develop it in Powerbuilder. My question is if someone has any example of this app in powerbuilder.
Kind regards .
Without knowing anything about your fingerprint application I would recommend a COM visible dll (using C#) with exposed methods PowerBuilder can call to provide the functionality you require. There are many examples of using COM with PowerBuilder online. It is very unlikely someone will have 'any example of this app in powerbuilder' they are willing to share.
I was looking for some Windows API that will give me notification for any change in the Local Area Connection Properties.I tried Searching for the Entry in the Registry which it modifies after we check or uncheck the driver name but could find it.
I have also attached an image if any one has any confusion in understanding my question.
Any guidance would be appreciated.
What you need is the Windows API for Network Awareness. It would be great if Delphi example implementations were readily available but they are not. The API's are all COM interfaces and you will have to find out how to use these within Delphi yourself. That is another question. However, for the INetworkConnection, this may get you started.
Does anybody know how to limit/control the bandwidth of twsocket (client) in ICS components in Delphi? We have a small program that maps a port to squid. The software using ICS components that carries requests from the LAN arrives at one port to the port of squid, and returns the contents back to the originating IP. Can somebody shed some light as how to control the bandwidth to limit to certain KB/s, to keep bad boys out from using whole resources? Some code snippets may be highly appreciated.
Thanks in advance.
It is descriped in then FAQ (look for "Bandwidth control").
http://users.telenet.be/sonal.nv/ics/faq/Frame_index.html
There is also a link to a component implementing it
It seems you ar trying to simulate network constraints.
The are several comercial applications for that purpose, that also simulate latency (thats another common problem in wans).
Example of the Comercial applications are: Netlimiter, Shunra
I need Delphi code or component for accessing exchange/outlook contacts and appointments? I probably need to use Extended MAPI. This is for a proof of concept so I'm not ready to shell out big bucks at the moment. Any hints, links, experiences??
Look this
Create an appointment in MS Outlook
http://www.scalabium.com/faq/dct0128.htm
Contact list in MS Outlook
http://www.scalabium.com/faq/dct0145.htm
Look at EasyMAPI from Rapware.
Not free, but well worth the price. I used this a couple of years ago. The author was really helpful and open to adding new functionality.
at our company we used the converted Extended mapi C/C++ headers (to delphi) and examples from here http://www.imibo.com/imidev/delphi/les/index.html. it doesn't cost that much at least i think so.
We used it to create a sync service that would synchronized tasks, contacts and appointments from our own agenda which was build before i worked at the company with exchange directly.
The plus side is you can use MSDN since basically everything is the same as what's written there and you have full control but it's rather "low level"
I'm not really certain if it is that what you need, but you don't really need outlook to be installed to access the messages then (on exchange). If you just need outlook you could try OLE or some of the other suggestions.
I'm not sure if TurboPower OfficePartner supports the features you're looking for, but it's free (as in open source) and might be worth a look:
http://sourceforge.net/projects/tpofficepartner/
I need loging all HTTP request (from any application).
I have Delphi 7.0.
Anybody know how do that?
I looked into whether the Indy components could do this but found an old newsgroup response from Remy Lebeau that said:
If...you want to look at the traffic
that other applications are
generating, then no, you cannot use
Indy for that. That is outside the
scope of what Indy is designed for.
You would have to write your own NDIS
driver for that kind of capturing. Or
use a third-party sniffer API, such as
WinPCap.
What about WireShark?
There is also a product called Fiddler. I have found this extremely useful to track down exactly what the Indy components are sending/receiving. The one drawback is you have to utilize a proxy. This isn't a problem with Indy components and browsers such as Firefox. But if you need to capture for all applications you would need to be able to set a proxy for those apps.
if you want to go deeper and want pure delphi thing, there is winsock logger program floating around, google might help you ( it hooks winsock apis though).
Do you have to write a Delphi app to do it? Could you use an application like ethereal?