Skip to main content

Home/ Delphi/ Group items tagged network

Rss Feed Group items tagged

Mr. DiGi

Delphi Programming Advanced Topics - 0 views

  • Programming the Windows ShellLearn how to programmatically operate on tray icons, shortcuts, system dialogs and other secrets of the Windows Shell
  • "The Big Brother" Delphi Code Toolkit Wanna be a secret agent? Interested in monitoring a user machine in every way? Need to know what happens with Windows, what files are created, what Registry changes are being done? Need to hide your application from Windows? Want to create a kios style application? No problem, Delphi know hidden Windows secrets!
  • Local Network, Internet - Read or Write Data From EverywhereDelphi provides numerous objects to allow you write applications that exchange data over the network (Internet, intranet, local). There are many situation when you need to allow for two applications to communicate. Again, Delphi provides numerous ways to allow you to write applications that exchange custom data
  • ...2 more annotations...
  • Graphics and Multimedia Programming with DelphiGraphics and multimedia elements can add polish to your applications. You can introduce these features into your application in a variety of ways. To add graphical elements, you can insert pre-drawn pictures at design time, create them using graphical controls at design time, or draw them dynamically at runtime. To add multimedia capabilities, you can use special components that can play audio and video clips
  • Creating Custom Delphi ComponentsA component can be almost any program element that you want to manipulate at design time. Creating a component means deriving a new class from an existing one. This set of topics provides an overview of component design and the process of writing components for Delphi applications
  •  
    Shell Programming, Windows API, Multimedia, Distributed Applications
Mr. DiGi

Internet Component Suite (ICS) - 0 views

  •  
    various Internet components and applications
Mr. DiGi

Sampling Profiler - DelphiTools.info - 0 views

  • Using a sampling profilers has benefits: it will not affect the execution speed significantly, neither because of its own execution times, nor because it affects the CPU instruction or data cache by its instrumenting code (ie. you get a measure of actual performance like if there was no profiler running) it is immune to the heisenbug of instrumenting profiler that inflate disproportionately the execution time of small procedures invoked in tight loops or from many contexts in an application’s code. it is able to measure the time spent in other OS components or DLLs (like the video driver, OpenGL, etc.), not just the time spent in your application profiling latencies won’t hide your application’s latencies (hard disk accesses, network accesses, video driver waits…), which can be particularly significant if your application makes asynchronous accesses. it can pinpoint bottlenecks at the code-line level (not just procedure level), for the entire application. it can be used to profile over long periods of time, like a full batch run of computations or a complete game level, you can literally have an application being profiled for days being lightweight, you can profile multiple applications simultaneously (like a client and a server running on the same development machine)
  •  
    Sampling profiler for Delphi 5 to Delphi 2009. Its purpose is to help locate bottlenecks, even in final, optimized code running at full-speed
1 - 3 of 3
Showing 20 items per page