Tagged Questions
The windowless tag has no wiki summary.
9
votes
2answers
886 views
Silverlight 4, Mouse Wheel Events and Windowless Mode
I have a Silverlight 4 application that benefits greatly from having native mouse wheel support for a number of controls. The page that hosts the application has a HTML driven drop-down menu that ...
4
votes
1answer
80 views
Does Visual Studio WinForms support window-less controls?
Must every control in the Visual Studio WinForms toolbox descend from Control?
Does Visual Studio support window-less controls?
Every control you add to the Toolbox in Visual Studio:
must1 ...
4
votes
4answers
879 views
Win32 Windowless Application - Wait for program exit
I have a windowless application whose only purpose is to install a 32 bit hook dll and wait until the parent program (a 64 bit program) exits. The 64 bit program is written in C#, the windowless ...
3
votes
2answers
370 views
Does anyone know why does silverlight not provide ime support when the plugin is set to 'windowless=true'
in silverlight(until version 4), if you set the property 'windowless' of the sl plugin to 'true', you can not get any ime support in textbox.
does anyone know why? is it security concern or something ...
3
votes
7answers
1k views
Delphi: How to use windowless controls?
i know that windowless controls are not magic. A windowless control can have input focus (e.g. Internet Explorer). Input focus is nothing more than drawing either:
a blinking cursor
a dotted line ...
2
votes
1answer
461 views
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, ...
1
vote
1answer
139 views
Mac application without window
I've little knowledge in developing Mac window based application. When the app starts up, i don't want to show the window at all. I'm placing icon in status bar and on right clicking it will show ...
1
vote
2answers
720 views
Way to make a Windowless WPF window draggable without getting InvalidOperationException
I have a window less WPF main window. I'm trying to make it so that the end user can drag the window.
I've added the following to the Window's constructor:
this.MouseLeftButtonDown += delegate { ...
1
vote
1answer
609 views
Simple “Hello World!” console application crashes when run by windows TaskScheduler (1.0)
I have a batch file which starts multiple instances of simple console application (Hello World!). I work on Windows server 2008 64-bit. I configure it to run in TaskScheduler, at startup, and whether ...
1
vote
2answers
486 views
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 ...
1
vote
3answers
501 views
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 ...
1
vote
2answers
651 views
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 ...
1
vote
4answers
4k views
How to do an application without form in C#? [closed]
Possible Duplicate:
Writing a Windows system tray application with .NET
Hi,
I am programming an application in .NET and I don't want to put it a windows interface.
I remember some time ago I ...
0
votes
0answers
17 views
windowless flash control's TextField render alpha channel is always 0
I create a windowless flash control,and draw it to a DC.The alpha value of the text of TextField is always 0(I select a bitmap into dc,and read the alpha from bitmap). But if I set the TextField's ...
0
votes
0answers
48 views
Silverlight ScrollWheel doesn't work in Chrome and FF with windowless=true
We've set windowless=true because we're layering silverlight and html content.
This has a known issue in that silverlight doesn't recieve scrollwheel events.
I found this article: ...
0
votes
1answer
67 views
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 ...
0
votes
1answer
195 views
Flash 11 wmode transparent no longer working for windowless component
We have a standalone product (not browser based) that uses Flash for some of its gui. We let flash render to a windowless control then used that bitmap as a 3D texture where it is then displayed by ...
0
votes
1answer
125 views
How to display windowless XPS document in a WPF component?
I am currently using DocumentViewer to display an XPS document. It works fine, shows the XPS document in a window, with all the controls: Find on the bottom and Print, Zoom in/out & Page ...
0
votes
1answer
120 views
Display a windowless Forms PictureBox, always on top
How can I write an windows forms app that displays (multiple) windowless picture boxes, that are always shown 'on top' i.e. always visible?
The idea is for the app to be run at the same time as main ...
0
votes
0answers
150 views
how to insertobject into a windowless richedit
i know how to insertobject a image into richedit,but when i use the same way to insertobject into a windowless richedit,my application was carshed.
my code
BOOL CXRechEdit::InsertBitmap(LPCTSTR ...
0
votes
1answer
511 views
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 ...
0
votes
2answers
581 views
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) ?
0
votes
1answer
259 views
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
0
votes
1answer
262 views
Getting UserControl to draw under html div
I have a bunch of controls derived from System.Windows.Forms.UserControl, which are then being displayed in a browser (Internet Explorer only). The page they are in has a border (a div) that I want ...
0
votes
2answers
589 views
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 ...
0
votes
3answers
740 views
How can one simulate a web browser, or just the Flash plugin, to load-test a Flash-based web-application?
I guess I don't need the web browser, since network capabilities are built into the stand-alone player. I just need some kind of .NET component which will allow me to programatically start hundreds ...