'Application'에 해당되는 글 3건

  1. 2010/03/25 iTunes Remote Control Application - Bowtie
  2. 2007/08/09 ASP.NET Web Applications (.NET 3.0)
  3. 2007/05/06 Ruby App. CD-ROM 열기
2010/03/25 23:14

iTunes Remote Control Application - Bowtie

http://bowtieapp.com/

아이튠즈 리모트 컨트롤 해주는 어플리케이션



훗~  쓸만하다 ^ ^*
저작자 표시 비영리 변경 금지
이 장소를 Daum지도에서 확인해보세요.
서울특별시 영등포구 대림제2동 | 대성할인마트
도움말 Daum 지도
크리에이티브 커먼즈 라이선스
Creative Commons License

'My Life > Software' 카테고리의 다른 글

'비' 좋아하시는 분들을 위한  (0) 2011/06/29
Difference of Mobile Cloud Storage Apps.  (0) 2011/06/28
iTunes Remote Control Application - Bowtie  (0) 2010/03/25
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/554 관련글 쓰기

2007/08/09 16:17

ASP.NET Web Applications (.NET 3.0)

ASP.NET Web Applications (.NET 3.0) 

ASP.NET is a unified Web platform that provides all the services necessary for you to build enterprise-class applications. ASP.NET is built on the .NET Framework, so all .NET Framework features are available to ASP.NET applications. Your applications can be written in any language compatible with the common language runtime, including Visual Basic, C#, and JScript. The topics in this section provide details about how to use the features offered by ASP.NET.

In This Section

Related Sections

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/125 관련글 쓰기

2007/05/06 19:01

Ruby App. CD-ROM 열기


이하 내용은 구글의 루비 그룹에서 발췌한 내용입니다. ^ ^
CD-ROM을 여는 흥미로운 내용이 있어서 가져와봤네용~
Windows App.를 개발하실 일 있을때 사용하시면 될 것 같습니다.


On May 5, 8:15 pm, "Eder Quiñones" <eder...@gmail.com> wrote: > Hi, anyone knows what is the problem with this function, i believe i did > everything right, but it just does not open the cd-rom, maybe the > problem is in the part "InvokeVerb". Any help would be highly > appreciated. > > def ejectDrives > > @wbem = WIN32OLE.new('WbemScripting.SWbemLocator') > @a = @wbem.ConnectServer > @b = @a.InstancesOf('Win32_LogicalDisk') > cdroms = Array.new > > @b.each do | object | > if object.Description =~ /cd/i > cdroms << object.Name > end > end > > @shell = WIN32OLE.new('Shell.Application') > > cdroms.each do | name | > > @ej1 = @shell.NameSpace(name) > @ej2 = @ej1.Self > @ej3 = @ej2.InvokeVerb("Expu&lsar") > > end > > end > > This is another version using "WMPlayer.OCX" that actually work. > > def ejectDrivesWMP > > @wmp = WIN32OLE.new('WMPlayer.OCX') > > @cdromCol = @wmp.cdromCollection > @cdromCount = @cdromCol.Count > > i = 1 > while i <= @cdromCount > @cdromCol.Item(i - 1).Eject > i += 1 > end > > end > > -- > Posted viahttp://www.ruby-forum.com/. You might try a variation of the following (where D is the CDROM drive)... WIN32OLE.new("Shell.Application").NameSpace(17).ParseName("D:\ \").InvokeVerb("E&ject") ...or perhaps... WIN32OLE.new("Shell.Application").NameSpace(17).ParseName("D:\ \").InvokeVerb("Expu&lsar") David Mullet http://rubyonwindows.blogspot.com
크리에이티브 커먼즈 라이선스
Creative Commons License

'Program > RUBY' 카테고리의 다른 글

Test-First Development for Rails  (0) 2007/08/07
Ajax on Rails  (0) 2007/07/10
Ruby를 이용한 Directory 보는 구문  (0) 2007/05/19
Ruby, ADO 이용한 SQL Server 연결  (0) 2007/05/07
Ruby App. CD-ROM 열기  (0) 2007/05/06
루비(Ruby) 로 초간단 프로그램 작성  (2) 2007/04/29
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/16 관련글 쓰기