C# VS2008 windows app: How can I access a picturebox on main form from different class
I have a picturebox with a soldier in it on my form (frmBattleField). From the class movement I want t...
I have a third party application based on Excel. My task is to update specific cells in a sheet. This has to be done from a C# application I wrote.
I know how to open a new Excel instance, ...
Would love to get the following methods working. They will be used for capitalization etc.
Currently, there are bugs in them and I cannot figure out.
For example, there is a radio option as follows:
Application Type : Single Joint
When selecting either option, I wanting to update the page so a Panel will appear or disappear acco...
I use a dataset for my Sqlserver table tbl_example. The primary key field ID is of type uniqueidentifier.
I drag my dataset into a form getting the nesesary code to select, insert, update and...
I am developing an application where i want to install True Type fonts to windows fonts and that can not be overwrite by any other font with same name..
How to invoke web service without a proxy class generated with VS2005 using C#
Any ideas why strAddress.Replace("'","\'") doesn't work, it works with double backslash or any other text string but i just need to replace the quote with a backslash and quote
thanks
I m developing a window application using C#.NET. I want to display the updated entry from MS SQL Server2000 database on the form using trigger in MS Sql Server2000. Can anyone tell me to catc...
I am creating a remoting client-server application in C# and I am getting this error:
Invalid argument. Culture name 'neutral' is not supported. Paramenter name:name
I have a client console...
hello sir
I am using fileupload control of ASP.Net and want to upload the file on Remote computer i.e
Browse file from my system and on click of upload button i want to send file on another ...
Hi,
I have a Desktop C# application form, form contain button that call other form. I want to be able to detect if the other form is already shown and displayed if yes then Close it .. Els...
I'm using the following Connection String to connect to my SQL Database.
SqlConnection conn = new SqlConnection("server=MyComputerName\\SQLEXPRESS;integrated security=true;" + "database=myD...
I'm trying to upload a file to my web server. Normally, the asp:FileUpload control would work fine but I have my upload button inside an asp:UpdatePanel control (for various reasons). The prob...
Hi All,
I have desktop app. using c#,, i want to be able to disable all alert sounds that is produced by windows when message box is shown,, or when pressing enter on some text box ...etc....
How do I get summary attributes of a file such as comments, title, etc
I have a project I'm working on where a user wants to have a centralized repository for documents for her team to download. She'd like the directory to have login support. I've got a page set ...
I am developing a set of spatial domain filters on grayscale images ( Format8bppIndexed )
each pixel of an image has the operation of taking it's value and it's neighbors and then make some e...
I have a .Net web service (written for 1.1 Framework using C#) running on Windows 2003 with all latest patches. To help monitor the service, the code creates several performance counters. One ...
I am trying to create graph using MSChart20Lib interop dlls (AxInterop.MSChart20Lib.dll,Interop.MSChart20Lib.dll). when I am creating object(of AxMSChart20Lib.AxMSChart), it ends up in error ...
Anyone have a good recommendation for an ASP.NET wiki? I'd like to install an ASP.NET wiki, preferably written in C# 2.0. I'd like to install it on my site: http://fluckiger.org
I'm sure t...
Hi,
I wish to design calender control in WPF.
can anybody help me out to design basic user control for the calender.
If any code then really appriciate.
Thanks in advance.
-Avinash
what is the best way to use c# .net application to run a bunch of sql commands. i would like sql command be outside the code in a flat file.
Hi
I am writing a C#.NET program in Visual Studio 2003.
I am loading all the data from an Excel sheet into a DataSet. This is done this way:
DataTable MyDT=new DataTable();
O...
I have a .NET 2.0 web application which I am trying to run in debug mode. The solution consists of several web services. Unfortunately, every time I try and run it in debug mode, I am presente...