votes
When to use delegates???
Hi, All I am very much new to the concept i.e. Delegates. I searched a lot on the same but failed to get something which is simple to understand. So Anyone who can help me put please. Regards, omi
blah blah blah is here! blah blah » Close
Hi, All I am very much new to the concept i.e. Delegates. I searched a lot on the same but failed to get something which is simple to understand. So Anyone who can help me put please. Regards, omi
I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one to have 'All' (i.e. all sides of the cell shall have a border) as cell borderstyle ...
Hi there, I am working on Windows forms applicaton.I am using Objectlist view to dispay the data on selected User code from the combobox.Whenever user select a usercode and press the (+) button i need t get the data from business class a ...
I need to check the status of a Windows Scheduled Task on a remote computer. I want to see what the next runtime and lastruntime. How do i do this. i have checked the code on codeplex http://taskscheduler.codeplex.com/ to no ...
Hi, we all know how to dock or anchor controls so that they resize themselves accordingly when a form is resized. It works fine till we have rows of controls on left and right size of the form. But what if have three columns (Columns as in ...
The input that i have is a byte array containing bytes of an image e.g. byte[] byteData; string fileName = @"C:\pic3.jp2"; FileStream fs = new FileStream(fileName, FileMode.Open, FileAccess.Read); BinaryReader br = ...
I m creating a website in C#.net using three layer architecture : Application layer, Business Logic Layer and Data-Access Layer. I want to draw controls dynamically.Bussiness logic layer will create the form as per the requirement. What ...
Hello, I'm trying to merge a bunch of word-docs into one. I've found a lot about this subject on the web, but they all start from documents saved on file and reading it into a string.. I have a list of word-documents created in my app ...
many persons will use my project at a time. all are writing something into one file at a time by creating object using memory stream. is there any problems and performance issues? please help me..
I am asking for help on compiling a C#.net 2008 application since I have not been able to obtain a successful build with no errors yet. This application that we need to support has no documentation and the programmer(s) who wrote the ...
I am basically new to C#.net 2008 working with the professional version. I have a solution to work with that has lots of projects in it with no documentation. I need to determine how this solution works. I know I would look in the prope ...
I have a question about the startup code in C#.Net 2008. I have not looked at C#.net code in several years and now I have a c#.sln project that I need to work with. I am trying to find where the code actually starts. I found the startup ...
Hi i need ur help friends. i have a text box in which i am entering alpha. data .i want to know that how i can fetch data into textbox based on alphabet entered. i am working on c#.net
Got feedack? Found a bug? report it here.