Skip to content Skip to sidebar Skip to footer
Showing posts with the label Windows

C++, Win32 Api: How To Create An Html Rendering Window So That Your Application Would Get Callbacks From Js Calls?

What I need is simple: we have a console app project. We want to have such a function that would op… Read more C++, Win32 Api: How To Create An Html Rendering Window So That Your Application Would Get Callbacks From Js Calls?

Html5 Drag And Drop Between Windows

is there anyway with the HTML5 Drag & Drop functionality or/and the File API to drag an jpg im… Read more Html5 Drag And Drop Between Windows

Linking Css File On A Html Document In Same Directory On My Hard Disk (windows)

I am using Windows (7) trying to create an offline html page that should link to a separate CSS fil… Read more Linking Css File On A Html Document In Same Directory On My Hard Disk (windows)

Access To A Webpage's Frame Document Without Navigating To This Webpage

The title might be confusing, but it's not just an impression. I had a previous post about thi… Read more Access To A Webpage's Frame Document Without Navigating To This Webpage

Html/js Open A Window To The C$ Drive

I need to have a link in my application that opens a remote C drive window to a certain machine. Fo… Read more Html/js Open A Window To The C$ Drive

A Web-page That Would Provide A User To Download A Certain File From It, But Would Not Disclose The Location Of That File - Is It Possible At All?

(I am sorry if my question is not in the right place. (I've been thinking for awhile and came u… Read more A Web-page That Would Provide A User To Download A Certain File From It, But Would Not Disclose The Location Of That File - Is It Possible At All?

Open A Desktop App By Clicking On A Link On The Browser

I want to enable the user to open a certain software on his desktop when he clicks the link on the … Read more Open A Desktop App By Clicking On A Link On The Browser

How Do I Bring An Already Existing Open Window To The Front On Top Of Other Windows From Another Windows Code?

The question was fairly descriptive but I'll describe it further. Basically, I have window1. Cl… Read more How Do I Bring An Already Existing Open Window To The Front On Top Of Other Windows From Another Windows Code?

"access Is Denied" By Executing .hta File With Jscript On Windows Xp X64

I have a simple HTML (as HTA) application that shows strange behavior on Windows XP x64 machine. I … Read more "access Is Denied" By Executing .hta File With Jscript On Windows Xp X64

Memory Leak In Html::treebuilder

I have some Perl code: use HTML::Parse; use HTML::FormatText; # ... my $txtFormatter = HTML::Form… Read more Memory Leak In Html::treebuilder