WindowsFormsSynchronizationContext.Send: how does the delegate
provided to this method interact with the control's message pump?
Wed, 13 Aug 2008 17:17:13 -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 ...
|
v3.5 SP1 issue with previous versions
Wed, 13 Aug 2008 14:53:30 -0500
SP1 now plays with new trust rules when using assemblies across a network
share. By default these assemblies are now granted full trust where in
previous versions the Microsoft .NET Framework 2.0 Configuration utility was
used in order to increase security trust from partial to full on signed
assemblies. T ...
|
Confused about 3.5 SP1
Wed, 13 Aug 2008 10:17:57 -0700 (PDT)
I've installed VS2008 SP1 with .net Framework 3.5 SP1 on my
development machines... The apps I'm building (or rebuilding) seem to
run fine on client machines that are at 3.5. Is there a reason to
install 3.5SP1 on the users machines?
Bob ...
|
StackPanel for .Net 2.0
Wed, 13 Aug 2008 04:48:09 -0700 (PDT)
Hi,
is there something like a StackPanel from WPF for the normal Windows
Forms Library?
I have to update a .Net 2.0 Application with a better User Interface,
but .Net3.5 is not possible,
because the application has to run on Windows 2000.
Thanks, for your help,
Andre ...
|
Customising Setup Projects
Wed, 13 Aug 2008 12:42:35 +0100
I posted this a few days ago in microsoft.public.dotnet.framework.setup but
haven't had any response:
VS2008 Windows Forms
As part of the process of building my application setup program, I would
like to make some modifications to certain files. I can easily write the
code to do make the necessary changes gi ...
|
How does WebClient use the multiple IP addresses that can result from
a hostname DNS lookup?
Tue, 12 Aug 2008 18:08:08 -0700 (PDT)
Hi there,
I was wondering if someone could point me in the right direction with
how the .net 2.0 frameworks WebClient class uses the multiple IP
addresses that can be resolved when a hostname is looked up.
To frame the question, look at a dig for www.google.com:
;; QUESTION SECTION:
;www.google.com. IN ...
|
Regex Question
Tue, 12 Aug 2008 15:11:17 -0700
Hi all,
I need to create a regular expression to have a match if first 5 characters
of the string are the same as last 5 characters of the same string. And
thatâ??s easy:
^(?<group1>\w{5})\w*\k<group1>$
Nowâ??s the challenge (at least for me). First 5 characters are lowercase and
the last 5 characters ...
|
|
|
Office Accounting 2008
Tue, 12 Aug 2008 14:50:00 -0700
is there any way to make a report showing the different jobs profit and loss?? ...
|
Search Results Window
Tue, 12 Aug 2008 14:29:09 -0700
I have some users that want there default "Look in:" under the Search Results
window to go to a different drive other than the c: drive. Is there a
registry edit to change this?
The question was stated: "defaulting to C: for a search" is exactly what I
was saying, when you go to the start menu and try to ...
|
Setup Project
Tue, 12 Aug 2008 15:24:19 -0500
Hi,
I'm having some strange problems with a setup project I created in VS2008.
I have been working on v1.3 of my app. I released "beta 1" to a guy to test
it - sent it to him as my Setup.MSI file a couple of weeks ago. Everything
is fine.
I then released "beta 2", compiled it into an MSI file. Increa ...
|