Associate an application with a file extension on Windows 7 + Delphi [closed] - windows

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hello How do I code about Delphi
http://delphi.about.com/cs/adptips2001/a/bltip0801_3.htm
Running on Windows 7.
Because this code only works on windows XP
Thank you, Good Morning

The shown code will work, you just need elevated rights to write to HKEY_CLASSES_ROOT.
Run as administrator or add an appropriate manifest to yout Application.

Related

Accessing MS Access from ruby in windows7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to access MS Access database from my ruby. Am using window platform. Could anyone help me out of this??
You will need to use the win32ole library This site shows you how to connect to access 2003 database http://rubyonwindows.blogspot.com/2007/06/using-ruby-ado-to-work-with-ms-access.html, if you are using a newer version of office you might have to change a few things

How to call Java soap Services In Windows Phone 7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am developing a Windows Phone 7 application . My Requirement is to use Java soap services to read the data saved in database. But am not able to read the data as am getting null values by using Java Services.Please help me
Thanks in Advance
You can just use "eval" to invoke the Javacode you need in WebBrowser Control.
Here is the information example which helped me in that case:
http://timoboehme.wordpress.com/2012/03/19/java-code-auf-dem-windows-phone-ausfhren/

Powershell Cross Domain Control [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How would code look like for accessing another domain in AD and creating a user!
NON-CMDLET's! .NET or VB Script only!
I Have an account on the other domain which I can use to create this use ron the other domain.
Take a look here System.DirectoryServices.AccountManagement.
In powershell you need to load assembly for working with it:
[reflection.assembly]::LoadWithPartialName("System.DirectoryServices.AccountManagement")
the code looks like that in msdn link.

How to list running processes in Windows Phone 7? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How to know list of running processes in Windows Phone 7?
Sorry, Currently there are no API's provided by Microsoft to list all the running processes. May be in future if its provides then you can do so.

Go Compiler for Windows [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have found in some web article that go has Windows compiler. Can anybody suggest me the web address where I can download it and some information about how to install it and commands for run a code? Thanks in advance.
Go Windows downloads

Resources