Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > september 2006 > threads for thursday september 7

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Changing the default path of a windows service
Posted by RMB at 9/7/2006 9:57:01 PM
Environment: VS.Net 2003 FW 1.1 VB.Net I have an application that uses reflection to load external assemblies. The external assemblies reside in the same folder as the application exe. When I run the application as a normal windows application, the external assemblies are loaded just fine....more >>

Magnetic forms in C#
Posted by mickeymicks at 9/7/2006 6:49:38 PM
Has anyone tried to do magnetic forms in c# already? Basically i want to emulate the behaviour of Winamp, wherein the forms get magnetized to each other. I've seen this done in some components thru delphi. I started to do it manually mostly using Move event of a form.. and since i'm new ...more >>

Putting list of objects into a datagridview
Posted by Tolgan at 9/7/2006 2:49:36 PM
I have an object class "Person" say, with various public properties including say "Name" and "Salary" I have several person objects that I have created by some method outside the scope of this discussion. I want to setup a datagridview with each row corresponding to one person object, an...more >>

Windows dictionary
Posted by Jørgen Sørensen at 9/7/2006 2:09:48 PM
Hi I write freeware applications i .Net For documentation and user instruction I need a dictionary of Windows terms. E.g. What is "Control Panel" called in French? I could use this dictionary in English, German, French, and Danish (as I am a Dane) Kind regards Jørgen ...more >>

Turning off .NET security
Posted by NormD at 9/7/2006 2:06:02 PM
I am running Windows XP, and IE version 6.0.2900 on my desktop. It has the ..Net Framework Service Pack 1 installed on it. Security was turned off on the machine using "CASPOL -s off". A .Net windows application has been deployed on a Win 2003 web server. When I try to launch the applicati...more >>

In .NET, how do I...
Posted by MC-Advantica at 9/7/2006 2:03:01 PM
I need to write an application (i.e., an EXE) that exposes an API that another application/process (likely a web service) can make calls to; what technology(s) approaches should I be looking at. I'm new to .NET; I attempted to use my web service to instantiate and manipulate my .NET class l...more >>

system.invalidoperationexception
Posted by Ryan at 9/7/2006 1:30:41 PM
I have a VB.NET 2.0 application I am trying to deploy to clients. It works fine on my test machine, it also works fine on the clients - as long as I am the one logged into their computer. When I try to run it with them logged in, I get an error thrown before the app even starts (it isn't cau...more >>

intellesence in web.config
Posted by Jerry C at 9/7/2006 10:39:01 AM
I am not getting intellesence in web.config any ideas. Visual Studio 2005, framework 2 , visual basic Thank you -- Jerry ...more >>



C# FTP Client
Posted by Arvi at 9/7/2006 9:41:22 AM
Hi, i need to write a application which gets the parameter of a file name and reads the file. the file has a list of paramters like ftp name, username, password, passivemode, etc and then it has to do a ftp transaction depending on the content of a file. is it possible? or someone ha...more >>

VB.NET 2005 System.Net.Mail Problem
Posted by Tim at 9/7/2006 8:49:02 AM
I am trying to send a simple mail message using windows forms in VB.NET 2005. When executing the code, I get a general 'Configuration system failed to initialize' error message when the code instatiates a new MailMessage object (see below) My form has the following code: Imports System.Net....more >>

Adding Value to Dropdownlist
Posted by Mike at 9/7/2006 7:49:03 AM
In ASP.NET 2.0 I have a dropdownlist populated from a sqldatasource. The dropdownlist values are successfully populated from a database table. I would like to add the value "Select Company" which will be the selected value when the page loads. I attempted to use the code below to add "Select C...more >>

Write to event log
Posted by Jerry C at 9/7/2006 7:38:02 AM
I am trying to write to the event log with the My.Log.WriteEntry("MyMessage") The call does nothing. I think that I need to set up the Listeners in the config file. Is there any information on how to set up the listener for the Application log and how to setup new logs for the app. Thank y...more >>

Print out contents of a hashtable
Posted by Water Cooler v2 at 9/7/2006 4:21:03 AM
I can't believe I've stumbled on a simple problem such as this. After all these years, that too. Anyway, it goes that I just realized that I could not iterate through my hashtable and print out its contents. On further probing, I realized that the hashtable didn't implenent IList, which really...more >>

.NET 2.0 WebBrowser control - Security settings..
Posted by JM at 9/7/2006 3:26:36 AM
I am using the WebBrowser control in .NET 2.0 Windows based application. I want to use the default IE security settings, privacy settings etc. Is there a way by which I can achieve this ? Thanks in advance JM ...more >>

automatic redirect
Posted by Siva at 9/7/2006 3:01:22 AM
Hi, Can somebody help me in getting me a code for automatic redirection. I have a message box in my project. If somebody post a message, after clicking the submit button a thankyou.aspx page will appear. After 5 seconds this page should redirect to my home page (index.aspx). Please help me....more >>

Implementing INotifyPropertyChanged with indexed properties
Posted by Gokul at 9/7/2006 1:31:01 AM
Hi, I'm using indexed properties in an object which acts as the binding source. How can I implement INotifyPropertyChanged for that object so that when the indexed property is updated, binding target is updated? To be more specific please find the code below.. public class ClassA : INot...more >>

encrypting app.config values
Posted by vikram at 9/7/2006 12:00:00 AM
How can we encrypt app.comfig keys in .net 2003 ? Thanks ...more >>


DevelopmentNow Blog