all groups > dotnet general > march 2007 > threads for monday march 26
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Does Global WH_SHELL Hook work in Vista?
Posted by JJ at 3/26/2007 9:15:10 PM
I'd like to know whether or not I can use a global WH_SHELL hook in Vista?
Thanks
... more >>
Accessing ASP/.NET Application via Presentation Layer
Posted by Clark Simpson at 3/26/2007 5:58:40 PM
Hi,
Apologies if this is such a simple query but if I have an ASP/.NET
Application which I normally access via www.foo.com/myapp on Machine A
can I access this application layer machine via a Presentation Layer
Machine B via www.mypresentationlayer.com/myapp? In a nutshell I want
users ... more >>
using CodeDom to create XAML windows
Posted by moondaddy at 3/26/2007 2:06:35 PM
will CodeDom create XAML windows or just regular windows forms?
If so, how to I tell it to create a xaml window instead of a windows form?
thanks
--
moondaddy@noemail.noemail
... more >>
Assembly Reference - GAC
Posted by Mythran at 3/26/2007 1:57:27 PM
We have more than one version of an assembly that contains web controls
installed in the GAC. In our application, we want to always reference the
most recent version of the assembly WITHOUT manually changing the version
numbers in the .aspx files (<% Register TagPrefix... lines). I can manua... more >>
Dotnet Assembly Versioning
Posted by Ben at 3/26/2007 8:18:20 AM
Hi all,
First i have to state this is my first entry ever in a forum. So
please be forgiving...
I am a newbe to dotnet versioning...
The Situation is the following: Our application is using an external
managed .dll. Whos version is changing from time to time. The
interface is not changin... more >>
When exactly a C# assembly gets loaded by managed C++
Posted by Chen Zhuo at 3/26/2007 12:00:00 AM
Hi all experts,
We are having a problem with the exact time when a C# dll gets loaded in
managed C++. The scenario is like:
In managed.cpp:
#using MyCSharp.dll
class Test
{
static void func()
{
if (false)
{
call into MyCSharp.dll;
... more >>
When exactly a C# assembly gets loaded by managed C++
Posted by Chen Zhuo at 3/26/2007 12:00:00 AM
Hi all experts,
We are having a problem with the exact time when a C# dll gets loaded in
managed C++. The scenario is like:
In managed.cpp:
#using MyCSharp.dll
class Test
{
static void func()
{
if (false)
{
call into MyCSharp.dll;
... more >>
Print datagridview How to...
Posted by Scotty at 3/26/2007 12:00:00 AM
Hi,
Hope someone can help me
I have a datagridview I want to print
Code below works fine if I print the data if there is only 1 page (without
using hasmore pages
'!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If intRowPos <= 10 Then
e.HasMorePages = False
Else
e.HasMorePages = True
End If
'!!!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|