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 > january 2004 > threads for tuesday january 6

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

iwhat should i do
Posted by vihan at 1/6/2004 10:49:30 PM
hello i just start to progarmming in asp.net and i dont have any previous experience abt programming in .net so what shoul i do my mail address is vintysweat@yahoo.com...more >>


Trap event
Posted by Kelly G. at 1/6/2004 6:34:24 PM
This question is regarding the setup, Is it possible to catch the event of the close button in the installation complete windows form dialog control(finished) , I basically need to point to a website(for registeration) after the user clicks the close button. Also is there any alternative...more >>

threading - suspend, resume, abort
Posted by tanalbit NO[at]SPAM aol.com at 1/6/2004 5:37:08 PM
I have an application which consists of a main work thread and multiple threads which each maintain a TCP socket. When a configuration change occurs, all activity on the socket threads must be halted. If a socket is no longer in the configuration, that thread must be aborted and the socket mu...more >>

Crash at Application.Run(Form)
Posted by Jeff at 1/6/2004 5:04:13 PM
I've been working on an app that has the usual Application.Run(new MyForm()) call in the static void Main (). I can run this executable when I run it on my development machine, but when I install everything on a test machine, I get an unusual error in a message box: (Title) MyApp.exe - Co...more >>

Stored Procedure creation in visualstudio.net :'The Operation could not be created'
Posted by J. Muenchbourg at 1/6/2004 4:51:59 PM
I'm trying to create a stored procedure in vs.net, and following these instructions in my PrepLogic:XML WebServices Manual 5. Replace the boilerplate code in the Stored Procedure designer with this code: CREATE PROCEDURE procFranceCustomers AS SELECT * FROM Customers WHERE Country = ‘F...more >>

REQ: How To Do Hex Formatting...
Posted by David Elliott at 1/6/2004 4:26:15 PM
I am trying to format bytes and characters in a hexadecimal format that is preceeded with Zeros. I found some information in the help section "Custom Numeric Format Strings" and "Standard Numeric Format Strings Output Examples" but am unable to get it to work properly. I can print by using th...more >>

.NET and 95/98/Me/NT 4.0
Posted by Nobody Is Home at 1/6/2004 3:51:27 PM
Simple Q: Does the .Net Framework run on Windows 95/98/Me and does it run on Windows NT? I know that it does run on 2000 and XP. I ask because I am lookin at developing an application where a huge customer base is going to have these OS's and will be relucent to upgrade....more >>

Possible Enterprise Localization Toolkit Bug?
Posted by fabiand NO[at]SPAM avanade.com at 1/6/2004 3:48:44 PM
We have been using the Enterprise Localization Toolkit for a project and it seems to have a bug. It assumes that all cultures are 5 char in length e.g. English(Australian) en-AU, but the .NET framework has some that are actually 6 characters in length, e.g. Chinese(Traditional) zh-CHT. Since C...more >>



Best platform to run .net on
Posted by Don at 1/6/2004 3:46:11 PM
What's is the best operating system to use, if you're creating a development machine to run Visual Studio .NET Thanks...more >>

The operation could not be completed
Posted by Konrad at 1/6/2004 3:05:38 PM
Hi All was fine and suddenly from the moment if I click on my Crystal Report file in solution explore the message The operation could not be completed is displayed. Can somebody help me what is it? Thanks Konrad ...more >>

How do I turn off connection pooling in a connection string
Posted by corbett at 1/6/2004 2:56:17 PM
What is the syntax to turn off connection pooling in the connection string...more >>

Reply-To Field
Posted by Shane at 1/6/2004 2:47:59 PM
Could someone tell me if the Reply-To field is available with the Mail objects of ASP.NET with C#. Classic ASP used something like this: objMsg.Value("Reply-To") = "someemailaddress@somewhere.com" However, that doesn't seem to work in ASP.NET, not even with a ";" at the end. Any advice...more >>

Task List
Posted by Ian at 1/6/2004 2:33:55 PM
I cannot add any custom Comment Tokens to the Task List options. The Add button is always disabled. Can someone help? Cheers, Ian ...more >>

extra database reads in a business object class
Posted by SteveS at 1/6/2004 1:19:13 PM
This has been bothering me for a long time, and I'm curious about everyone's opinion or a "Microsoft Best Practices" method of doing this. I have a "Member" business object which contains information about an individual member. For instance, it contains the following properties: member.name ...more >>

