Express 2012: Publish Entry for License Agreement
Hi,Any help is appreciated!I am in denial. Where can I add in my license agreement within the Express C# publish section? There is none provided that I can find and I find it hard to believe that...
View ArticleHow do i Break up a byte ?
ok I am going to have something like this come in over the com port :11 01 0013 0025 0E84that is an examplenow how do i break it up as shown 11: The Slave Address (17 = 11 hex)01: The Function Code...
View ArticleAnyone please explain Object Type in C#
Can someone please explain Object Type in C#?I was reading a C# Tutorial on http://www.tutorialspoint.com/csharp/csharp_data_types.htm where I was reading about Object Type which is inturn a Reference...
View ArticleAccess denied when start and stop services running under Local Service...
Hi,I want to run my windows services in Local Service account.I am using a windows Service which will use ServiceController APIs to start and stop the other windows services .I am getting the error...
View ArticleHow to build a program interface like VS2010?
I want to build a program with a vs2010-like UI. I have bulid a ugly one! Are there some beautiful examples? I just want the similar UI! Thanks!
View ArticleHow do I code an application that can receive command from a website that...
Hi there,I want to create an application or a set of application that is able to receive commands from a website then run application on the server. I know I might need to program an application on the...
View ArticleProblem of my server program.
Program.cs: class Program { public static ConcurrentDictionary<string, GClient> ClientList = new ConcurrentDictionary<string, GClient>(); public static ConcurrentDictionary<int,...
View ArticleMultiple Sheet using OpenXML
Hi AllI am working on a code that will create a spreadsheet with multiple sheets. I am using following code for it, but I end up having same data in all sheets. Can you please help ? public...
View Articlewhat is an Abstract Data Type in OOP????? what are its advantages and...
what is an Abstract Data Type in OOP????? what are its advantages and mechanism??? plz explainfarooq.hnf
View ArticleWeb Browser Script error, and getting element by ID
HI, I am woking on a program that uses a web browser client in windows form app. I am using getElement class to get the HTML element by id. It seems not to be working. There is also script error while...
View Articlec# How to move a file into folder by condition
Hi ,I am curious about how to move specific file(example; (.ISO ) whatever extended file) into folder.Can you fix down codes.I want to movefolderName which is specific file into created by getUsername...
View ArticleHow to execute other functions after an event is fired?
Hello,I have a MainApp calling another app1. The app1 will be started as a process by the MainApp, app1 is wpf app, but it has stdout via console(command prompt), so the MainApp could read in the...
View Articlegrouping radiobuttons
i have a tableLayoutPanel that contains 22 radiobuttons.i wanna group these radiobuttons by twos.Can i group in codebehind in C#?
View ArticleWebRequest.DefaultWebProxy.IsBypassed hangs
I wonder if anyone knows what could cause this method call last for a few seconds. It acts like this regardless of address I'm connecting to (tried even localhost). Any hint is appreciated.
View ArticleGenerate P7M file
Hello,I've a problem with "pkcs7", I want create a ".p7m" file.The scenario is:I'have a smart card reader with the eidApplet. I pass to the applet on the smartcard the Hash of a document, the applet...
View ArticleStream Writer, and Reader
I have this very simple method that is writing data from String builder to CSV file. public void WriteCSV(StringBuilder SB) { FileInfo finfo = new FileInfo("Books.csv");...
View ArticleDifferece Between Attribute of a class and data members of a class?
Differece Between Attribute of a class and data members of a class?Agha_93
View ArticleProblems with Visual Studio Express 2012
I have been trying to open a new service-based database (.mdf) in my VS2012 Express Edition, and every time I try to add a new table I get the following error message:"Problem loading.The designer...
View Articleout keyword in C#
You may please look at this areahttp://msdn.microsoft.com/en-us/library/9eekhta0.aspxplease notepublic interface IEnumerable<out T> : IEnumerableDo we code this "out " keyword in our programsand...
View Articlehow to dynamically bind the Columns in gridview based on text box control
HI all,I have one textbox and gridview controls if i enter some value in textbox like 2 the gridview should be display the 2 columns.how to achive this?With Regards,jyoshika
View Article