visualc#

  1. L

    Run Powershell commands inside Winform C# with another users crfedential

    When I click the view button it executes the Powershell code successfully and displays the results in 3 different textboxes. This is working as should. But I need to run this with another user credential and this should happen when I click the command button. We are not going to get access to...
  2. B

    Question I have some exception in my code

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Net.Sockets; using System.IO; using System.Threading; namespace newClient { class Connection { //Thread _threadObj; TcpClient _TcpObj...
  3. chozokennedy

    Compiler Warning: No data for encoding 1252

    Hello, I'm currently using windows 8 64-bit OS and C# in Visual Studio 2010 64bit. I'm getting some warning when compiling. How can I fix this warning ? My Codes ( C#) : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using...
  4. A

    Insert Data to Master/Detail table in Sqlserver 2005 with Foreign key

    I need some help to make a Order Form in C#. My development environment is: Microsoft Visual Studio 2010 Ultimate Sql Server Express Edition 2005 Programming Language C# Sample Database = NorthWind (Tables=Orders and OrderDetails) I've create a Form for order dataentry, which contain Textbox...
Back
Top Bottom