1,808,398 questions

Sort by: Updated
0 answers

Opening files in protected view crashes office application

We have had issues where if you open files (for us it was .csv files) in Protected View/Mode in Office 365, the application would hang/crash. We found a solution at least for Office 365 or M365 Apps. Build 1908 crashes but when we upgrade to 2002,…

Microsoft 365 and Office | Word | For business | Windows
Microsoft 365 and Office | Excel | For business | Windows
asked 2020-08-26T15:23:19.23+00:00
RJames2010 36 Reputation points
commented 2020-08-31T09:26:59.077+00:00
Emily Hua-MSFT 27,901 Reputation points
3 answers

Error accessing string array

Hello. I can initialize the array just fine, but when I try to access it, I get an error: "the name does not exist in the current context" I copy/paste code from the internet and it is still doing this. I tried changing all the different…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,762 questions
asked 2020-08-27T19:59:42.323+00:00
William O'Gorm 61 Reputation points
commented 2020-08-31T09:13:35.733+00:00
Dylan Zhu-MSFT 6,436 Reputation points
0 answers

Visual Studio noob here needs a bit of help

Okay, so basically, very big noob here, I am just starting out unity and got tried using VS for the first time, so I'm following a tutorial for VS but here's the thing, when I open up visual studio, I don't see anything where the "terminal"?…

Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,762 questions
asked 2020-08-27T06:24:30.947+00:00
Dee_Law _Up_In_Here 1 Reputation point
commented 2020-08-31T09:10:26.307+00:00
Dylan Zhu-MSFT 6,436 Reputation points
3 answers

Querying SQL Server 2012 Training Kit

Apologies in advance, this is very new to me. My boss wants me to start learning SQL queries to assist with reports at work, and the company uses SQL Server 2012. I've been given the Querying Microsoft SQL Server 2012 Training Kit book (textbook and…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,744 questions
asked 2020-08-27T12:18:13.17+00:00
AmyKernow 1 Reputation point
commented 2020-08-31T09:03:40.997+00:00
EchoLiu-MSFT 14,626 Reputation points
4 answers

how do i fix my screen brightness

Since I installed the updates on my windows 10 about three months ago, I noticed my screen brightness has been malfunctioning. Before I installed the update, the screen brightness would change whenever I plug my charger in, as against when my PC is…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2020-08-18T19:27:33.75+00:00
Oluwasegun Fajemisin 1 Reputation point
answered 2020-08-31T09:00:55.537+00:00
Anonymous
4 answers One of the answers was accepted by the question author.

Move on-prem SQL server VM to azure SQL VM

I am moving a clients servers to azure. We have been using ASR for past migration and plan to do the same. We dont have SA on SQL server licensing. The issue is when you move all the servers with ASR i do not see an option to make the migrated server…

Azure Migrate
Azure Migrate

A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.

1,096 questions
Azure Site Recovery
Azure Site Recovery

An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.

943 questions
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,744 questions
asked 2020-08-26T21:22:26.727+00:00
Brice Milla 31 Reputation points
commented 2020-08-31T08:56:24.05+00:00
Ronen Ariely 15,221 Reputation points
1 answer

Could you please explain how to use Shape.Rotation function in interop excel ?

I want to add a picture as watermark for excel which should be rotated by 45 degree. I'm able to add the picture but not able to rotate it. I saw this function "Shape.Rotate" but not able to use it. Also I want to know about the product…

Community Center | Not monitored
asked 2020-08-28T13:22:57.74+00:00
Ramiz Raja 1 Reputation point
answered 2020-08-31T08:54:43.327+00:00
Castorix31 91,871 Reputation points
2 answers

Press a button on a calculator with SendMessage WinApi

Hello, I'm trying to emulate a button click on the Window 10 calculator. Since there are no real buttons of the "Button class" in the calculator, then: I look through spy ++ which messages are sent to the calculator window when I click, for…

Windows development | Windows API - Win32
asked 2020-08-30T18:20:45.797+00:00
Andreyka_ 136 Reputation points
commented 2020-08-31T08:52:55.05+00:00
Rita Han - MSFT 2,171 Reputation points
4 answers One of the answers was accepted by the question author.

How to update table field if duplicate records found

i am storing line item and xfundcode in a db table. some time line item and xfundcode is repeatedly stored in table. so i want to execute a query which will find duplicate records based on line item and xfundcode and set empty value to xfundcode from the…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
asked 2020-08-29T18:55:29.36+00:00
Sudip Bhatt 2,281 Reputation points
accepted 2020-08-31T08:50:03.147+00:00
Sudip Bhatt 2,281 Reputation points
2 answers One of the answers was accepted by the question author.

How to update duplicate records using partition by without using CTE

WITH Dups AS ( SELECT *, ROW_NUMBER() OVER (PARTITION unqiueColumns ORDER BY whateverOrder) AS RN FROM yourTable ) UPDATE Dups SET uniqueColumns = uniqueColumns + CAST(RN AS VARCHAR(255)) WHERE RN > 1

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
asked 2020-08-29T19:48:43.847+00:00
Sudip Bhatt 2,281 Reputation points
accepted 2020-08-31T08:48:03.743+00:00
Sudip Bhatt 2,281 Reputation points
1 answer

