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 > august 2004 > threads for friday august 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

Treeview control help
Posted by fgh at 8/6/2004 5:19:07 PM
Hello, two questions please: 1) In a treeview, I want to display folders like it is done in Windows Explorer. Do I have to do this manually or can I set something up in VS.NET 2003? 2) Most importantly, in Windows Explorer, you can drag the treeview's right edge to resize it to your will...more >>

Change form properties in another moduel?
Posted by kjon at 8/6/2004 4:37:38 PM
Hi, I have a form which will perform some function in another module. After that, I need to update some form properties from within the module to show the status. How can I change the properties in the form without declaring the form as public? Thanks. ...more >>

How can I align text in a text box in a web form?
Posted by michiamo NO[at]SPAM yahoo.com at 8/6/2004 3:36:48 PM
The properties box for a text box doesn't offer an alignment option. (I want to center the text inside the text box. It aligns it left by default.) Thanks very much, Google Jenny...more >>

Convert between C# and Java
Posted by jq at 8/6/2004 2:43:01 PM
Hi, Is there any way to convert a program written in C# to and/or from a program in Java? Thanks. jq...more >>

reporting tool
Posted by Andy at 8/6/2004 2:24:46 PM
I'm lookokig for any third-part reporting tool. Crystal report is not my cup of tea. Any suggestions? TIA ...more >>

Timeserial
Posted by Supra at 8/6/2004 2:07:32 PM
ne 1 know how to ignore hour? using vb.net the server sent msg to me: Amsterdam.NL.EU.undernet.org 317 djanjo djanjo 9 1091798232 :seconds idle, signon time TextBox1.Text = TimeSerial(0, 0, 9) ===> 12:0:09 AM this mean supra has been 9 second idle.......but i don't want hour been showing...more >>

Install windows service
Posted by csheng at 8/6/2004 1:55:02 PM
I have a application to deliver now, and I am stuck. I developed a windows service, and I use intallutil to install. It works fine in development machine, when I copy the file to a windows 2003 server, i got the following error, what is causing this? Thanks for help in advance. Installing a...more >>

Derived classes from interface don't cast
Posted by Clint Hill at 8/6/2004 1:47:01 PM
I am working on a project that I would like to have some extensibility for later. So with this I am using interfaces to pass objects to derived classes. However I am running into a situation where two seperate classes won't cast each other even though they implement the same interface. The cla...more >>



Design Issue
Posted by Joris Dobbelsteen at 8/6/2004 12:28:20 PM
I'm having a slight design/modeling problem and hopefully someone can provide me with some good advice or hints. The problem is that I have a sensor that captures the time period of an object passing. The software has a communication layer capable of correctly filtering frames (just like a ...more >>

Bill Gates: I want to buy a company, too, WAHHHHHH!!!!
Posted by Kwim Noh at 8/6/2004 12:27:51 PM
So, right after Jonathan Fancy Lad Schwartz announces that he could 'buy NOVL' ( that is, if the Corporate Masters who jerk his panty-waist strings let him ), Bill Gate$ announces 'he' ( not Microsoft, but he ) wants to 'buy Nintendo'. http://blog.seattlepi.nwsource.com/microsoft/archives/...more >>

2 DataView's from 1 DataSet/DataTable influence each other...
Posted by DraguVaso at 8/6/2004 12:09:31 PM
Hi, I have 2 comboboxes, both bound to a different DataView, but thoe DataViews are bound to 1 DataTable in 1 DataSet. Like this: Dim dvwList2 As New DataView dvwList2 = MyDataSet.Tables("tblAccounts").DefaultView dvwList2.Sort = "Account ASC" cmbAccount.Da...more >>

Datagrid question
Posted by MSNEWS at 8/6/2004 11:08:27 AM
Hi I have a datagrid with one table in it. One of the columns in the table is called filename. I want to copy the contents of filename in all the rows to a string array, how do I access the contents of the column in a datagrid? Thanks ...more >>

