Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual C# Solutions: 1376 - 1400 of 1690
 
Trying to convert the following code to VB.NET  In my attempt to do this on my own I must have missed something.  My code is below also. Also reference my origional question that brought me...
In C#, is there a simple way to resume an download over http, transparantly? For example, i call a function to download a file x to drive c:. In the middle of the operation, I close the dow...
In a .NET C# project I want to place the app.config file in a different directory from the project directory, and be able to access it (ConfigurationManager methods).  How do I handle this cas...
Is there a way to have a tooltip or context menu for the items in a combobox? I want to either be able to right click or hover over an item and see some text. I have a pulldown with a gu...
I'm sure this is a pretty simple thing to do but sense this is only my second c# .net program I'm pretty well lost.  The first program was a console as well so the windows forms thing is new t...
Hi, I have a project where I'm trying to generate page titles on the fly.  The problem is that I have to set the color too.  I have Brushes.Black or Brushes. Orange at my disposal, but I'd ...
Hello experts: I have a string that has a value that contains a decimal point i.e 123.00 I want to remove the decimal point so that I end up with 12300. Is there a simple way to do this.?...
Can anybody help me with a sample for adding user controls dynamically in ASP.Net / C# (Visual Stuido 2005).  I am making use of RAD Controls (Telerek controls) to build a user friendly query ...
We're running a C# .NET 1.0 Application on Win2k3 Server Standard, SP 2. We have Crystal Reports 9 installed on the server. Back around the time when DST information was updated on the server,...
how could i use the ILMERGE to combine one dll with one exe and put the result in the same folder than the original. I need this because this exe will be published for deployment with clickonc...
I need to design Windows forms for a Contacts master. Each contact has : 1. Name, 2. Company he works for, 3. and Designation. Moreover, each contact can have :   1. any number o...
How to bind a datarow to a text box - I get an error I'm trying to bind a DataRow to a text box.. ERROR: Cannot bind to the property or column STATECODE on the DataSource. Parameter na...
Hi I have code like this and I need to loop it: CAn anyone help: txtEmail1.Text + "     " + (chkPri1.Text = "PRI") + "     " + (chkAdd1...
Im having trouble removing Visual studio Team suite trial. I had Visual Studio Team Suite Trial installed on my machine. I decided not to continue the trial and instead install Visual Stu...
I am trying to Query Active Directory with C#. I want to get the lastLogon for each machine in the network. Not user logon, the last time a machine was logged into. I already have the machine ...
RectangleF.op_Implicit(rect) seems to give the same result as (RectangleF)rect, where rect is of type Rectangle. If so, why is .op_Implicit recommended in most of the g.DrawString(.) examples ...
Hey, I am writing a c# windows application that will need to grab the username of the person currently logged onto the computer (on an active directory network).  I just need the username so ...
C# .net I have a class, and one of the members I want to assign to the value in the app.config.  It's a constant value though, and I get a "The expresstion beign assigned to 'blah' must...
Hey all, I'm trying to populate two combo boxes much like Photoshop or Word does for font selection and font size selection.  This is part of a toolbar of course as well. I've heard that...
I have the following application: namespace WindowsApplication1 {     public delegate Source ReadCusip(Int32 id);      public partial class Form1: Form      {         public static String co...
I built the following window service program on VS2005, built it and install it on windows 2000 server. I can see it in control panel add/remove program. Then, I run installutil.exe /i Win...
I'd like to create a Data and have it consume an XML file and then provide the usual DataSet features to the data from the XML file. Could someone show me how?  I think you'll need to provi...
Sometimes I see this:         [System.Xml.Serialization.XmlAttributeAttribute("gpsloc")] and sometimes I see this:         [System.Xml.Serialization.XmlAttributeAttribute()] Why? ...
What is thread affinity and what does it mean in the context of C#.NET? thanks, newbieweb
Im currently redesigning an asp page that is using vb script/html/java script. Im doing the job in asp.net using c#. Now the current pages use a header which acts as like a master page I guess...