| Thread | Last Post | Replies |
|
| Windows Application Deployment Issue | 21 Oct 2006 13:57 GMT | 2 |
I am about to give a project's exe file to my manager, so that he can run it on his PC. I have compiled it in Release mode. Exe File is in obj folder. Now I have connection srting details my project's app.config file, but I can't see it anywhere in the obj folder. What do
|
| UDPClient.Send Checking | 21 Oct 2006 13:51 GMT | 2 |
I need help on this one.. any help would be appreciated, heres my code: My code for sending using UDPClient: public void Send( string Message) {
|
| System.Web.HttpException: Control 'GridView1' of type 'GridView' must be placed inside a form tag with runat=server. | 21 Oct 2006 13:37 GMT | 1 |
I got the following error in my xxx.cs file (code behind file) According to the error message, I should add a form tag in the file. But form tag should not appear in a code behind file Can anyone please help.
|
| How to get mouse/keyboard event from outside your form? | 21 Oct 2006 13:17 GMT | 1 |
What kind of wizardry do I have to pull off so I can capture a mouse click event or a key press event from OUTSIDE my form? Ideally, with either case I also consume the event so that it does not reach whatever app besides mine is currently in focus... but it's not totally
|
| How to prevent the designer to create a value for a property in InitializeComponent ? | 21 Oct 2006 11:30 GMT | 1 |
How to prevent the designer to create a value for a property in InitializeComponent ? I do not want the designer to create an initialisation entry in the InitializeComponent method.
|
| How can I ignore the "focus" click on a c# windows application | 21 Oct 2006 08:02 GMT | 1 |
If my application doesn't have focus and someone clicks on the menu, the menu click is "lost" as the form gets focus, and the user then has to click on the menu a second time to actually activate the menu. Is there a way for this focus click to be ignored and the menu to respond
|
| DataGridView RowsAdded RowsRemoved events problem | 21 Oct 2006 07:36 GMT | 1 |
Hi, I am confused with behavior of this two Events in DataGridView control (in .net framework 2.0) when i am adding to grid a new text it calls RowsAdded event, but amaizing is that from time to time it also calles RowsRemoved event,
|
| Protecting your code with click once | 21 Oct 2006 07:17 GMT | 10 |
I remember some strong naming things and keys that i read but cannot recall how to use it. However i am now using CLick Once deployment. Is my code safe when i deploy this way or do i have to do anythign with it before deployment to ensure peopel cant back engineer my executables ...
|
| if (this.DesignMode) return ; Not working | 21 Oct 2006 05:05 GMT | 3 |
I stumbled to this : I have a form and in the contructor i put if (this.DesignMode) return;
|
| Dealing with textfiles with multiple encodings | 21 Oct 2006 03:48 GMT | 2 |
I'm planning to write an app that will extract certain messages in mailboxes stored in Eudora and Thunderbird formats. These are both "plain text" formats, but the character encoding varies greatly from one message to the other. I wonder how to deal with that, so that the
|
| How do I write a color picker (eye dropper) like Photoshop? | 21 Oct 2006 03:32 GMT | 3 |
I would really like somethign where I can get the RGB value of whatever my mouse is currently pointing at on the screen. How is this accomplished via C#?
|
| how do I add columns from other tables to a DataGrid? | 21 Oct 2006 02:26 GMT | 2 |
I have one main table which references several other lookup tables, like think of on the main table for example a category_id column with a categories table which maps that id to a string value. I used the .NET IDE to make my dataGrid and all those data adapters and so
|
| Transparent GIF using Bitmap.Save() | 21 Oct 2006 02:22 GMT | 5 |
When I create a System.Drawing.Bitmap and save it as ImageType.GIF, how can I set the transparency so that the background is transparent. In my application, the Bitmap that I am working with has several transparent GIFs drawn on it and the transparency of each of them works ...
|
| C# COM addin - please help | 21 Oct 2006 01:27 GMT | 3 |
I wrote a simple addin for Excel using C#. It works great on my development machine. However, when I installed the package to another machine, the COM addin does not show when open excel application.
|
| Casting Issue Correct Question! Sorry | 20 Oct 2006 22:38 GMT | 14 |
Hi guys who just answered me.....it really would have helped if i had written it right. Ok i will use better names to explain my problem. I have this:
|