CompareTo issue.
Posted by Ben Spigle at 8/6/2004 11:03:03 AM
I have a situtation where CompareTo is returning strange results when having dashes in strings. The most concise illustration is: "10050".CompareTo("1005-") = 1 "10050".CompareTo("1005-0") = -1 I have run alot more tests (I can post a short program if useful), but the rule seems to be - < 0 ...more >>

OO design for forms
Posted by kneejerkreaction at 8/6/2004 10:21:01 AM
There does not seem to be any forum for general oo design questions, so I'm posting it here. I'm developing a generalized form processing system under .NET and I wonder if anyone has come up with an OO data model for forms handling, or where one might go to look for such a thing. I suppose it...more >>

Explaining ".NET" to my Grandmother
Posted by Fred Newton at 8/6/2004 10:15:19 AM
I would greatly appreciate some assistance in coming up with a brief and simplistic analogy that can be used to explain "what is .NET?" to someone who is completely unfamiliar with programming or computer technology. This is actually a very important question for me to to be able to answer in non...more >>

Help!! Cache a method..
Posted by kevin_1051 NO[at]SPAM yahoo.com at 8/6/2004 10:05:03 AM
Hi, How to cache a generic method (not a webmethod) within a class? Thanks a lot! Jane...more >>

application testing
Posted by Stephen at 8/6/2004 8:31:53 AM
Hi, I have developed my application using VS.NET and used project properties to both IE and Netscape. I am testing my application on IE and Netscape. The pages appear perfect on IE but totally messed up on Netscape. can anyone please suggest me how to solve this problem? Thanks, Stephen ...more >>

Shorter timeout for LogonUser?
Posted by John at 8/6/2004 8:19:52 AM
I'm writing an application that will often be used in situations when the application can not see the network. I'm authenticating the user when the application starts up using LogonUser. This functions properly, using cached credentials when the app can't find a domain controller, but it takes ...more >>

Numeric format to a mobile textbox using xhtml & ASP.NET1.1
Posted by Jose Gonzalez at 8/6/2004 6:35:03 AM
How to apply a numeric format to a textbox using xhtml? I know you have to use the "-wap-input-format" style tag in css. I can get this to work in a regular xhtml page, however, I've been unsuccessful in getting it to work in asp.net 1.1 The following code has allowCustomAttributes set and...more >>

Aborting a thread based on the Timer
Posted by sivasanks NO[at]SPAM gmail.com at 8/6/2004 5:56:08 AM
Hello, I have a situation, in which, we would be calling the external interfaces from our application. For some reason, the external interface call doesnt produce any time outs and it hangs for ever. We are thinking of spawning a call to the external interface in a thread, and if it exce...more >>

using cache application block in web application
Posted by Stanley at 8/6/2004 2:59:02 AM
has anyone managed to use cache application block in a web application? thanks stanley...more >>

Date Format
Posted by SK at 8/6/2004 2:38:51 AM
I want my date to be displayed like this. 2003/08/04 15:08:12 JST How to do it.?. I dont want to get each item individually and concatenate it. Is there any other way of doing it using CultureInfo class...more >>

ListBox Windows Form
Posted by DARSIN at 8/6/2004 2:29:02 AM
in a list box i have seprate display member and value member and the list box is multiextended... now i want to get the value of all the items selected on the click event of an button.... can ANY ONE HELP........ Although GetSelected[int Index] give me wether an item is selected or not but ho...more >>

Unpack the Radius "User-Password" attribute
Posted by twhan twhan via .NET 247 at 8/6/2004 2:08:49 AM
Hi, currently i am developing a Radius server application=2E Can= anyone show me how can i unpack the "User-Password" attribute so= that i can get back the password in plain text so that i can= verify it against my database=2E For example, the user entered password "testpassword"=2E Assume= ...more >>

Namespace Management
Posted by Don Wash at 8/6/2004 12:55:07 AM
Hi There! I just need some advice on Namespace management for creating reusable VB.NET applications. I would like my applications to have this namespace structure... Namespace MyCompany Namespace MyApplication1 Namespace Module1 End Namespace End Namespa...more >>


DevelopmentNow Blog