Tech Kaizen

passion + usefulness = success .. change is the only constant in life

Search this Blog:

Embedding WebBrowser in Desktop Application

An embedded browser for the UI layer will enable Web browser functionality like JavaScript/Html rendering, Browsing capabilities (Back, Forward, Navigate) in Desktop Application without leaving the application. This desktop application will still be able to access Local FileSystem, Network resources, Windows registry entries ….

Browser Layout Engines

Trident (Internet Explorer)

Gecko (Mozilla Firefox)

WebKit (Safari, Chrome)


ref:

Internet Explorer development –

http://msdn.microsoft.com/en-us/library/aa902517.aspx

Web Browser Control –

http://msdn.microsoft.com/en-us/library/aa752040(VS.85).aspx

http://www.informit.com/library/content.aspx?b=Visual_C_PlusPlus&seqNum=115

Web Browser Control & C++ -

http://msdn.microsoft.com/en-us/library/aa752042(VS.85).aspx

http://www.codeproject.com/KB/dotnet/DesktopWidget.aspx

Web Browser Customization –

http://msdn.microsoft.com/en-us/library/aa770041(VS.85).aspx

Mozilla ActiveX Control (which is similar to IE WebBrowser Control) -

http://www.iol.ie/~locka/mozilla/control.htm

Embedding Web Browser in Desktop App -

http://stackoverflow.com/questions/835201/what-embedded-browser-for-c-project

Javascript Madness: Layout Engines –

http://unixpapa.com/js/gecko.html

Using an embedded browser as part of a desktop application -

http://www.simple-dynamics.com/case-study/case-study-embedded-browser.php

Accessing WebKit Browser Control in your Desktop Application -

http://shelastyle.net/blog/webkit-vs-ie-browser-control-in-c/

Embedding Flash Player in your C++/Java App -

http://stackoverflow.com/questions/214411/embedding-flash-player-in-a-c-or-java-application

Embed Flash in your Desktop Application -

http://www.codeproject.com/KB/cpp/FlashGui.aspx

Labels: VC++ PROGRAMMING

Windows Development(Analysis, Debug ...) Tools

1 Sysinternals Suite

The entire set of Sysinternals Utilities rolled up into a single download. This suite is useful while analyzing (or) debugging Windows Programs.


2 Debugging Tools for Windows - http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx

You can use Debugging Tools for Windows to debug drivers, applications, and services on systems that are running Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows Server 2008 R2, or Windows 7. You can also use Debugging Tools for Windows to debug the operating system itself. Versions of the Debugging Tools for Windows package are available for 32-bit x86, native Intel Itanium, and native x64 platform


3 Process Monitor

Monitor file system, Registry, process, thread and DLL activity in real-time.


4 Process Explorer

Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.

a. Handle - http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx

Ever wondered which program has a particular file or directory open? Now you can find out.Handle is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program.

b. Registry Scanner - http://www.nirsoft.net/utils/regscanner.html

RegScanner is a small utility that allows you to scan the Registry, find the desired Registry values that match to the specified search criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit, simply by double-clicking the desired Registry item. You can also export the found Registry values into a .reg file that can be used in RegEdit.

c. IE Cookies Viewer - http://www.nirsoft.net/utils/iecookies.html

d. Flash Cookies Viewer - http://www.nirsoft.net/utils/flash_cookies_view.html

e. Shell Extensions Viewer -http://www.nirsoft.net/utils/shexview.html

f. URL Protocol Viewer - http://www.nirsoft.net/utils/url_protocol_view.html

g. Application Crash View (points to the faulty module) - http://www.nirsoft.net/utils/app_crash_view.html

h. WhatInStartup : Enable/Disable/Delete the programs that run at Windows Startup -

http://www.nirsoft.net/utils/what_run_in_startup.html

i. BlueScreen Viewer - http://www.nirsoft.net/utils/blue_screen_view.html

j. List of tools from Nir Sofer -

http://www.nirsoft.net/

http://www.snapfiles.com/publishers/nir-sofer/index.html


5 Total UnInstall - http://www.martau.com/uninstaller-download.php

Total Uninstall helps you monitor any changes that are made to your system during installation of a new software product allowing you to perform a complete uninstall without having to rely on the supplied uninstall program (which may leave files or changes behind).It gives the snapshot of what files & registry entries changed because of the installation of the Software.


6. Resource Hacking Tools -

a. Resource Hacker –

Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit/64bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.

