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 > january 2006 > threads for monday january 16

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 31

How to send a http request (URL) from Window Form
Posted by Tedmond at 1/16/2006 10:31:02 PM
Dear All, I need to send an URL request to a web server from my Window application. e.g. http:\\serverA\IamAlive.asp Unfortunately, the web server does not provide Web Service. I need to send the URL directly. How can I do that? Thanks for any help. Tedmond...more >>


XP Media Center 2005 for Web application development?
Posted by VMI at 1/16/2006 9:41:02 PM
Since I'm not sure if Windows XP Media Center2005 is XP Home or XP Pro, do you guys know if this OS supports local Web application development? I've been searching to see if Windows XP Media Center2005 is XP Home or Pro. Do you know which one it is? Thanks....more >>

DateTime.AddDays() doesnt work?
Posted by Michael Dawson at 1/16/2006 4:26:02 PM
I need to add days to a DateTime variable, but even after calling the AddDays function on it the value has not changed. The following code illustrates: DateTime ReturnVal = new DateTime(2006,01,01); ReturnVal.AddDays(1); Is there another way to go about this, or am i doing something wrong?...more >>

Install/Uninstall Visual Studio 6.0 Help
Posted by Joe Theis at 1/16/2006 1:56:53 PM
I am a complete newbie to all things Visual Studio version 6.0 and I have a question about an error that I'm getting. I am getting the following errors when I use an app wizard provided by a third party in C++ version 6.0: - No primary platforms are available. The build system will be dis...more >>

controls collection
Posted by George Hardy at 1/16/2006 1:34:44 PM
hello all, i am trying to impelement form level security in my vb.net 2003 application. i have a database table that has the name of the form, subform, userid, and read,edit,del,add rights (boolean). The subform is a group box or tabpage that would be visible or enabled (read or edit rights) ...more >>

I am Using Dreamweaver to design a website of ASP.net
Posted by Shun at 1/16/2006 1:28:27 PM
Hello, I have design a website using Dreamweaver 8. now the buttons which are added in dreamweaver 8 I can't see in the Visual Studio .Net (ASP.net) rather i can see in the browser. 2. Another doubt, when i open in MS Visual Studio .Net in Html format there is no Form tag what iHave to ...more >>

ListView SortKey
Posted by Dave at 1/16/2006 11:54:37 AM
VB6 has a SorkKey property that you can setup on the ListView control to tell the ListView what column to use for sorting. In .NET there is a Sort() method and a SortOrder property that you can use to manipulate the Sorting property. My question is how do I perform the same functionality as ...more >>

2.0- VB.NET Interop Issue
Posted by Christopher H. Laco at 1/16/2006 11:47:01 AM
Long story longer, I'm tearing my hair out trying to get some of my assemblies to work in ASP/COM. I have 4 classes/assemblies: #1. CustomerMembershipProvider (Inherits MembershipProvider) #2. CustomTcpClient (Inherits TcpClient) #3. ASPFormsAuthentication (does magic to read/write ...more >>



Guidance on remoting
Posted by AMDRIT at 1/16/2006 11:22:05 AM
Hello folks, I appologize for the cross post, but I really need an answer on this: I do not think that I am seeing the whole picture here. I would like to create a windows service and a management console, using Visual Basic 2003. The windows service part, I think, is easy enough. I am m...more >>

Crystal Reports and Active Directory
Posted by ATroy at 1/16/2006 10:39:02 AM
Hello! So far, I can't find any information on making a connection to active directory for reports in visual studio .net 2003. From the list of Available Data Sources I select "OLE DB (ADO)" and from the list of OLE DB Providers I select "OLE DB Provider for Microsoft Directory Services"...more >>

Launching one c# application from another
Posted by John A. Bailo at 1/16/2006 10:27:01 AM
Excuse the novice aspects of this question, but: What techniques are available to me for launching one c# application ( console .exe) from another? For example, I know there is the Process and ProcessInfo classes, but these seem designed for launching non-CLR applications. Should I ac...more >>

OFF TOPIC: Famous failed IT projects
Posted by Pieter at 1/16/2006 9:48:00 AM
Hi, I know this is off topic, but I didn't find another newsgroup that would suit with my question. My apologizes. I once had a list with famous failed IT projects, but I can't find it anymore on the Internet. Does anybody has such a list/ link/... I prefer with a little explanation of w...more >>

Connected to network or peer-to-peer?
Posted by Michael Bauer at 1/16/2006 9:29:04 AM
Hello, is there a simple way to detect whether the host machine of my c# application is connected to a windows network or whether it is connected peer-to-peer simply to one other machine (IP-adress unknown)? My first try would be to find typical UDP broadcasts within a certain period of ...more >>

Help on Help
Posted by AviD at 1/16/2006 6:43:02 AM
I'm wrting a new control for which I would like to write Help Documenting for all the classes, properties, memebers etc in a professional way. What do I need to do. I'm using VB .NET 2.0 where I've created XML tags to all of my classes. -- Avi American Society of Composers Authors and Pub...more >>

Error "Failed to start monitoring changes... "
Posted by ikarlgut NO[at]SPAM hotmail.com at 1/16/2006 6:02:45 AM
We get this error once in a while - every 10 page hits or so... Failed to start monitoring changes to 'bla bla bla'. (Note blah = unc path + file name) We have a file server (win2003) hosting the files, and 2 web servers (win2003) running with virtual directories pointing to that unc share....more >>

How to set the connection string of a DataSourc at run time?
Posted by GB at 1/16/2006 5:11:20 AM
Hi, My DataSource (MS Access database set of tables) location is in fact determined at run time by the user. I use a default location at design time. How can I modify the connection to the default datasource to setup its path and name according to run time locations? And also : How do I...more >>

Error downloading file with Firefox
Posted by Tomas Martinez at 1/16/2006 4:07:07 AM
Hi there! I'm trying to download a file in my asp.net web, but when downloading it from a Firefox browser, instead of downloading the example.exe file, it's downloading example.exe.htm. My code is the following: string localfile = MyComponent.DownloadMyExe(index); Response.ClearContent();...more >>

Runtime importing - please help.
Posted by google NO[at]SPAM ifdesign.co.uk at 1/16/2006 3:31:41 AM
Hi, I currently have a .net page default.aspx - as so: <%@ Page Inherits="webmail.telnet_test" Src="./mail_code/telnet.cs" Trace="true" Language="C#" %> <html> <head> </he... etc and the c# file ../mail_code/telnet.cs - as so: // C# Document using System; using System.Text; ...more >>

Windows form in a web form in.NET
Posted by sonu at 1/16/2006 1:37:03 AM
I a have query that is how to run a windows application form in a asp.net web form? can anybody help in this.Its urgent!!! ...more >>

Restart a service on another PC
Posted by Tedmond at 1/16/2006 1:26:02 AM
Dear all, Is there any way to programmatically restart a service on another PC? Thanks for any help! Tedmond...more >>

newbe question on VB.net. programming hanging
Posted by ken at 1/16/2006 1:01:41 AM
Hi all, I copied this code from the examples. "How to: Receive Strings From Serial Ports in Visual Basic" When I call the function and using the single step method it hangs at Dim Incoming As String = com1.ReadLine(). I don't have anything connect to Comm1. Does anyone know why this is happenin...more >>


DevelopmentNow Blog