Questions tagged [windows-client]

14 questions
120
votes
0 answers

When is Windows Forms the correct choice vs WPF?

Possible Duplicate: WPF versus Windows Forms I presume that WPF is intended to eventually replace Windows Forms altogether, but for now, they are both shipping. My question is, when is one more appropriate than another? Should we be leaving…
Stever B
  • 4,117
  • 2
  • 26
  • 18
5
votes
1 answer

SCE - Custom Data Feeds

I am using the syndicated client experience (SCE) SDK. Has anyone had success with creating custom datafeeds for this? I want to be able to host the masterfeed and other feeds at a URL instead of compiling as embedded resources like the example. For…
Techsoda
  • 61
  • 4
3
votes
9 answers

Will you migrate your UI to using ribbons for Windows 7?

Soon Windows 7 will use ribbon as default interface in any Windows programs, like Paint or WordPad, leaving to back default toolbars and menus. Will you migrate your UI to using ribbons for Windows 7?
Click Ok
  • 8,700
  • 18
  • 70
  • 106
2
votes
1 answer

How to customize context menu of Slack windows client?

Im trying to build custom context menu for slack. But, the Slack API page doesn't contain any information about customizing user interface. Currently Slack displays only 2 options: Is it a known restriction? If not can anyone please let me know…
bprasanna
  • 2,423
  • 3
  • 27
  • 39
2
votes
0 answers

Trusted user not recognized by powershell

The following set-up is given: We are a fairly small branch of a big enterprise sitting on the bottom of a complex WinServer 2012 R2 AD. Therefore we are somehow restricted in our policies. Our development department has three PowerShell…
1
vote
1 answer

How to get the output from the SAP SOAP WSDL from wsclient++ in Android

With using wsclient++, generated files for WSDL to be invoked from the web service. Added that generated files in my project in Android. Then after how to write the code and how to generate the steps. But I am not understanding how to call the exact…
nan
  • 117
  • 3
  • 9
1
vote
1 answer

SQL Server on Linux: ODBC connection from Windows works, application does not

I have a test environment with a Linux Ubuntu 16.04 'server', running MS SQL Server 17, where the company database is hosted. My client machine is a Windows 7 machine. I have managed to import the database into the Linux server, and am able to…
1
vote
2 answers

MasterWindow in WPF

I am used to developing ASP.net web apps and now doing some exploring in WPF windows client apps. I had been extensively using MasterPage and Themes to make my application have a uniform look. How can I accomplish the same in WPF? What are the best…
Picflight
  • 3,832
  • 13
  • 61
  • 90
1
vote
0 answers

SFTP into Google Compute Engine from windows 7 Client

I am trying to SFTP a Debian-7-Wheezy-V20140807 Instance on Google Compute Engine from Windows 7, 64 Bit Client. Finally my problem got solved using this Also in Windows I first installed Cygwin and then used set the Environment Variable…
0
votes
0 answers

Integrated Windows Authentication SSO failing

We have a couple of IIS websites (intranet on Sharepoint and ADFS for Dynamics 365) running in our on-prem AD environment. Up until recently SSO from browsers such as Chrome and Edge was functioning properly. Now all of a sudden several users are…
0
votes
2 answers

Use the rename function to modify multiple parts of a filename?

I've got the following pattern : [AAAAAA] Title - 1234 (AAAAAA)[Something that changes].mkv I'd like to only keep : Title - 1234 The AAAAAA parts are always the same : 10 letters for the first set, and 4 numbers + 1 letter for the second set. The…
0
votes
1 answer

WebService SOAP Generator like WSClient++?

i am using a WSClient++ Java for Android project to generate the classes of my webservice but the version is the trial soo the program only generate two methods. My webservice have only one but miss some classes after generating. Anyone knows other…
Vítor Nóbrega
  • 1,219
  • 4
  • 26
  • 53
0
votes
0 answers

Any method to recognize or demarcate web traffic based on whether it is coming from a desktop client or browser

We have an app which can be accessed both via Browser and a custom Windows Desktop client. The web application is running on Windows IIS. Is there a way to differentiate whether traffic is from an Web Browser or Windows desktop client. We don't own…
ramdaz
  • 1,761
  • 1
  • 20
  • 43
0
votes
2 answers

Client/Server web base application for windows

I want some suggestion from you. I want to create a system application which should be based on client/server. When client(may be more than one) input any data it should be store on my server. For this i don't know which language I've to use for…
AMAN SINGH
  • 3,491
  • 6
  • 28
  • 44