Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Windows Application Deployment Issue21 Oct 2006 13:57 GMT2
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 Checking21 Oct 2006 13:51 GMT2
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 GMT1
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 GMT1
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 GMT1
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 application21 Oct 2006 08:02 GMT1
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 problem21 Oct 2006 07:36 GMT1
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 once21 Oct 2006 07:17 GMT10
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 working21 Oct 2006 05:05 GMT3
I stumbled to this :
I have a form and in the contructor i put
if (this.DesignMode)
   return;
Dealing with textfiles with multiple encodings21 Oct 2006 03:48 GMT2
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 GMT3
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 GMT2
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 GMT5
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 help21 Oct 2006 01:27 GMT3
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! Sorry20 Oct 2006 22:38 GMT14
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:
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.