msdn Questions
8
I have a unique issue with my installation of Visual Studio 2017 where the sign in dialog is blank, and no matter how long I wait it never seems to allow me to log in.
I have tried changing the de...
Citral asked 9/1, 2018 at 16:39
16
Solved
I'm studying C# by following the guides in MSDN.
Now, I just tried the Example 1 (here is the link to MSDN), and I've encountered an issue: why is the console window closing immediately once disp...
Decanal asked 15/1, 2012 at 8:6
9
When I log into the Windows Azure Portal it sets my default subscription to a friend's account that I no longer have access to. I would like to set the account to my account as the default.
If I c...
Displacement asked 23/12, 2013 at 18:16
5
Solved
What's the 'new' way of establishing a OraConnection?
Microsoft defines several classes as obsolete.
https://msdn.microsoft.com/en-us/library/system.data.oracleclient.aspx
I used to make use of ...
Callipygian asked 9/6, 2016 at 13:17
10
Solved
I know that this isn't exactly programming question, but it is tightly related -
How the hell do I set MSDN to display everything in English? I'm Czech, and every KB or documentation article it a...
Panama asked 11/3, 2011 at 14:55
7
Solved
I wanted to use string enums in typescript but I can't see a support for reversed mapping in it.
I have an enum like this:
enum Mode {
Silent = "Silent",
Normal = "Normal",
Deleted = "Deleted"
...
Silvas asked 3/7, 2017 at 10:16
2
Solved
Can I download offline copy MSDN ( Microsoft help documentation) ?
For example I don't have internet access all day, but I need have access to the help infomation.
And how to do it ?
Tubate asked 29/5, 2018 at 10:49
3
Solved
I am trying to go through the example on MSDN (https://msdn.microsoft.com/en-us/library/windows/desktop/aa365736%28v=vs.85%29.aspx) on how to query USN journal in order to trace file changes on a N...
Defile asked 1/8, 2015 at 14:58
2
Solved
I've written my fairly simple first driver for a virtual device. It also has a .inf and I install the driver using devcon.exe.
It install fine and functions properly but my problem is when I try t...
Macdermot asked 1/4, 2012 at 14:14
2
I have a program that has multiple threads which need to use the same handle (it is opened with FILE_SHARE_READ) to write. What happens if one thread closes the handle while another currently has a...
5
Solved
I'm trying to call the OpenThemeData (see msdn OpenThemeData) function but I couldn't determine what are the acceptable Class names to be passed in by the pszClassList parameter.
HTHEME OpenThemeD...
3
what is the equivalent of msync [unix sys call] in windows? I am looking for MSDN api in c,C++ space.
More info on msync can be found at http://opengroup.org/onlinepubs/007908799/xsh/msync.html
4
Solved
I spend a lot of time offline, and while normally I'm in the middle of some book or magazine for work, I've recently been reading through the MSDN Library documentation of Visual Studio 2010 ...
Shipment asked 14/10, 2010 at 22:44
12
Solved
Is there a way to turn off the automatic text translation at the MSDN library pages ?
I do prefer English text but due to having a German IP address Microsoft activates the automatic translation o...
Rasp asked 7/6, 2012 at 14:2
2
Solved
I have a question regarding the MSDN documentation for TRY CATCH blocks. Check out this article and scroll down to Example C "Using TRY…CATCH with XACT_STATE"
http://msdn.microsoft.com/en-us/libra...
Paronymous asked 16/4, 2013 at 17:37
1
I'm trying to read my joystick capability by using the winmm.dll library.
Here is how I'm doing it...
from ctypes import windll, Structure, c_uint, c_ushort, c_char, c_ulong
WORD = c_ushort
UINT =...
Volin asked 7/4, 2018 at 13:30
3
Solved
I've been banging my head against a brick-wall the past 2 days trying to successfully use this example on MSDN:
How to: Host WCF in a Windows Service Using TCP
If you follow the example through a...
Anemograph asked 6/10, 2012 at 15:29
2
I'm having trouble with "sign in" function in VS 2015. After entering my username\password data i'm getting
A network connection attempt has timed out. This could be a problem
either with our ...
Misti asked 27/7, 2015 at 14:25
1
Solved
I'm new to .NET Core 2.0, so i might be doing this all wrong, if so let me know.
I have a .NET core 2.0 app that should be cross platform, hence the app is a .dll console application, and it does ...
3
Solved
I work for a company that is a member of Microsoft BizSpark. I have a Windows Live ID, and I can use this to log in at bizspark.com. However, I cannot for the life of me find out how to download so...
4
Solved
I'm trying to program in a performance counter into my C# application that launches another process and checks the processor usage of that launched process. As I understand it, the performance coun...
Greedy asked 19/2, 2010 at 19:43
2
Solved
I have MSDN subscription "Visual Studio Professional with MSDN" and I am using Windows Azure using my subscription. I just wonder what happen if my subscription will expire, Can I still use free qu...
3
Solved
Will my Windows license key still work after the subscription is closed?
It's not a volume license.
1
I would like to learn more about the HostProtectionAttribute in C#. Certainly, I read the MSDN documentations this and this but I couldn't figure out why we use it. In the documentation there are t...
4
Solved
I want to use MSDN charts to represent realtime data i'm getting from a telnet application. For testing purpose i have added a button to alter the chart manually. I manually made the chart and it h...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.