Working with ADSI
Posted by Dan Varozza at 1/6/2004 12:26:04 PM
I am trying to write a program in VB.NET to work with Active Directory user accounts in my Win2K domain. I found sample code as shown below but when I add it to a project it says "Type IADsContainer is not defined" and "Type IADsUser is not defined". What is wrong? Am I missing a reference or somet...more >>

Unzip/Untar a TAR file
Posted by MN at 1/6/2004 11:31:08 AM
How to unzip or expand a tar or zipped file from a C# application. Do we have a dotnet class to do this kind of work? Thanks MN...more >>

change ListBox items color
Posted by faridt NO[at]SPAM coned.com at 1/6/2004 11:06:28 AM
Hi, Is there any way to change the text color of SOME of the ListBox(Windows Forms Control) items in VB.NET? TF...more >>

Error writing project file
Posted by Rick at 1/6/2004 11:03:58 AM
Has anybody run across the following error when creating a new J# project? "Error writing the project file. Error loading type library/DLL." I think the same problem also causes the inability to change project settings when you open an existing project. Please let me know if you've ...more >>

Datagrid Column Header
Posted by Will at 1/6/2004 9:40:58 AM
In a Windows form: I need the code to manually set the header name of a column in a datagrid to anything i want. Everytime i retieve records from a database, the coloum header of the datagrid defaults to the column header of the coloumn in the table in the database. so if the column h...more >>

calling c++-exported dll functions from vb.net
Posted by RA Scheltema at 1/6/2004 9:13:42 AM
hi all, I have the following function defined in the header-file of a c++ project struct DataType { ... }; long __stdcall my_func(DataType** ptr); Now we have a double pointer (this has something to do with hidden data-types, so this is un-avoidable). My question is, how wo...more >>

Header name in datagrid
Posted by Will at 1/6/2004 8:19:05 AM
Hi all, I need to know how to manually set the header name of a column in a datagrid. Everytime i retieve records from a database, the coloum header of the datagrid defaults to the column header of the coloumn in the table in the database. Thanx...more >>

create help file (.hlp,.chm)
Posted by JVince at 1/6/2004 8:16:20 AM
how do you create context sensitive help on your app ? I wanted to create to the help file in MS word and compile it to a help file which would be used in my app. any ideas are highly appreciated. Thanks so much...more >>

Is there some way to report a MAJOR BUG with Visual Studio.NET to Microssoft
Posted by nospam at 1/6/2004 7:50:50 AM
I'm at the end of my rope. We have an important project that is being totally whacked by an inexplicable bug with the Visual Studio.NET WinForms designer. It seems that no matter what we do, forms and controls in multiple projects are being randomly resized whenever we do a save or build, render...more >>

Probing path
Posted by rbscheer NO[at]SPAM my-deja.com at 1/6/2004 6:08:51 AM
Hi. The docs say the <probing> element needs to refer to subdirectories of the application main directory. My windows application needs to locate an assembly in a directory above the application directory. Is it possible? Can I use the <probing> element to locate an assembly anywhere on the m...more >>

METADATA and MANIFEST
Posted by Santhu at 1/6/2004 4:33:18 AM
What is the difference between METADATA and MANIFEST and where do they get stored? Thank you...more >>

how to Identify a type in an assembly ????
Posted by serge calderara at 1/6/2004 3:07:21 AM
Dear all, I need to be sure that a loaded assembly is implementing a particular interface. How can I do that as long as my assembly is loaded and I have the assemlby object available in current domain as follow: Dim ass As System.Reflection.Assembly Dim loadass As System.Reflection.A...more >>

create a class dynamicaly at run-time?
Posted by peter at 1/6/2004 12:40:07 AM
How to create a class dynamicaly at run-time? Some documentations in MSDN say that it is feasible using the class "TypeBuilder",but I don't know how to do. Is there anyone who can help me? Sample code is appreciated. ...more >>

how to use file association?
Posted by violin wang at 1/6/2004 12:19:49 AM
hi In MSDN,I`ve found that we can use File Types Editor to add file extension associating with our program when build deloy project.But i am still puzzled, when user double clicks the associated file my application will automatically launch, how can the application read the file and ...more >>


DevelopmentNow Blog