Questions tagged [windowless]

52 questions
3
votes
0 answers

ActiveX hosted by IE: how to render DirectShow EVR inside an IE's HTML dom object

I'm trying to display a video in Internet Explorer with my own ActiveX control. I created the ActiveX control and a demo HTML page creating the control using the OBJECT tag (and setting a width/height on it). I can call simple methods on this…
Softlion
  • 12,281
  • 11
  • 58
  • 88
3
votes
1 answer

How can I overlay html elements over my DirectShow application?

I'm working with a DirectShow application that exports as a Firefox plugin for video streaming. To the best of my knowledge, it seems as though the plugin is being rendered on a separate window from the web page. I'd like to edit the application to…
Mike
  • 29
  • 3
3
votes
5 answers

How to place a windowless control on top of a windows control?

Say, I have an Image control (which seems to be a window-less control) and I want to make sure that it is on top of a TextBox. No matter what I do, the Image control will not appear on top of the Text box. Is there a way? P.S. I know I can use a…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
2
votes
2 answers

windowless wpf application example?

Any advice or links or sample application (for VS2010) re how to develop a "windowless" WPF application? That is the ones that look quite modern and don't seem to have the historical window chrome around the edges - they seem to have rounded edges…
Greg
  • 34,042
  • 79
  • 253
  • 454
2
votes
1 answer

Terminating windowless mac application

I am creating my first OS X Application through Xamarin and i have a windowless app, so it's just a icon in the menu bar with an icon and a menu to close the app. I want to close the app through the menuitem with the following code: public override…
dylanvdb
  • 106
  • 18
2
votes
1 answer

Windowsless property is not working in Firefox ONLY

I have created a simple silverlight application to display some text at realtime from xml. The text display using HTML DIV tag. I have added plugin property windowless=true, enablehtmlaccess=true,background=transparent. On Silverlight I have added a…
Laxmi Lal Menaria
  • 1,433
  • 4
  • 17
  • 30
2
votes
3 answers

How to supress Powershell window when using the -File option

I'm calling Powershell like so: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -noninteractive -nologo -file "C:\Users\dummy\Documents\dev\powershell\samples\test.ps1" I'm calling it from a python script, but the same problem…
guillermooo
  • 7,915
  • 15
  • 55
  • 58
2
votes
3 answers

Overlaying Html Content on top of Silverlight App

I have a silverlight application that I am embedding in an existing ASP.NET web application. The web application has several drop-down navigation menus that would normally cover part of the silverlight app. I am aware of embedding the app using…
Dan Auclair
  • 3,607
  • 25
  • 32
2
votes
1 answer

win32 windowless application using timer using message loop and without using cpu consuming while loops

How to write a program with no window, with no window class, with no cpu consuming while loops, no console yet using the message loop which will consume less cpu? I am explaining my requirements below. I am writing a win32 api program which uses…
Jayapal Chandran
  • 10,600
  • 14
  • 66
  • 91
2
votes
2 answers

Where to put code in (primarily) windowless WPF app?

So I'm planning on writing an application that is largely a windowless application. There will be windows for user interaction, but only at the request of the user. Otherwise the application sits in the system tray and runs a timer, executing some…
James McConnell
  • 2,180
  • 3
  • 19
  • 29
1
vote
1 answer

Creating a window from a new thread in WPF app with no main window

I'm working on a WPF application that has no main window (it runs in the notification area using code from http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx). In the App.xaml.cs, I've created a new thread which runs some monitoring code that…
bshacklett
  • 1,802
  • 5
  • 23
  • 45
1
vote
1 answer

Firefox doesn't show silverlight controls

I have a silverlight application in which I am using the windowless property to show text . Silverlight Plugin Size is 1000*2000, I Have a button (siverlight control) on the Top. I am showing some html text using DIV real time. Its working fine. My…
Laxmi Lal Menaria
  • 1,433
  • 4
  • 17
  • 30
1
vote
2 answers

How do I create a windowless C# app that resides in the tray?

As question says, How do I create such an app ? How do I make it windowless and make it reside in the system tray (bottom right) ?
Maciek
  • 19,435
  • 18
  • 63
  • 87
1
vote
1 answer

windowless .wmv in firefox

Is there any way to make windowless .wmv videos on firefox. Does windows media player plugin support windowlessVideo mode in firefox and if it does please tell me which version should i use
None
1
vote
1 answer

wpf windowstyle none border style

I have wpf application I'm using WindowStyle none and I'm adding window controls by my self ( minimize, close ) but WindowStyle none still has window resize border window resize border is fine but I want to style it to look same in windows xp ,…
MySqlError
  • 620
  • 8
  • 20