blah blah blah is here! blah blah » Close

0
votes
0 answers

DLL Problem

I am working on a Setup program which creates a .msi file. There is a CustomAction program associated with it which is written in C#. There are three COM object references made in this CustomAction program which are necessary in order for i ...

0
votes
0 answers

Registering an EXE as a Windows Firewall exception using C# code

I have a service (say BS.exe) written using C# of which the installer is created using Wix and C# (which means it has a Custom Action program associated with the Wix installer program as well). Now, after the program in installed there is a ...

0
votes
0 answers

How to register MIME types and file extensions to IIS?

We have a web service, for which to work a particular file extension (.jdf) needs to be registered under MIME types in IIS. Usually what we do is after installing the service (by executing setup file) we go to the particular entry under &qu ...

0
votes
1 answers

How to disable a DGV Column

How can I disable only a column of my choice in a DataGridView? My task is to drag and drop data from a text box outside the DGV into it, but the problem is that the first column of my DGV is used for some other information that should not ...

Feedback