'Application'에 해당되는 글 3건
- 2010/03/25 iTunes Remote Control Application - Bowtie
- 2007/08/09 ASP.NET Web Applications (.NET 3.0)
- 2007/05/06 Ruby App. CD-ROM 열기
아이튠즈 리모트 컨트롤 해주는 어플리케이션

훗~ 쓸만하다 ^ ^*
이 장소를 Daum지도에서 확인해보세요.
서울특별시 영등포구 대림제2동 | 대성할인마트
'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 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^
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
'.NET > ASP.NET' 카테고리의 다른 글
| ASP.NET 503 서버 사용량이 많습니다. (0) | 2007/11/02 |
|---|---|
| 엔터키 누르면 특정 버튼 클릭하게 하기 (1) | 2007/08/10 |
| ASP.NET Web Applications (.NET 3.0) (0) | 2007/08/09 |
| ASP.NET 페이지 실행 주기 (0) | 2007/08/09 |
| Understanding ASP.NET View State (0) | 2007/08/08 |
| Gmail SMTP를 이용한 Mail 전송 ASP.NET 웹 프로그램 (2) | 2007/05/27 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^
이하 내용은 구글의 루비 그룹에서 발췌한 내용입니다. ^ ^
CD-ROM을 여는 흥미로운 내용이 있어서 가져와봤네용~
Windows App.를 개발하실 일 있을때 사용하시면 될 것 같습니다.
On May 5, 8:15 pm, "Eder Quiñones" 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
'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 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^

Prev




