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 > july 2004 > threads for tuesday july 20

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

Toolbars and Menus
Posted by Raj Singh Sisodia at 7/20/2004 11:38:01 PM
Hello Sir/Madam, I am tring to create Menu and toolbar controls that looks like the one used in Office Xp. I have trird using the Menu class to create my own myMainMenu and MyMenuItem but in Ide after I put myMainMenu and try to create the subitems it creates MenuItem rather than myMenuItem how do ...more >>

DateTimePicker Problems
Posted by Michael Beatty at 7/20/2004 4:51:15 PM
I want to store only the time in an access database using VB.Net. I'm using a date time picker on my VB form that has a custom format set to "hh:mm". When I send the data to the DB the date, not the time is stored. What am I doing wrong? ...more >>

S/MIME in C#
Posted by Gustavo Badauy at 7/20/2004 4:03:29 PM
Hi, I want to sign some emails and I've been searching on msdn and did not find anything there. Does anyone have any ideas on where to start? Thanks ...more >>

Disallowing certain fields to be viewed in datagrids
Posted by springb2k NO[at]SPAM yahoo.com at 7/20/2004 2:33:22 PM
Is there anyway inside a datagrid's parameter list to disallow certain fields in the dataset to be viewed ?...more >>

FileSystemWatcher file in use problem
Posted by charliekunkel NO[at]SPAM gmail.com at 7/20/2004 2:18:29 PM
I need help. I have a directory I'm watching for creation of .TIF files, whereupon creation, I need to launch a process (command line exe) that converts the TIF file to a postscript file. (using tif2ps.exe) The problem is, I can't open the .TIF file as long as my application's running! tif2ps...more >>

HELP PLEASE - IIS6 - default web site properties - SharePoint Settings error
Posted by Scotter at 7/20/2004 1:27:24 PM
Hi - When I go to properties of Default Web Site and click on Server Extensions 2002 tab, I get, "Microsoft SharePoint is installed on this web site. Version 5.0.2.5012 Click Settings to view..." I click SETTINGS. I get a popup saying, "Unable to read configuration for Microsoft Internet I...more >>

File.Exists with URL or relative Path (C#)
Posted by deja.10.thrillho NO[at]SPAM spamgourmet.com at 7/20/2004 1:01:46 PM
Ideally, I would like to check for file existence using a URL for the path. I would like to know if it is possible, and if so, how can I implement it. Any input would be appreciated. If it is not possible, can I use a relative folder path instead of an absolute path? I have tried both unsucc...more >>

How do i remove xmlns:xsd when serialize?
Posted by Julia at 7/20/2004 12:56:52 PM
Hello How can i control the serialize result? I dont need <?xml version="1.0" encoding="utf-8" ?> and "xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" in the following example: <?xml version="1.0" encoding="utf-8" ?> <Message xmlns:xs...more >>



HELP PLEASE - new install of Server 2003 - ASPX not running
Posted by Scotter at 7/20/2004 12:52:24 PM
Hi - Simple ASPX application not running. I've given the ASP.NET, IWAM, and USR accounts full permissions to the folder my application resides in. I don't know what else needs done on the server so that .Net applications run on it. I do see under "Control Panel --> Administrative Tools" two .N...more >>

emailing passwords using .NET
Posted by Stephen at 7/20/2004 11:34:11 AM
Hi, is there a way to email users their forgotten passwords using ASP.NET? Stephen ...more >>

Sorting a listitem by a custom field
Posted by Simon at 7/20/2004 10:43:20 AM
Hi everyone, I need to sort a list item collection by a sort order value taken from a database. The first thing that occured to me was that I could inherit from ListItem and add a sortOrder field to it. Unfortunately this isnt working because listitem is sealed. Does anyone know another ...more >>

determine IP address for TCPListener
Posted by tanalbit NO[at]SPAM aol.com at 7/20/2004 8:42:21 AM
I have a TCPListener which needs to listen on my LAN IP as well as the loopback address. In VS.Net 2002 the TCPListener constructor could accept the port as an argument and it automatically bound to all network adapters (this is also how it worked with VB6). Now that constructor is obsolete, a...more >>

Good .NET Magazine
Posted by Remulac at 7/20/2004 7:05:06 AM
Can someone recommend a good developer's magazine for .NET? I'm looking for something that will give good tips and tricks, solution recommendations, etc....more >>

Cold Fusion to .NET Conversion
Posted by Remulac at 7/20/2004 7:03:03 AM
I am attempting to convince a group of developers to move from Cold Fusion to the .NET framework. Has anyone else made this migration, and how would you make this case to a team of CF developers? Specifically, they are attached to the integration of the Verity search engine in CF. Is th...more >>

compiling an ASP.NET web project with the command line compiler
Posted by svercuski NO[at]SPAM neo.rr.com at 7/20/2004 4:45:55 AM
Everyone, Does anyone know how to compile an ASP.NET web project using just the command line compiler? I've tried numerous options and can't seem to come up with the right solution. Is there a way to capture what options are being used when I select the build option from Visual Studio ....more >>

Problem calling a .COM component in :NET with C#
Posted by alfonso.navarro NO[at]SPAM epfl.ch at 7/20/2004 3:19:02 AM
Hello, I am implementing a hanwritting recognition benchmark, and when calling from my C# code the API of a HWr engine I have the following Code: int[] strokes = {myInt1, myInt2, myInt3, myInt4}; ink.AddStroke(strokes); problem: Argument '1': cannot convert from 'int[]' to 'ref...more >>


DevelopmentNow Blog