Tagged Questions
0
votes
1answer
255 views
Sharing the Application URI Scheme Registration on Windows 8
I'm writing an application which registers the "tel" protocol on Windows 8 so when I open Start > Run, enter tel:1234 and hit Enter my application gets launched and makes a phone call to 1234. This ...
0
votes
0answers
41 views
In which language must I implement a OSI-Layer 2 protocol, and how to “install” it in a Windows 7 machine
I have a simple algorithm for a network level protocol, which is actually running in C# in a graphic interface designed for testing the algorithm.
It works under TCP. So i can do simulated ...
1
vote
1answer
2k views
Sharing Files Between Windows and Android over WiFi
Is there a way ( protocol ?) to share & exchange files between pc with Windows os and a mobile phone with Android os over WiFi ?
1
vote
0answers
215 views
Creating Custom Protocol for xdebug.file_link_format and Sublime Text 2 on windows
I am trying to make it so that I can click on links outputted by xdebug and open the files that have a problem like in textmate only I am trying to do this with ST2 on windows xp.
I tried to use the ...
2
votes
1answer
81 views
LDAP server signing protocol
I need to implement Microsoft's LDAP server signing protocol to be able to connect to AD servers that require it but can't find this protocol description. Is there a protocol description published ...
1
vote
1answer
55 views
Implementing my own protocol and using it through my browser
I want to create a new protocol so that I can view the data retrieved through the protocol in the browser.
For example, I want to be able to go to myprotocol://www.filepath.com/img.jpg and view the ...
2
votes
1answer
233 views
Opening URLs with custom protocol - syntax error?
I'm having some real issues in getting local files to open up via a browser using a custom protocol. Now before you shoot me for the custom protocol, this web app will be working in a closed intranet ...
4
votes
2answers
534 views
Creating Custom Protocol (Windows 7)
I've been trying to create a custom protocol (open_php_file://) to open local files through the browser. I've created the following registery-keys:
HKEY_CLASSES_ROOT
open_php_file
...
0
votes
2answers
84 views
SNMP supported languages for NMS generation
I am a newbie in snmp and icmp related programming and interested in knowing which language is more suitable if you want to handle snmp & icmp related coding...
Blockquote
My actual aim to ...
0
votes
0answers
48 views
fetching multiple bodyparts simultaneously using IMAP
can I fetch multiple body parts of a single email message using IMAP commands.
For example, is there something like -
fetch 1:1 body[RFC822.HEADER 1 2 3...]
and finally plz tell me if i am right or ...
0
votes
1answer
205 views
How to implement IPX/SPX transport protocol from scratch on Windows 7?
I would like to implement IPX/SPX network protocol on Windows 7. I've installed WDK and grabbed all the needed IPX/SPX RFC but I don't know what to do after with the WDK?
What are your suggestions?
...
1
vote
1answer
122 views
Possible to POST to a custom registered protocol/scheme?
I'm developing a web application which is required to call a custom registered protocol on the clients computer. Currently I do a GET to the protocol, which then passes the parameters via the ...
0
votes
2answers
482 views
Writing a small Windows script to talk to the mainframe and/or Endevor
I am trying to optimize my work process in my day to day life as an it developer in a larger bank. Right now, all development is done using Rational Developer for System Z (RDz), working with files on ...
1
vote
1answer
180 views
Getting variables sent from url into wpf?
can somebody help me to know how to do it?
I want to know how to get the variables sent from url custom protocol into WPF, not command line as all tutorials on Internet show.
There are how to get it ...
1
vote
2answers
116 views
The program name is not shown with protocol handler in Windows 7
Following this page, I could make "alert" protocol handler with Windows 7.
The registry setup is exactly the same as instructed in the page.
The problem is that the Program is not shown on dialog ...
0
votes
2answers
654 views
URL schemes (Protocol handler) programming for Windows?
This page explains how to make a Mac application to handle custom URL schemes. How can I do the same thing with PC?
2
votes
1answer
148 views
wxPython equivalent to Tkinter's protocol attribute?
The protocol attribute in Tkinter allows one to run functions when the exit button of a window has been clicked (the button with the x on it, it's top right in Windows).
I'd like to run a function ...
3
votes
1answer
5k views
Resolve NetBIOS name on Windows 7
According to this link, NetBIOS is no longer supported starting from Windwos Vista. Sure enough, I can no longer see any NetBIOS name from the network properties.
However, when I am writing codes on ...
5
votes
2answers
2k views
Protocol Handlers in Chrome via Registry
For purposes of learning I have created an application which returns a computed output with HTTP protocol. To test that i'm calling in a web browser (IE, FF, Chrome) host with a port:
127.0.0.1:8764. ...
0
votes
4answers
316 views
How do I use the Windows Mail Protocols? (C#?)
Well, for my program(s) I'd like to let the user send me an e-mail with any errors. Instead of relying on a forsaken SMTP server, I decided to let the user use his very own e-mail client to send an ...
4
votes
2answers
1k views
How do I create a “custom protocol” and map it to an application?
How would one go about creating a "custom protocol?" I know you can create a URL protocol by adding a number of registry entries to HKEY_CLASSES_ROOT, but that seems to only work in a browser. I need ...
0
votes
2answers
182 views
Detect registered protocols in Windows from web page using IE
Programs for MS Windows can associate some protocols with them. So when you click in browser, registered program for protocol "myprotocol" will be opened. Like "mailto:mail@mail.ru" opens your Email ...
0
votes
2answers
72 views
Is there an easy to implement or existing protocol to pass an object with pipe/socket in windows?
The object is essentially BYTEs of dynamic length.
What's the easiest way to implement a send/receive mechanism?
I got a tip follows but have no idea how to roll this protocol myself:
Just ...
1
vote
1answer
369 views
Custom URL protocol in Windows to serve HTML content
This question addresses how to register a custom URL protocol to launch an application in response to a link, but I want my handler to serve dynamic content.
Essentially, I'm looking to create a web ...
1
vote
2answers
117 views
How to make program the default “handler” of a certain protocol?
I have a program that I would like to be launched whenever a url with the protocol "sample://" is clicked/launched. For example, a user clicks on a link in IE/Firefox with the following href: ...
3
votes
1answer
637 views
Determine Remote Desktop Protocol version programatically?
Remote Desktop Protocol version 6.1 changed the way RDP sessions are handled (making session 0, which previously meant "console session", into a non-interactive session). I need to be able to figure ...
0
votes
1answer
179 views
Problem when creating Asynchronous Pluggable Protocol on Vista
I have created a tutorial for creating a dzone protocol (so that I can type dzone:n in firefox to get the new links for example), it works great but when at the end I want to create a new alias ...
3
votes
2answers
1k views
Recommend OpenSource or Freeware tool to inspect network traffic between two servers
I am currently in the process of locking down the network communication protocols that are available for use on given Windows application platform.
Can you suggest a freely available tool that will ...
1
vote
2answers
3k views
How to add custom protocol to Vista “Set Associations” list?
I've registered custom protocol "xyz" on Windows Vista:
HKEY\_CLASSES\_ROOT\xyz = "URL:Extensions Protocol"
It works OK with my application.
Open "Control Panel -> Programs -> Default Programs ...
20
votes
2answers
7k views
How do I register a custom URL protocol in Windows?
How do I register a custom protocol with Windows so that when clicking a link in an email or on a web page my application is opened and the parameters from the URL are passed to it?
