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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.