http://www.angusj.com/resourcehacker/

b. Resource Editor –

Resource Editor is a free, powerful, fully featured resource editor and PE module explorer for Windows 98, Windows 2000 and Windows XP

http://www.wilsonc.demon.co.uk/d10resourceeditor.htm

c. Manifest View (kenn Kerr)

View the Manifest of a Exe/Dll file

http://weblogs.asp.net/blogs/kennykerr/ManifestView.zip

http://weblogs.asp.net/kennykerr/archive/2007/07/10/manifest-view-1-0.aspx


7 AnVir TaskManager - http://www.anvir.com/

AnVir Task Manager offers users a one-stop shop for managing your system's running processes and applications


8 CFF Explorer - http://www.ntcore.com/exsuite.php

A freeware suite of tools including a PE editor called CFF Explorer and a process viewer


9 Wireshark - http://www.wireshark.org/download.html

Network Protocol Analyzer, formerly called Etherea


10 ListDLLs

List all the DLLs that are currently loaded, including where they are loaded and their version numbers. Version 2.0 prints the full path names of loaded modules.


11 DebugView

Another first from Sysinternals: This program intercepts calls made to DbgPrint by device drivers and OutputDebugString made by Win32 programs. It allows for viewing and recording of debug session output on your local machine or across the Internet without an active debugger.


12 Sigcheck

Dump file version information and verify that images on your system are digitally signed.


13 PortMon

Monitor serial and parallel port activity with this advanced monitoring tool. It knows about all standard serial and parallel IOCTLs and even shows you a portion of the data being sent and received. Version 3.x has powerful new UI enhancements and advanced filtering capabilities.


14 TCPView

Active socket command-line viewer.


15 Strings

Search for ANSI and UNICODE strings in binaryimages.


16 Autoruns

See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.


17 RegShot - http://sourceforge.net/projects/regshot/

Regshot is an open-source(GPL) registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product.


18 AdExplorer

Active Directory Explorer is an advanced Active Directory (AD) viewer and editor.


19 AdInsight

An LDAP (Light-weight Directory Access Protocol) real-time monitoring tool aimed at troubleshooting Active Directory client applications.


20 Miscellaneous

a. OpenSource Windows Tools - http://www.opensourcewindows.org/

b. FileZilla - http://sourceforge.net/projects/filezilla/

Free FTP Program

c. 7-Zip – http://www.7-zip.org/

A file archiver with a high compression ratio.

d. GIMP - http://gimp-win.sourceforge.net/stable.html

Photo editing application that rivals Photoshop in features

Labels: VC++ PROGRAMMING, WINDOWS OPERATING SYSTEM

OpenSource Project's Source Code Respositories

1. K-Meleon Browser Source Code (C++) - http://sourceforge.net/projects/kmeleon/develop

K-Meleon is an extremely fast, customizable, lightweight web browser based on the Gecko layout engine developed by Mozilla which is also used by Firefox. K-Meleon isfree, open source software released under the GNU General Public License and is designed specifically for Microsoft Windows (Win32) operating system


2. Amaya Editor/Browser Source Code (C++) - http://www.w3.org/Amaya/User/SourceDist.html

Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. This follows the original vision of the Web as a space for collaboration and not just a one-way publishing medium.


3. Shareaza (C++) - http://sourceforge.net/projects/shareaza/develop

Shareaza is a multi-network peer-to-peer ( P2P ) file-sharing client supporting Gnutella2, Gnutella, eDonkey2000 ( eMule ), HTTP, FTP and BitTorrent protocols. Using C++, MFC and ATL, for Windows.


4. PAW - Pro Active Webfilte(Java) - http://sourceforge.net/projects/paw-project/develop

AW (pro-active webfilter) is an Open-Source filtering HTTP proxy based on the Brazil Framework provided as a Open-Source Project by SUN. Because the Brazil Framework and PAW are written in Java the software is highly portable.


5. ClamWin AntiVirus(C++) - http://sourceforge.net/projects/clamwin/develop

Free Antivirus for Windows. Includes virus scanner, scheduler, virus database updates, context menu integration to MS Windows Explorer and Addin to MS Outlook. Also features easy setup program. Uses a well respected ClamAV scanning engine.


