blah blah blah is here! blah blah » Close

0
votes
1 answers

Saving contents in excel file

I am trying to save some contents in excel file through my .net c# application. By default it is trying to save the excel as Book1.xls which is not required in my application. I am specifying the names of exel sheet through code only. Any ...

0
votes
1 answers

Implementing runaround feature in richtextbox

I am using a richtextbox control in my application. The text can be formatted based on the selected text property. But the problem arises when add a link label to it. The text assigned gets hidden behind the link label and thus invisible. C ...

0
votes
1 answers

Tooltips disappear in floating controls

I am using window form that contains few buttons. The floating property of the window is set to true. I have used the tooltip class to implement tooltips for the button controls in the form. The application works fine unless the form is flo ...

0
votes
1 answers

Tooltips invisible in controls.

I have created an application where I have used floating windows. These windows contains few button controls. The problem is that the tootips for button controls are not visible when floating. Tooltips are clearly visiblw when window is doc ...

0
votes
1 answers

Unable to use help files

I have a .Net windows application which I am launching through IIS i.e the exe gets downloaded at the client side and the application starts. The problem is that I am not able to use the help files(.chm format), If I keep the Exceute permi ...

0
votes
1 answers

Hosting desktop application thorugh web

I am devloping .net desktop application which I want to be accessed through web I have created a virtual directory and hosted the application Well, I am able to access it through localhost path. But it is giving problem when I am trying ...

0
votes
1 answers

C# internals

Can anyone give me some documents about C# internals?

0
votes
1 answers

Localization Documents Please

Can anyone send me some localization related stuff I have some docs But I need some advanced level documentation and examples Thanks in Advance

0
votes
1 answers

Localization

I have a desktop aaplication which I want to localize I have created the locaised resource files which I am using by setting the CurrentUICulture My question is that can I set the CurrentUICulture just once and it is applied to the whole ...

0
votes
1 answers

Passing Value problem

I have a requirement where when a user clicks at a button on the window, some text is displayed at some other window at some other system. How to implement this 1) In web application 2) In window application Thanks in advance

0
votes
1 answers

COM,COM+ and DCOM

Can anyone explein me the difference in COM,COM+ and DCOM Some article will be of great help Thnaks in advance

0
votes
1 answers

Web Site Hosting

Can any one tell me sites where I can Host a sample .Net website? Since It is a sample, I am looking out for some free hosting options.

0
votes
1 answers

C# Design patterns

Can anyone of you suggest some matereal on C# Design patterns?

0
votes
1 answers

Conection Pooling and Object Pooling

Can anyone give the comparision for Conection Pooling and Object Pooling?

0
votes
1 answers

JIT complier

Can anyone help me in understanding use of JIT complier in C#? How it works? Some tutorial will be of great help

Feedback