Empower for ISV
Mon, 16 Jun 2008 10:49:26 +0200
Hello, does anyone have "Empower for ISV" ?
I have problem with MSDN subscription.
Some days ago I've recived CD's, but I can't subscribe MSDN (I don't know
what number I should write in form)
With best Regards,
Marcin Mietki, marcin/@\unicore.pl
...
|
Explicit enum cast
Fri, 13 Jun 2008 01:23:00 -0700
Hi!
I encountered a problem, which might be something I didn't understand quite
well. I'm using .NET 2.0.
Suppose you have an enum defined as:
public enum FooType : byte
{
Foo = 0,
Bar = 1
}
and you have the following code:
FooType foot = (FooType) 2;
What I expected here was Inva ...
|
Subscriber Downloads Failure
Wed, 11 Jun 2008 16:15:33 +0100
Hi all,
Over the last few days I don't seem to be able to get into subscriber
downloads at MSDN anymore. Having logged in (successfully) I get the
following error when I hit the link on the main page:
An Error Has Occurred
There was an unexpected error while retrieving your benefit data and we
...
|
Where can we find checked builds for XP Pro SP3 x86 and x64?
Wed, 11 Jun 2008 11:49:44 +0200
The page at
https://www.microsoft.com/downloads/details.aspx?FamilyID=d811f258-c95f-479a-bdf1-0d1154d700a5&displaylang=en
states:
QUOTE
DO NOT CLICK DOWNLOAD IF YOU ARE AN MSDN SUBSCRIBER SEARCHING FOR FULL
DEBUGGING SYMBOLS FOR WINDOWS XP: A more appropriate download is now
available to MSDN subscribe ...
|
looking for info on ie plugins
Tue, 10 Jun 2008 10:50:16 -0400
Can someone tell me where I can get info on developing ie plugins.
I can't seem to find any info in either the msdn library or any newsgroups.
thanks for the help
john
...
|
Leading zero's and concatenate with text field
Mon, 9 Jun 2008 07:03:00 -0700
How can keep the leading zeros in my field when I concatenate a text field
with a numeric field.
Example =concatenate(A1, B1)
Column A1 B1 C1
A 00001 A00001
When I concatenate a1 with b1, the current result is A1 and not A0001.
I need to keep the leading ze ...
|
License keys: RTL vs MAK
Mon, 9 Jun 2008 11:56:50 +0200
I'm the owner of a MSDN Premium (with Visual Studio Pro) license.
Looking at the MSDN Subscriber Download site, I noticed that I have two
different license keys for Windows Vista.
There is one RTL license and one MAK license (which can be used for Vista
Enterprise only).
In the Subscriber Downloads FAQ
(htt ...
|
|
|
Money 2004 - sum of splits is gone
Sun, 8 Jun 2008 21:03:00 -0700
Help - The sum of splits and unassigned amount section of the split/multiple
tyransaction window has disappeared...this is the part that tracks the sum of
your entries and lets you know how much is left to be assigned. I cannot
figure how how to get it back. I'm using XP on one machine and vista on
another ...
|
Laptop Touchpad Isnt Reponding
Sun, 8 Jun 2008 20:07:00 -0700
I have a Windows Vista Home Basic Satellite A135-S2276 laptop.
I have been using a USB connector mouse.
But it broke. So I tried using the laptop mouse again
but it has no response. Even when i press Fn+F9
and i checked the mouse properties and it reads that
the laptop mouse is enabled and working.
What could ...
|
How do I get the path of the setup.exe at runtime
Sat, 7 Jun 2008 23:29:00 -0700
I am building a project in C# using a setup project. I have included an
installer class with the onafterinstall event handler.
I would like to be able to get the path the user started the installation
from, as this could be a network install, cd install, etc.
I haven't quite been able to narrow this dow ...
|