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 > march 2004 > threads for thursday march 18

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

Problem with Windows Service
Posted by Nonnie at 3/18/2004 10:36:05 PM
Hi I need to write a windows service that should call a stored procedure in my SQL database every few seconds. In the onstart event I start a new thread to call a method in my app project. This method calls the stored procedure in an infinite loop. But when I install my service and start, my SP is ...more >>

Looking for a way to add unique persistent cookie to IIS 6.0 log file
Posted by John at 3/18/2004 9:50:40 PM
Hi. I am looking for a way to implement the mod_usertrack function of Apache in IIS... If you are familiar with IIS log file, you know that it tracks several pieces of information on every transaction/hit (GET/POST), including IP address, date/time, and so on. I like for every visitor to my...more >>

Shared Class for Multiple Applications
Posted by dougkaufman NO[at]SPAM zoominternet.net at 3/18/2004 9:03:10 PM
I have created a "business object" global class that will be used across all of our applications. This class centralized all of our common functions for easier management. Here is my problem: The class is mostly composed of shared (static) functions and subs. The problem I encountered today...more >>

What is the counterpart of libpath in c#(.NET) as in Java?
Posted by Bill Park at 3/18/2004 6:43:26 PM
I am trying to access .net assemblies not in the current program directories. Those assemblies are not in GAC. In Java, I just have to make sure those classes(jar files) are in the directories of libpath.Do we have something similar in .NET? If not, how can I access assemblies not in the current...more >>

DateTimePicker
Posted by Rat at 3/18/2004 6:11:07 PM
Hi, Using DateTime Picker, my custom format is "MMMM-yyyy". if month = january i need 31 if month = Feb' i need 28 or 29 like that for all i need the end date, how i will do in vb.net Regards Rat...more >>

Annoying html tags in visual studio
Posted by wwwmike NO[at]SPAM gmx.ch at 3/18/2004 4:35:23 PM
Hello everybody… When working with Visual Studio ASP.Net it inserts me always unneeded html tags when switching from the WYSIWYG view to the HTML view. I am especially keen on the "<Font face=xxx>" tag. How to I switch off, this "automated html inserts? Or, can I define these default value...more >>

Looking for a light SMS for managing client apps
Posted by cfineman NO[at]SPAM yahoo.com at 3/18/2004 2:48:39 PM
My client installs a turnkey server at a customer's site. There is a protocol for updating that server but we would like to find something that would help us push updates to our .NET client out from that server's box. SMS is way to heavyweight for what we are looking for so I was wondering ...more >>

Resize labels on a windows form
Posted by Nicholas Then at 3/18/2004 1:26:12 PM
Ok...got a question... I am writing an application that has labels with text in them along with link buttons. A good example of this can be seen in the Microsoft .NET Framework 1.1 Configuration application. In this application it appears that the links and text move according to the size of the ...more >>



Excel named column with VB.net
Posted by Rick Schrader at 3/18/2004 1:21:08 PM
Is it possible to access a named column in an Excel worksheet template through VB.net? I have found how to set individual cell values in the file, but am unable to reference the column by name I am currently having to do the following Worksheet.Cells(RowCounter, 1) = dr("Name").ToString( where ...more >>

retrieve data using LIKE statement
Posted by harsha mogaligundla at 3/18/2004 1:06:06 PM
Dear All I am using ASP to retrieve data from a SQL Server database, some of the columns of the database have entries seperated by "/" for eg the entries can be ( CAR,CAR/BIKE, CAR/BIKE/VAN etc). the current system is set up to query the comlpete phrase and not individual items, for...more >>

Provider keyword in connection string not a valid keyword
Posted by J. Muenchbourg at 3/18/2004 1:01:48 PM
I have a connection string in Web.config that works with my dreamweaver type asp.net scripts: <add key="MM_CONNECTION_STRING_datasource" value="Provider=SQLOLEDB;SERVER=100.00.00.01;UID=sa;PWD=mypassword;DATAB ASE=mydbase;" /> ..but i get an application error when working with indigenous as...more >>

how to shut down system programatically
Posted by at 3/18/2004 11:07:56 AM
Anyone have any code examples (C# preferably) on how to shut down the system or info on what namspace and class to use? Thanks gv ...more >>

Process fails to run on server
Posted by Jorge at 3/18/2004 10:21:09 AM
Hi I have been trying for quite a while to get this code running FileStream file StreamWriter fileWriter; string programName,pscoastArgs,programName2,psxyArgs string pscoastOutput,psxyOutput programName = @"c:\gmt\bin\pscoast.exe" pscoastArgs = @"-Jq-95/1:52000000 -R-130/-50/...more >>

ftp files from Website to client
Posted by r at 3/18/2004 10:03:15 AM
I need to download files from a Web site to the client's machine via ftp. Is there a class for this that can be used in a Webform? A code snip would be great! ...more >>

Oracle Date Format Regular Expression
Posted by Paul A. Deibel at 3/18/2004 9:11:15 AM
What is the best way to validate that a date entered into a V/B .net textbox is in the proper format to be converted into an Oracle Date format? (e.g. DD-MON-YYYY.) I don't care about the time portion. I am using this: ^\d{2}(-)(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-)\d{4}$ but the ...more >>

Setup Project for a Windows Service
Posted by Richard Markus at 3/18/2004 8:11:06 AM
I have written a Windows Service which I need to deploy. I can create a setup project for my regular Windows Application, but I am not sure how to do it for the service part. Do I need to create a regular SETUP package, then run INSTALLUTIL on the service to install it? Is there a more elegant wa...more >>

DirectoryServices - where are the OrganizationalUnits and SBS contacts?
Posted by BDRR82 at 3/18/2004 7:51:17 AM
This code works, but I'm totally new to Active Directory, so the code didn't do what I expected/wanted. What I want is to walk the Active Directory on a Small Business Server 2000 box, writing out each Organizational-Unit, User, Group, Distribution List, and Contact. Of course I can see wit...more >>

How can I read these groups with OE
Posted by zariweb at 3/18/2004 5:46:13 AM
How can I read these groups with Outlook Express What should news server should point, I tried newsgroups.microsoft.com and other without success Thanks ...more >>

DataGridTextBoxColumn Bug
Posted by Adam Deane at 3/18/2004 5:28:52 AM
I have a Window Form Datagrid bound to a dataset. The Grid uses a DataGridTextBoxColumn style. If I click on a cell, then enter a single character,then click in a cell above or below it, the character I typed is deleted and the cell reverts back to its original value! What should I do ...more >>

Passing Information between web pages
Posted by Dr. Julian Menashe at 3/18/2004 1:46:10 AM
How do you pass information from the current web page to the page you are going to redirect to, using ASP.Net?...more >>


DevelopmentNow Blog