Keeping a window on top and having it respond to keystrokes.
Mon, 18 Aug 2008 07:54:45 -0400
I have a window that I'm forcing to stay on top. The window is full screen
with no border (I am running as a kiosk). I have some keystrokes that the
window is supposed to respond to. I have it make itself topmost about every
30 seconds and force it to be the topmost window. Problem is - the menu
doesn't resp ...
|
Help authoring tools for WinForms...
Sun, 17 Aug 2008 17:24:05 -0400
Hi:
I want to integrate a help system into my WinForm app. Any suggestions on
where to start?
Thanks,
Charlie
...
|
WMV stream seeking?
Sat, 16 Aug 2008 08:09:10 -0700 (PDT)
I originally posted this in the microsoft.public.dotnet.general group
but haven't gotten a reply. Thought I'd give it a try here. Any info
at all would be appreciated...
I'm writing a Netflix Watch Now player application that will be used
by special needs kids. The transport buttons need to be fairly large ...
|
Illegal Filename characters
Sat, 16 Aug 2008 09:23:25 -0500
I'm trying to build a SAVE AS routine, like MSWord does -
I select and grab the first line of the document and Puts it in the SAVE AS
filename dialog
However, if there are illegal characters, this won't work correctly.
How can I check, ahead of time, if the selection I've made has these illegal
character ...
|
Converting to WPF Apps
Sat, 16 Aug 2008 01:35:49 -0700
I am thinking of converting a Windows Forms app to WPF as a learning
process.
Is there a specific group for WPF? I couldn't find one in my news group
list.
My first (Hello Jeff) app has very fuzzy text on the Button - I have
Unclear-Type turned off on the PC, does WPF turn it on for its own apps?
-- ...
|
Start Menu Missing
Fri, 15 Aug 2008 11:56:15 -0700
Last night my updater installed a bunch of updates, but now my start menu
doesn't work. I've tried clicking on it and hitting the Windows button on my
keyboard but nothing happens. I've tried in the control panel to find missing
start menu and a blank box pops up for half a second and disappeared. This
has h ...
|
Docking framework
Thu, 14 Aug 2008 17:31:47 -0300
Is there any docking frame work for winforms ? i mean, some simmilar to
visual studio where you can drag a control docking it in other parts of the
container, or in other container, or make it a popup window ?
I suppose WTL,MFC and wxWidgets implement them.
Will there be this anytime soon for winforms ?
T ...
|
|
|
WindowsFormsSynchronizationContext.Send: how does the delegate
provided to this method interact with the control's message pump?
Thu, 14 Aug 2008 12:56:48 -0700 (PDT)
I did look under the hood and this method is calling
Control.Invoke(). Digging deeper down I've stopped at the
RuntimeMethodHandle._InvokeMethodFast() method whose code I cannot
find.
I know that the delegates invoked via Control.BeginInvoke() will use
the window's message pump to send and retrieve the deleg ...
|
Usercontrol question
Thu, 14 Aug 2008 17:20:40 +0200
Hi,
I have created my very first usercontrol.
It has a textbox and a button next to it.
It working is as follows:
Text is displayed in the textbox and if property Hidden is true, then it
will display * (real ones) in the box.
The normal text value is stored in a tag property.
When the user clicks the b ...
|
Cannot seem to update underlying DataAdapter with Values in Datagrid
Thu, 14 Aug 2008 05:28:44 -0700 (PDT)
I'm new to .NET, but certainly not new to development work. I've been
trying everything I can think of to get the worlds simplest
implementation of a DataGrid to actually update the changes back to
the database. I've been working on it for two days and I can't seem
to get my "Hello World" datagrid implementati ...
|