How to keep adding to a List then refresh
I've made a console application which is a roster for a class room. I've added options to remove Students and add Students to the Classroom101 List. At first I manually typed the index at which id...
View ArticleIn C# through reflection can we get all declared properties with specific...
In C# through the reflection will get entire declared properties and methods etc. But my concern is can we get only specific datatype for all declared properties in that class. please go through the...
View ArticleStructure Basic to work with Interoperability
Folks I would like to know what would be the basic way of working with interoperability in the question of structure and even the question of compilation? Because I'm thinking of creating just...
View ArticleDynamic Multi dimensional list required.
Hi, I am looking to store my data that is not in a fixed format in an array or list but as array is of fixed size so cant use that, list provides flexibility but it doesnt comes with multi dimensions...
View ArticleHow do I make a picture with transparent background on a windows form?
Hello everyone,Greetings from Brazil! I'm a beginner programmer developing a small C# .Net Windows Form application on Visual Studio 2015. I am trying to insert a picture that has a transparent...
View ArticleHow to show results more then Five results
I have added ajax in search for https://www.sitewidecoupon.com so it should not load page again while searching.When fetching results from SQL its showing only for five brands not more then that, I...
View ArticleDomain name availability checker: PHP to C#
I have started building a domain name generator to help people suggest domain names for their business startups. One of the function of this tool is to check domain name availability. For this, I am...
View Articleطريقة لحماية تطبقك من النسح
السلام عليكماريد طرح مشكلتي عليكم و اريد طريقة تمكنني من حماية نظامي من نسخه الى اجهزه اخرى Hi I want to put my problem on you and I want a way to protect the system
View ArticleFunction that Returns an Interface
Hi allwhile studying a examplen C# code I found this codeinternal ArrayList ArrayListOfAllRows;internal IList Fill() { //// code that fills an ArrayList ..... ..... return ArrayListOfAllRows; } I do...
View ArticleHow do I catch a Faulting module name: KERNELBASE.dll
HiI have a C#/WPF program that causes a "Faulting module name: KERNELBASE.dll" and the program stops working.I am trying to catch this with an eventhandler - but program terminates with out any of my...
View ArticleHow to Open a .file extension file and read data into dataset in C#
I have a file with extension "File". The data in it is row column format with space. I wanted this file open in excel and bulk insert in Sql Server records. I am facing "External table is not in the...
View ArticleHow to get current directory path in C#.
Scenario : I've created a library project which provides interface to installer(exe created using install shield).I want to check whether a particular file exists in the installer folder. I've tried...
View ArticleHow to pivot and get total from List
Hello,I have a list in C# that now I want to get a running total by Name and pivot by Name and date.My list is like:[0] Count = 3 HeaderDate = “Monday 9/1/2018” ExtName =...
View ArticleHow to copy only data (all rows at once) without structure from data table to...
Currently, clone() copies only structure and copy() both data and structure. But I want to copy all rows at once without structure.Any suggestions will be helpful.ThanksHarishHarish
View ArticleVISTO Outlook Add-In Auto Format Rule Filter Not Working
I have the code below that is suppose to create a rule and use the filter but its not The Settings are changing but the filter is not being applied. Also the View is changing the Table columns when...
View ArticlePanel with rounded corners c sharp
Hello every1, I have this routine for have panels with rounded corners, but I don't know how to use it, I guess should be in the panel's paint event, can any1 help me please.publicvoid...
View ArticleHelp writing program in C#
How do I ask for a user to input their name and address and have the program return what they say? I also have to store the name and address into a text file.
View ArticleCalling a web service, trying to pass JSON but getting a 403 error
Hi I am trying to use the HttpClient class but getting a 403 error.My code lokks like this********private async static Task post(stepPayload payload, string logicalStatus, DateTime? dt, string...
View ArticleI need help making this console based program into a GUI and I can't find out...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Memo { class Program { public static void...
View ArticleReal Time data plotting
Hi, I'm working on a console application and I need to plot my data in a real time. Anyone have any idea from what to start?I get every second temperature value and I display it in the console, instead...
View Article