blah blah blah is here! blah blah » Close

0
votes
1 answers

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

0
votes
1 answers

How to set borderstyle of a datagridview column at runtime (.Net Framework 4.0)?

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 ...

0
votes
0 answers

Regarding delegates and events

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 ...

1
votes
1 answers

Checking a Windows Scheduled Task Status from a C# windows App

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 ...

0
votes
1 answers

Problem in resizing controls (.Net 2008).

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 ...

0
votes
1 answers

What should a beginner to do with C#.net?

What should a beginner to do with C#.net?

0
votes
1 answers

How to Pass bytearray as ref byte srcbuff C#

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 = ...

0
votes
0 answers

asp.net web application

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 ...

0
votes
1 answers

Merging List of word-documents in .NET

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 ...

0
votes
1 answers

regarding usage of memory stream

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..

0
votes
1 answers

C#.net 2008 build problems

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 ...

0
votes
2 answers

determine how .net 2008 works all together

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 ...

1
votes
2 answers

C#.net startup

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 ...

0
votes
1 answers

help regarding data binding with text box

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

Feedback