How can i load a column of data from EXCEL to COMBOBOX
Hi,I am a beginner and developing an application without using database and need to display a LIST fromexcel into combo-box.Regards,Avinash
View ArticleMerging external file with C# .EXE
I am thinking to make C# .EXE file and I need an excel file permanently merged with EXE.Necessity is I am reading and displaying data from excel in Forms, so how can I merge Excel with EXE.
View ArticleAdd C# Template After Initial VS2013 Installation
I know that this is probably a stupid question with a simple fix, but when I installed VS2013 the only support I selected to install was for C++. So now my template option for new projects is C++,...
View ArticleTEXT BOX CREATING MANUALLY AND FORMATTING FOR DECIMALS
hai my friendsI am creating some text in c# from dynamically using function---------------------------------privatevoidcreatetextboxes(intTEXTCOUNT) {TextBox[] txtTeamNames...
View ArticleRock Paper Scissors - Struggling in Class / Struggling Beginner
I am having a hard time trying to figure out how to show my wins and loses and their totals. Can you advice please?using System;using System.Collections.Generic;using System.ComponentModel;using...
View ArticleReloading all rows on datagridview after filter is applied
I am working on a winforms application with three buttons: Rent - views all rows on the rent table in my db Hire - views all rows on the hire table in my db Overdue - filters out rows in Rent and Hire...
View ArticleHow to return array of string to the Form?
Hello friends. I am developing an application for scanning IPs in Local Area Network (LAN). It works well if I am not using class for this application. When I intend to return array of string from...
View ArticleIssue qualifying an generic interface
I created and generic interface and a class implements this interface twice.public class MyClass: IMyInterface<Class1>, IMyInterface <Class2> { List<Class1>...
View ArticleProblem in maintaining aspect ratio or size with different rezsolutions.
Hello,I've made a program but I have encountered a problem while testing it at different resolutions.This is at 1080p: http://social.msdn.microsoft.com/Forums/getfile/446483And this is at 720p:...
View ArticleGetting the Details from a HTTP Request using C#
Hi,Suppose, a user submits a form with some details as Address, Phone Number etc.. to a Web Application. On the client side, I need to have a proxy to intercept this http request message being sent to...
View ArticleSave user Defined Image for Form Back Ground
hiI have a c# windows form Project.with combo box i give choose to user to change desktop background ,with this codes: switch (ComImage.SelectedIndex) { case (0):...
View ArticleMy Namespace Example - Garbage Collection
Hiya, Please review my namespace and give me some feedback. As always, suggestions, comment, tip, etc. are alwayswelcome. However, flaming, insults are always taboo. So try to be kind. Thanks. :)using...
View ArticlePerform undo / redo with char array
HiIf I have char array, How can I add function of undo / redo for it?One way about it, is write char in rich text box and use function undo/redo in rich text box and forward data to char array. Is it...
View ArticleAjax Web Chat App
I'm am beginner in ASP.NET and i'm developing a website which require a chat application to be included.My question is how to start developing a basic chat application using Ajax toolkit ?
View ArticlePlace bmp on another larger bmp
If I have small bmp (50x50 pixels) and want to place on larger bmp (100x100 pixels) on point(10,10)How can I do it?
View ArticleError in mdf SQL Connection string C#
Dear All,i have created mdf file in C# windows application form project , May i know why i m not able save the data into mdf DB permanently ? Each time i run the program, it's work fine and able...
View ArticleVisual Studio 2013 Doesnt show Add controller or add view any more
Recently Visual Studio crashed on load. With pop of Error message something like template 2.00 something... I couldnt load MVC 5 project (c#) which was working great till last few days back. it...
View Articleassign different SQL server name to crystal report
I'm working on a WPF.Net application (.Net 2010) with Crystal Reports and sql server 2012,and want to connect to my Sql Server instance in the Crystal Reports designer on my machine. and send this data...
View Articlereading dynamic html table data
HI friends I am creating asp.net project and i want read html table data which is dynamically created.
View ArticleSystem.IO.File.Exists not working
So, here's the issue I am facing. I have no clue why this simple thing is not working for me -Here's my simple codepublic static bool deleteFile(List<string> fileNames, string folderPath) {...
View Article