Group Policy not working on Windows 10

Hi Team, We realized that Group policy is not working on Windows 10. After updating the registry entry below, it is working. So this is a known issue or any other solution we can have? Windows Registry Editor Version 5.00 …

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2020-08-03T02:18:32.417+00:00
Steven Song 1 Reputation point
commented 2020-08-31T08:43:51.75+00:00
Anonymous
2 answers

Meed Help with: .GetAttribute() & .SetAttribute()

Hello & Thanks ; I have been working on this since Aug 17th , still no avail . Code1 below (sub) only changes 1 Link . Below that is the full pgm Code2 . How can I get program , to Loop thru all 63 links . Thanks for your Help.. I…

Developer technologies | Windows Forms
asked 2020-08-28T16:23:37.723+00:00
vmars316 626 Reputation points
answered 2020-08-31T08:42:15.22+00:00
Daniel Zhang-MSFT 9,661 Reputation points
1 answer

MSDN Forum: MS PKI Certificate based authentication on network access control device.

I have a 2 tier PKI infrastructure. With my SUB CA issuing certificates to machines(win 10) and user's through group policy. We are testing certificate based authentication with the NAC(aruba clearpass).The machine has user and the client certificate, we…

Windows for business | Windows Server | Devices and deployment | Configure application groups
asked 2020-08-29T11:20:56.72+00:00
Shardul Rane 1 Reputation point
answered 2020-08-31T08:41:55.543+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Conditon statement for combo box control.

I am doing my window form project, in which I am using the combo box control. private void button5_Click(object sender, EventArgs e) { con.Open(); if (comboBox1.SelectedItem.ToString() == "DOCTOR DETAILS") { Form2 f2 = new Form2(); …

Developer technologies | Visual Studio | Debugging
asked 2020-08-29T08:04:10.793+00:00
K. MOHANA PRIYA 61 Reputation points
commented 2020-08-31T08:38:51.157+00:00
K. MOHANA PRIYA 61 Reputation points
1 answer One of the answers was accepted by the question author.

What is the password lifetime policy on a managed domain?

What is the password lifetime policy on a managed domain? Sourced from FAQ

Microsoft Security | Microsoft Entra | Other
asked 2019-10-30T21:50:45.973+00:00
Grmacjon-MSFT 19,511 Reputation points Moderator
commented 2020-08-31T08:11:52.353+00:00
Rami Jamous 1 Reputation point
1 answer One of the answers was accepted by the question author.

[UWP] [C++] How do I set theme as system default?

Hello, I'm trying to create an app setting in c++ uwp and it has three radio buttons: "Light" "Dark" and "System Default". How do get the system default (light, dark, etc.) when I initialize the app? Thank you.

Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,066 questions
asked 2020-08-29T22:39:43.82+00:00
Eric Tian 211 Reputation points
commented 2020-08-31T08:10:35.817+00:00
Anonymous
0 answers

Editing XAML files

The xaml editor goes wonky every now and again, I can usually replicate it by hitting ctrl-d on a <RowDefinition> tag to duplicate it. The editor hangs, clicking on the editor brings up a dialog up with the error Clicking on cancel brings…

Developer technologies | Windows Presentation Foundation
asked 2020-08-28T18:01:50.51+00:00
David McCallum 51 Reputation points
commented 2020-08-31T08:01:49.723+00:00
DaisyTian-1203 11,651 Reputation points Moderator
1 answer

How to modify User profile attributes in SharePoint Online

Hello all, Is there a way for me to rename some of the user attribute fields.  I want to change the 'Work Phone' to 'Desk phone'. And is there a way to rearrange the order these appear?  See the People card screenshot for reference.  …

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2020-08-20T05:57:14.507+00:00
administrator 1 Reputation point
commented 2020-08-31T07:58:50.873+00:00
Echo Du_MSFT 17,346 Reputation points
0 answers

Mandotary column issue and column, field binding

Two issues: Though column marked as mandatory, even we don't fill that respective column in a form is able to submit successfully. what could be the cause? please help second one, once "company code" and "type of payment"…

Microsoft 365 and Office | SharePoint Server | For business
asked 2020-08-25T10:35:23.413+00:00
sns 9,251 Reputation points
commented 2020-08-31T07:57:18.763+00:00
Jerry Xu-MSFT 7,961 Reputation points
2 answers

How to bind lookup colum based on condition in SP Online

Hi friends, I have list List1 with columns CoL1 (Single Line text) and Col2( Person or Group) . My requirement as below: When create a new item from other list List2 and with columns Col1( Lookup column) that need to populate only with the items…

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2020-08-16T07:59:50.76+00:00
Raj Shekar 21 Reputation points
commented 2020-08-31T07:55:56.957+00:00
Jerry Xu-MSFT 7,961 Reputation points