ClickOnce on a Terminal Services server farm
Thu, 3 Jul 2008 08:45:07 -0700 (PDT)
Hello,
I think I know the answer to this, I would just like a second opinion
and other ideas.
We have a ClickOnce application that one of our clients would like to
install in a Terminal Services server farm. The application is
installed from a URL and added to the Start menu and uses the .NET 2.0
framewor ...
|
DoubleBuffered not working in panel?
Thu, 03 Jul 2008 17:13:27 +0200
For a kiosk-type application I have a form with some labels placed directly
onto it, and an empty panel that covers part of the form.
During program execution, labels are added to and removed from that panel
to display different information.
The form has a background image.
Its DoubleBuffered property = T ...
|
.NET & Accessibility
Thu, 3 Jul 2008 13:51:33 +0200
Hi *.*,
I'm using Accessibility (oleacc.dll) for getting some informations from
foreign programs, e.g. with "AccExplorer32.exe". Normally, I can get several
informations about the "ObjectFromPoint", such as Role, State, Name etc. and
also WindowHandle. On WinForms, I don't get a Handle (always zero). Bug or ...
|
Registered messages in C#
Thu, 03 Jul 2008 11:55:44 +0100
I have to interface with an unmanaged DLL. This involves passing a
registered message value into the DLL, and it posting the registered
message back to my app's window when an event occurs. But I've
searched the web all morning and can't find _anything_ on handling
registered messages in C# Winforms apps.
Ca ...
|
C# Web Browser Control -- drag n drop web contents on HTTPS website
Thu, 3 Jul 2008 02:37:38 -0700 (PDT)
Hi,
I apologies if this similar message was posted before.
I need to develop an application which connects to HTTPS website and
show the contents (web folders) just like windows explorer, so i can
apply drag n drop, cut, copy and paste operations. The functionality
should be similar to the Internet Explorer ...
|
Compatible Type for DataGridViewRowCollection + 'SelectedRowCollec
Wed, 2 Jul 2008 14:31:12 -0700
Good afternoon (for everyone in time zones -10 through +1, at the moment).
This is a minor problem, but it's bugging me, it seems like there should be a
graceful solution.
I need to iterate over either the selected rows in a DataGridView, or (if
none are selected) ALL the rows. Either way I perform the sa ...
|
Icon size in listview
Wed, 2 Jul 2008 08:47:56 -0700 (PDT)
Hi,
When the user drags an icon in the listview, i want to prevent him
from dropping
the icon such that it overlapps with another icon. Therefore i need to
know the size
of the icons. Is there a way to know the size?
Thanks,
Lior ...
|
|
|
ClickOnce installs to Vista Client
Tue, 1 Jul 2008 11:20:01 -0700
I have placed a ClickOnce installation package on a Windows 2003 server. I
am able to install from this location to a Windows XP client. However, when
I attempt to install to a Vista client, the installation is unsuccessful.
The log shows the error message "Unable to connect to the remote server. No
conne ...
|
Impact of Verisign Timestamping Service on ClickOnce deployed Apps
Tue, 1 Jul 2008 10:35:04 -0700
We have a number of applications that are deployed using ClickOnce and we use
the VeriSign timestamping service. The VeriSign timestamping service is being
upgraded to use SHA-1 instead of MD5 and I need to gauge how this will affect
our applications.
From what I understand when the application is signed th ...
|
class libraries and components
Tue, 01 Jul 2008 10:23:13 +0100
I'm posting here rather than in the controls group because mine is a
multi-part question, only partially involving components. It's more a
design issue. The environment is VS2008, BTW.
I am a long-time C++ MFC consultant (who also does native code
Delphi), stepping temporarily into the dotnet world to solve a
...
|