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 wednesday july 14

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

Howto? Create a multithreaded class library
Posted by Rudi at 7/14/2004 8:32:45 PM
Is there anyone who can point me to a good tutorial on how to create a multithreaded class library? Class A is a controller that starts up a number of threads of code in Class B. Class B raises events back to Class A. I want the code in the eventhandlers of Class A to run on the thread that ...more >>


How to conver an especific Format to DateTime
Posted by khipra at 7/14/2004 8:09:02 PM
Hi! I'm try to convert a String to Datetime, but convert only works for some format: my value is: "20040719 16:00" This is the String that I want to convert to Datetime. I testing with some culture and the closet fromat was this Dim culture As CultureInfo = New CultureInfo("ja-JP"...more >>

HTML/ASPX WinCE question
Posted by EMW at 7/14/2004 7:43:52 PM
Hi, I use the following to start my ASPX: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>index</title> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"> <meta...more >>

vss, asp.net, and vbproj file
Posted by msand at 7/14/2004 6:58:02 PM
Hi, I'm wanting to edit an aspx page for the first time in my VS solution project that is connected to vss on our server. When I double click on the aspx page to edit, the check-out dialog box appears for the .vbproj file (as well as the check-out for the aspx page itself). All the files are in ...more >>

Sending a switch to a form
Posted by Adlai Stevenson at 7/14/2004 6:52:21 PM
For a Windows Form app, that consumes a web service. I want the option of being able to run this as a scheduled job in a batch mode. The app ( which I call XMailMan) form has two controls, a FileOpenDialog and a submit button. When you press submit, the FileOpenDialog appears, you se...more >>

Datagrid sorting
Posted by Chris H. at 7/14/2004 6:14:23 PM
Two Questions.... 1. On the DataGrid, if you click on the column titles it will sort the data on that column and put a little "arrow" to indicate that the grid is sorted on that column. When I populate the grid, as the data it is already in a pre-sorted order, can a do something to set the ind...more >>

Granting file delete permission to another user
Posted by Tim Werth at 7/14/2004 5:34:39 PM
I have a Windows Service that is running as an administrator account. Some of it methods create files for a COM+ client to digest and puts them in C:\Documents and Settings\All Users\Application Data\... The file is created with a StreamWriter. When the COM+ client (running as a non-admin us...more >>

Parser Errors
Posted by Michael D Murphy at 7/14/2004 5:00:11 PM
Hi, I am getting the following error when I strart debugging, regardless of the project or solution I am working on. Any help would certainly be appreciated. Michael Server Error in '/LeagueHelper' Application. ---------------------------------------------------------------------------- ...more >>



.net for beginners
Posted by Beginner at 7/14/2004 3:51:59 PM
hi all, i am not a programmer. can i start learning .net right away? if yes, can any body suggest text books for it? TIA ...more >>

HTTPRequest Get Response Method and Time out problem with VB.NET
Posted by niger4560 NO[at]SPAM yahoo.com at 7/14/2004 3:43:53 PM
Hi, I am new to .NET framework. I am trying to get data from the third party web application using WebHTTPRequest and Response class. I am getting TimeOut exception at GetResponse Method.. Dim objResponse As HttpWebResponse = objRequest.GetResponse() tried out different solutions but s...more >>

Invoking .NET dll from SQL
Posted by Ken Sturgeon at 7/14/2004 3:11:16 PM
We have an existing ASP application that is supported by SQL 2000. We plan on utilizing a third party COM object for which we'll be writing a wrapper. Initial thoughts are to write a VB6 COM wrapper around the 3rd party dll but we'd like to start a slow migration to .NET; I say slow because we do...more >>

"There is no source code available for the current location"
Posted by Don at 7/14/2004 1:15:05 PM
When breading into a program (VB.NET) i get the message shown above at times. The occurance of this message usually coincides with break-points being ignored. The program simply does not stop at breakpoints or execute the next line of code when stepping through the program. But it will run freely...more >>

Table Exists Function
Posted by Vishal Dattani at 7/14/2004 1:07:26 PM
hi, i want to write a function which will check if the table exists in the database or not. the thing i want this function to work in any database (sql, access. oracle etc) so i am not able to check it in access in and oracle. can anyone help me out with the procedure to check for this in acces...more >>

Slow response on file directory
Posted by dennis_english NO[at]SPAM yahoo.com at 7/14/2004 12:21:46 PM
Hi The following code came be very slow in getting creation time,filename,file length and directoryname for files in a subdirectory because it keeps checking each file sequentially in a slow DSL connection Does anybody know how I can speed things? One suggestion was to get the remote ser...more >>

System.Windows.Forms.Control maximum sizes
Posted by Steve McLellan at 7/14/2004 12:05:53 PM
Hi, Does anyone know how Windows allocates memory for controls? For example, given a huge Panel, say, in a relatively much smaller Form with scrollbars, will Windows attempt to allocate a huge area of memory for the Panel's visible surface, or will it only allocate as much as is required (i.e....more >>

Is a 3rd level domain possible on a .net platform?
Posted by bcaudell77 at 7/14/2004 11:58:01 AM
For example www.mls#.domainname.com ...more >>

Proces-name in Task Manager
Posted by DraguVaso at 7/14/2004 10:39:09 AM
Hi, I want to change the name of my application in the list of Processes in the Taks Manager. But whatever I change, it stays the same. I changed the AssemblyTitle, the Solution-name, the Project-name, the Root Namespace, the Project File, but none of these changes had any effect... Does an...more >>

dll problems in an ASP.NET application
Posted by Craig at 7/14/2004 8:30:41 AM
When I do a build locally of my asp.net application using Ctrl-Shift-B from Visual Studio.Net, the dll gets created in the C:\Documents and Settings\Craig\VSWebCache\CRAIGSXP\CasketSource\bin folder and NOT in the C:\Inetpub\wwwroot\CasketSource\bin folder When I "Copy Project" to the pr...more >>

Proper use of the GAC and referencing old versions of a DLL
Posted by svercuski NO[at]SPAM neo.rr.com at 7/14/2004 8:08:15 AM
Everyone, I have a question about the proper use of the GAC and how to reference past versions of a DLL. Let me lay out the scenario ... Suppose we have a DLL named GACTest.dll ... Version 1 has a function Add(int a, int b) ... just adds the two numbers and returns the result...more >>

Separate DAC from BO logic? What about physical assembly?
Posted by Mike Hennessy at 7/14/2004 8:05:34 AM
I'm looking for people's opinions and feedback regarding the design of the application tier, and how to best logically separate out the Data Access from the Business Object's. Per the Microsoft prescriptive architecture documents, they recommend creating a completely separate logical Data Access ...more >>

VB .NET Form Question
Posted by Marc at 7/14/2004 5:57:01 AM
When I add controls to a form and run the .exe under Win XP, the outline of the form displays first and then the controls on the form. The .exe works fine but the initial show looks like the computer is running slow because the form does not show all at once. It shows one control at a time. Yes, ...more >>

probleam in deployment
Posted by adityapatel at 7/14/2004 3:01:03 AM
i prepair a database application and create its setup.when i install this setup on windows 95,98,2000 that time it give me error messes ".net framework is not install" when i install it then my application run sucessfully. my problem is it install whole .netframework and its size is near t...more >>


DevelopmentNow Blog