6. OpenAV(C#) - http://sourceforge.net/projects/openav/develop

OpanAV want to build a valid alternative to the commercial products and is based on existing ClamAV and on ClamWinRT technology


7. OpenFirewall(C#) - http://sourceforge.net/projects/openfirewall/develop

OpenFirewall is based on two lines of defence first WIPFW ( Kernel-mode driver ) and second tdifw ( application-mode TDI-driver ) . Is a Windows firewall easy to use like the commercial products


8. StoneWall -http://sourceforge.net/projects/stonewall/develop

This project is fusion of OpenFirewall and OpenAV, so is a complete security system ( firewall protection from tdifw and wipfw project and anivirus from ClamWinRT and ClamAV project ) with OpenUpdate integration


9. tdi_fw( C ) - http://sourceforge.net/projects/tdifw/develop

Simple TDI-Based Open Source Personal Firewall for Windows NT4/2000/XP/2003


10. Winpooch Watchdog( C ) - http://sourceforge.net/

projects/winpooch/develop

Winpooch is a watchdog for Windows (2000, XP, 2003, but only 32-bits). It detects modifications in your system, so as to detect a trojan or a spyware installation. It also includes a real-time anti-virus


11. Spyware Blocke(C++) - http://sourceforge.net/projects/spyware-blocker/

Open Source spyware remover/detection application for windows.


12. Polipo - A caching Web Proxy - http://www.pps.jussieu.fr/~jch/software/polipo/

Polipo is a small and fast caching web proxy. It is typically used as a web proxy for a single computer or a small network. Because it has primitive filtering capabilities, Polipo can be used in place of ad-filtering, privacy-enhancing proxies such as Junkbuster, Privoxy or WWWOFFLE. As Polipo has much more refined HTTP support, it doesn't impose the speed tax usually associated with such proxy.


13. Squid - A caching Web Proxy - http://www.squid-cache.org/

Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL.


14. Privoxy – A non caching Web Proxy - http://www.privoxy.org/

Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user network


15. Open Source Firewall Projects - http://osswin.sourceforge.net/#firewall


16. Automatic Software Update - http://sourceforge.net/projects/asu-service/

Aim of the project is to make a robust framework for software updating. From driver updates to desktop applications we want you to update it all.Framework will allow asu plugins to be made and devs to run own servers to update docs/media and others

17. Brute Force Grid - http://sourceforge.net/projects/bruteforcegrid/

Brute Force Grid is a Process sharing framework on Peer to Peer overlay network. To demonstrate the application we have used the brute force attack to the hashes by hashing algorithms. License : GNU General Public License version 3 (GPLv3)


18. HTTP Traffic Generator - http://sourceforge.net/projects/trafficgenie/

This is a HTTP traffic generator for load testing web applications. It is very simple and fast and can simulate client activity on multiple servers at the same time. Supports almost all http methods such as GET, POST, HEAD


19. Linux layer 7 packet classifier - http://sourceforge.net/projects/l7-filter/

l7-filter classifies packets based on patterns in application layer data. This allows correct classification of P2P traffic that uses unpredictable ports as well as standard protocols running on non-standard ports.

Labels: TECHNICAL MISCELLANEOUS
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

The Verge - YOUTUBE

Loading...

Google - YOUTUBE

Loading...

Microsoft - YOUTUBE

Loading...

MIT OpenCourseWare - YOUTUBE

Loading...

FREE CODE CAMP - YOUTUBE

Loading...

NEET CODE - YOUTUBE

Loading...

GAURAV SEN INTERVIEWS - YOUTUBE

Loading...

Y Combinator Discussions

Loading...

SUCCESS IN TECH INTERVIEWS - YOUTUBE

Loading...

IGotAnOffer: Engineering YOUTUBE

Loading...

Tanay Pratap YOUTUBE

Loading...

Ashish Pratap Singh YOUTUBE

Loading...

Questpond YOUTUBE

Loading...

Kantan Coding YOUTUBE

Loading...

CYBER SECURITY - YOUTUBE

Loading...

CYBER SECURITY FUNDAMENTALS PROF MESSER - YOUTUBE

Loading...

DEEPLEARNING AI - YOUTUBE

Loading...

STANFORD UNIVERSITY - YOUTUBE

Loading...

NPTEL IISC BANGALORE - YOUTUBE

Loading...

NPTEL IIT MADRAS - YOUTUBE

Loading...

NPTEL HYDERABAD - YOUTUBE

Loading...

MIT News

Loading...

MIT News - Artificial intelligence

Loading...

The Berkeley Artificial Intelligence Research Blog

Loading...

Microsoft Research

Loading...

MachineLearningMastery.com

Loading...

Harward Business Review(HBR)

Loading...

Wharton Magazine

Loading...
My photo
Krishna Kishore Koney
View my complete profile
" It is not the strongest of the species that survives nor the most intelligent that survives, It is the one that is the most adaptable to change "

View krishna kishore koney's profile on LinkedIn

Monthly Blog Archives

  • ►  2025 (2)
    • ►  May (1)
    • ►  April (1)
  • ►  2024 (18)
    • ►  December (1)
    • ►  October (2)
    • ►  September (5)
    • ►  August (10)
  • ►  2022 (2)
    • ►  December (2)
  • ►  2021 (2)
    • ►  April (2)
  • ►  2020 (17)
    • ►  November (1)
    • ►  September (7)
    • ►  August (1)
    • ►  June (8)
  • ►  2019 (18)
    • ►  December (1)
    • ►  November (2)
    • ►  September (3)
    • ►  May (8)
    • ►  February (1)
    • ►  January (3)
  • ►  2018 (3)
    • ►  November (1)
    • ►  October (1)
    • ►  January (1)
  • ►  2017 (2)
    • ►  November (1)
    • ►  March (1)
  • ►  2016 (5)
    • ►  December (1)
    • ►  April (3)
    • ►  February (1)
  • ►  2015 (15)
    • ►  December (1)
    • ►  October (1)
    • ►  August (2)
    • ►  July (4)
    • ►  June (2)
    • ►  May (3)
    • ►  January (2)
  • ►  2014 (13)
    • ►  December (1)
    • ►  November (2)
    • ►  October (4)
    • ►  August (5)
    • ►  January (1)
  • ►  2013 (5)
    • ►  September (2)
    • ►  May (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2012 (19)
    • ►  November (1)
    • ►  October (2)
    • ►  September (1)
    • ►  July (1)
    • ►  June (6)
    • ►  May (1)
    • ►  April (2)
    • ►  February (3)
    • ►  January (2)
  • ►  2011 (20)
    • ►  December (5)
    • ►  August (2)
    • ►  June (6)
    • ►  May (4)
    • ►  April (2)
    • ►  January (1)
  • ▼  2010 (41)
    • ►  December (2)
    • ►  November (1)
    • ►  September (5)
    • ►  August (2)
    • ►  July (1)
    • ►  June (1)
    • ►  May (8)
    • ►  April (2)
    • ►  March (3)
    • ▼  February (5)
      • Embedding WebBrowser in Desktop Application
      • Windows Development(Analysis, Debug ...) Tools
      • OpenSource Project's Source Code Respositories
      • Scott Culp's 10 Immutable Laws of Security
      • SaaS(Software as a Service) LinkedIn Discussions
    • ►  January (11)
  • ►  2009 (113)
    • ►  December (2)
    • ►  November (5)
    • ►  October (11)
    • ►  September (1)
    • ►  August (14)
    • ►  July (5)
    • ►  June (10)
    • ►  May (4)
    • ►  April (7)
    • ►  March (11)
    • ►  February (15)
    • ►  January (28)
  • ►  2008 (61)
    • ►  December (7)
    • ►  September (6)
    • ►  August (1)
    • ►  July (17)
    • ►  June (6)
    • ►  May (24)
  • ►  2006 (7)
    • ►  October (7)

Blog Archives Categories

  • .NET DEVELOPMENT (38)
  • 5G (5)
  • AI (Artificial Intelligence) (9)
  • AI/ML (4)
  • ANDROID DEVELOPMENT (7)
  • BIG DATA ANALYTICS (6)
  • C PROGRAMMING (7)
  • C++ PROGRAMMING (24)
  • CAREER MANAGEMENT (6)
  • CHROME DEVELOPMENT (2)
  • CLOUD COMPUTING (45)
  • CODE REVIEWS (3)
  • CYBERSECURITY (12)
  • DATA SCIENCE (4)
  • DATABASE (14)
  • DESIGN PATTERNS (9)
  • DEVICE DRIVERS (5)
  • DOMAIN KNOWLEDGE (14)
  • EDGE COMPUTING (4)
  • EMBEDDED SYSTEMS (9)
  • ENTERPRISE ARCHITECTURE (10)
  • IMAGE PROCESSING (3)
  • INTERNET OF THINGS (2)
  • J2EE PROGRAMMING (10)
  • KERNEL DEVELOPMENT (6)
  • KUBERNETES (19)
  • LATEST TECHNOLOGY (18)
  • LINUX (9)
  • MAC OPERATING SYSTEM (2)
  • MOBILE APPLICATION DEVELOPMENT (14)
  • PORTING (4)
  • PYTHON PROGRAMMING (6)
  • RESEARCH AND DEVELOPMENT (1)
  • SCRIPTING LANGUAGES (8)
  • SERVICE ORIENTED ARCHITECTURE (SOA) (10)
  • SOFTWARE DESIGN (13)
  • SOFTWARE QUALITY (5)
  • SOFTWARE SECURITY (23)
  • SYSTEM and NETWORK ADMINISTRATION (3)
  • SYSTEM PROGRAMMING (4)
  • TECHNICAL MISCELLANEOUS (31)
  • TECHNOLOGY INTEGRATION (5)
  • TEST AUTOMATION (5)
  • UNIX OPERATING SYSTEM (4)
  • VC++ PROGRAMMING (44)
  • VIRTUALIZATION (8)
  • WEB PROGRAMMING (8)
  • WINDOWS OPERATING SYSTEM (13)
  • WIRELESS DEVELOPMENT (5)
  • XML (3)

Popular Posts

  • Observer Pattern - Push vs Pull Model
  • AI Agent vs AI Workflow
  • Microservices Architecture ..
  • SSCLI(Shared Source Common Language Infrastructure)

My Other Blogs

  • Career Management: Invest in Yourself
  • Color your Career
  • Attitude is everything(in Telugu language)
WINNING vs LOSING

Hanging on, persevering, WINNING
Letting go, giving up easily, LOSING

Accepting responsibility for your actions, WINNING
Always having an excuse for your actions, LOSING

Taking the initiative, WINNING
Waiting to be told what to do, LOSING

Knowing what you want and setting goals to achieve it, WINNING
Wishing for things, but taking no action, LOSING

Seeing the big picture, and setting your goals accordingly, WINNING
Seeing only where you are today, LOSING

Being determined, unwilling to give up WINNING
Gives up easily, LOSING

Having focus, staying on track, WINNING
Allowing minor distractions to side track them, LOSING

Having a positive attitude, WINNING
having a "poor me" attitude, LOSING

Adopt a WINNING attitude!

Total Pageviews

who am i

My photo
Krishna Kishore Koney

Blogging is about ideas, self-discovery, and growth. This is a small effort to grow outside my comfort zone.

Most important , A Special Thanks to my parents(Sri Ramachandra Rao & Srimathi Nagamani), my wife(Roja), my lovely daughter (Hansini) and son (Harshil) for their inspiration and continuous support in developing this Blog.

... "Things will never be the same again. An old dream is dead and a new one is being born, as a flower that pushes through the solid earth. A new vision is coming into being and a greater consciousness is being unfolded" ... from Jiddu Krishnamurti's Teachings.

Now on disclaimer :
1. Please note that my blog posts reflect my perception of the subject matter and do not reflect the perception of my Employer.

2. Most of the times the content of the blog post is aggregated from Internet articles and other blogs which inspired me. Due respect is given by mentioning the referenced URLs below each post.

Have a great time

My LinkedIn Profile
View my complete profile

Failure is not falling down, it is not getting up again. Success is the ability to go from failure to failure without losing your enthusiasm.

Where there's a Will, there's a Way. Keep on doing what fear you, that is the quickest and surest way to to conquer it.

Vision is the art of seeing what is invisible to others. For success, attitude is equally as important as ability.

Favourite RSS Syndications ...

Google Developers Blog

Loading...

Blogs@Google

Loading...

Berklee Blogs » Technology

Loading...

Martin Fowler's Bliki

Loading...

TED Blog

Loading...

TEDTalks (video)

Loading...

Psychology Today Blogs

Loading...

Aryaka Insights

Loading...

The Pragmatic Engineer

Loading...

Stanford Online

Loading...

MIT Corporate Relations

Loading...

AI at Wharton

Loading...

OpenAI

Loading...

AI Workshop

Loading...

Hugging Face - Blog

Loading...

BYTE BYTE GO - YOUTBUE

Loading...

Google Cloud Tech

Loading...

3Blue1Brown

Loading...

Bloomberg Originals

Loading...

Dwarkesh Patel Youtube Channel

Loading...

Reid Hoffman

Loading...

Aswath Damodaran

Loading...