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 > september 2003 > threads for wednesday september 17

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

Selecting an Item in a listView
Posted by Sean Chapman at 9/17/2003 11:12:26 PM
I was wondering how I would go about programmincally selecting a listView item in a listView since the Selected val is read-only. I can't seem to find any other method that will do this for me. I'm using a listView to list some items and want to be able to delete one, then have it select the next...more >>


Amazon Patents Microsoft's DataGrid Inline Editing Feature....
Posted by nospam at 9/17/2003 9:39:38 PM
Amazon wins patent for ordering forms, Collapsing and Maximizing Form Areas.... NAME OF PATENT Method and system for displaying and editing of information # 6,615,226 http://tinyurl.com/m7v8 **** CLAIM #10 **** __________________________ 10. A method in a computer system for ed...more >>

nospam-nojob-nobrains
Posted by nospam at 9/17/2003 9:14:21 PM
I'm sorry about my ridiculous posts. I know I've angered a bunch of you. Here's the deal. I'm a washed up Cobol programmer who was never good at much of anything. I often post on newsgroups and pretend to be a big time programmer that venture capitalists clamor for while droning on an...more >>

strange mail problem
Posted by John McD at 9/17/2003 6:02:16 PM
When I hardcode a MailMessage To property: strEmailTo="judetherude@hotmail.com"; it successfully sends the email. However, when I read the property from a database query (strEmailTo =myReader["email"].ToString();) it doesn't send the email and I don't get an error message. The email just...more >>

Display Related Item or Add Item
Posted by ssoss at 9/17/2003 5:43:13 PM
Hi, Trying to create a registration form for members of organizations. I have three tables, Users user_id, user_name, user_mail, etc. Orgs org_id, org_name, org_description, etc. Locs loc_id, loc_address, loc_town, loc_st, loc_zip, etc. GOAL: I want users to... Registe...more >>

Building .net applications from command line
Posted by Evgeniy at 9/17/2003 4:32:25 PM
Hi all. Does anybody know if there is a way to create .net applications from command line. Is there any tools similar to nmake.exe from previous VS versions? Thank you in advance. Evgeniy? ...more >>

Number of Users with .NET on Windows98
Posted by Andrew at 9/17/2003 4:27:57 PM
How many users have .NET installed on their Windows 98 systems?...more >>

strange web.mail problem
Posted by John McD at 9/17/2003 4:17:00 PM
I'm trying to have a method in a page which checks the database for user's email. The query populates the variable strEmailTo and then sends the email: MailMessage msg = new MailMessage(); msg.To = strEmailTo; msg.From = strEmailFrom; msg.Subject = "whatever"; msg.Body = "whatever"; ...more >>



Backwards Inheritence In Web User Controls
Posted by john bailo at 9/17/2003 4:08:58 PM
For a c# web application, I created a user control that includes a form in control. The idea is, on the main Page, when the user clicks Submit from the master form, that makes the user control visible and gives it new functionality, but retains the look of the top half of the master page....more >>

Please help - .Net problem
Posted by Edb at 9/17/2003 3:52:11 PM
Hi Everyone, I have been researching this for days. Brain is simply without any excitement on this. I have a Login page in .Net. It does see my Username and Password in SQL and transfers me to the next page. I need to grab 2 fields (FirstName / Lastname) based on the Username and ...more >>

Implementing Tracing throughout an application
Posted by Trace User at 9/17/2003 3:42:19 PM
Hello, I have a design question regarding Tracing and Trace Switches. I understand that Trace Switches can be configured through an application's .config file. When a switch is instantiated, the application automatically checks the configuration file for a matching named switch. If the...more >>

Debug in ASP.NET
Posted by KT at 9/17/2003 3:24:50 PM
I set breakpoints but it will not stop on them. Please advise. Thanks in advance. KT ...more >>

Using COM from .NET
Posted by Jerry Napoli at 9/17/2003 3:00:53 PM
Hello, We have a COM object that works fine under VB5/ASP and other non-.NET environments. Using the same COM object in a VB .NET application yields a "string too long" error (code=-2147352567). Has anyone experienced this "string too long" error in a .NET application? Is there any...more >>

Amazon wins patent for ordering HTML forms; Minimizing and Maximizing
Posted by nospam at 9/17/2003 2:54:11 PM
NEWS.COM Amazon wins patent for ordering forms # 6,615,226 http://tinyurl.com/m7v8 http://news.com.com/2100-1017-5070569.html In its latest patent, the online retailing giant outlined a method for expanding portions of the ordering form, then collapsing that portion of the form and re...more >>

.Net Posting back twice
Posted by Roger Walter at 9/17/2003 2:42:02 PM
I have a .Net web page that is posting twice after the submit button is clicked once. How can that happen? I have turned tracing on and it writes two records to the trace log and posts twice. Is this possible? What can I do to stop this from happening? ...more >>

VS .NET 2002 Support for Windows Server 2003
Posted by Mandeep at 9/17/2003 1:53:59 PM
Hello! I'm not sure if this is the right group to post to but I was hoping to find out if, 1) VS .NET 2002 development is supported on Windows Server 2003, and 2) Applications (Windows or Web) developed using VS .NET 2002 are supported on Windows Server 2003. If anyone can help me under...more >>

Crystal report width
Posted by Robert at 9/17/2003 12:45:41 PM
Hi, I'm using a Crystal Report in my c# app. The problem is that I'm unable to set the width of the report. Any ideas? Thanks in advance....more >>

how can i open an exe for coding
Posted by bershama at 9/17/2003 12:30:22 PM
can you please tell me how to open the exe file and recode it please i am using vb.net with xp...more >>

my exetension
Posted by bershama at 9/17/2003 12:28:10 PM
i want to make a a btn to save when it is clicked as the extension i want and i want & maid some thing like (exmaple.ber) some thing with my icoin i maid please send me the code for it...more >>

sound in my form
Posted by bershama at 9/17/2003 12:12:45 PM
i want to make a splash screen with sound as ram or as mp3 and that sound i will take from the cd so i can open the music from the cd please send me the code with vb.net and thank you ...more >>

Changing row backcolor based on a column value from dataset
Posted by Chris Bond at 9/17/2003 12:04:30 PM
I have a asp vb.net webform that uses a dataset to bind from a mssql backend via a stored proc and displays its results in a datagrid. In one of the datagrid columns i have a field called status - if this field is "READ" i want the backcolor blue, if it is "IMPORTANT" i want the backcolor red ...more >>

Clear Method
Posted by William Schubert at 9/17/2003 11:11:57 AM
Is there a common defintion of Clear that applies to both objects and collections? If so, where is it documented. My preconceived notion is that Clear means "reset the object to its initial state" and this applies to both collections and objects. The problem is that I cannot find anyt...more >>

Sum of Multiple Text Boxes
Posted by Derek at 9/17/2003 10:46:33 AM
I am trying to add the text of several textboxes as a sum using the + sign but even converting to integer it is concatenating. Any help would be greatly appreciated. Dim price1 As Integer Dim price2 As Integer Dim price3 As Integer Dim price4 As Int...more >>

The referenced components CommonDialog SSTab are missing design time licenses.
Posted by Joanny at 9/17/2003 9:49:57 AM
Hi, there, When I open a VB6 application on VB.net, it automatically upgrade to VB.net. But I got the error message said: "Upgrade failed: Exception occurred: The referenced components CommonDialog SSTab are missing design time licenses." I can't find than answer on the support centre,...more >>

Problems with the Performance Counter on Fast Machine
Posted by Damian Profancik at 9/17/2003 9:36:08 AM
When my application starts it gets the process collection with GetProcessesByName() on the local machine to see if a copy of the application is already running, if so, it ends. The on some machines the call fails with the error, "Couldn't get process information from remote machine". Thi...more >>

Generating Datasets
Posted by Jack Notarangelo at 9/17/2003 9:35:09 AM
Hello, I am interested in anyone's preference as to creating datasets in code vs generating them using the UI. I know typing is an advantage of the latter method. But any other information would be welcome. Thanks in advance! Jack...more >>

Read machine.config in VB.NET
Posted by Eric Caron at 9/17/2003 8:37:01 AM
How I can read and set <AppSettings> in Machine.Config file ? Thanks...more >>

Use COM control with Variant parameters in .NET
Posted by Herbert Saal at 9/17/2003 8:28:50 AM
Hello I want to use a COM control that has a Variant Parameter of type: VT_ARRAY. How should i use the COM control?. thanks! ...more >>

http sessions and .Net Windows Forms
Posted by Mark at 9/17/2003 8:25:58 AM
Hi, I want to run in my .Net Windows Form this statement System.Diagnostics.Process.Start(strURLCommand) to open the browser and navigate to the specified URL. The URL is an ASP.Net Web Page with authentication mode="Forms". In this way, the browser displaies the authentication ASP.N...more >>

Windows service and app.config file
Posted by Eric Caron at 9/17/2003 7:57:40 AM
Here's my problem, I create a windows service and it work fine but now I want to add a winform to let user set parameters in App.Config file. How I can do this ?...more >>

Memory usage by the IDE
Posted by julian.fletcher NO[at]SPAM oxfordcc.co.uk at 9/17/2003 6:09:23 AM
I'm working on a VB.Net project of about 35,000 lines (excluding all those " Windows Form Designer generated code " ones). It's nothing special, containing forms, user controls, access to a SQL 2000 database using Data Adapters, etc. When I load the project, Task Manager indicates that devenv....more >>

Slow build with VS.NET 2003
Posted by MINA at 9/17/2003 5:54:56 AM
We have a Solution with about 30 VB.NET projects in it. The build runs fine on most PC's. We have one notebook, however that the build runs very slow on. CPU usage is minimal (<5%) and HDD activity is also very low. THe build takes about 20-30 seconds on most PC's and about 5-10 minutes on ...more >>

closing a windows form
Posted by bill at 9/17/2003 5:36:05 AM
Vb.net I have 2 windows forms One is used as the splash screen I have the timer set to 5000 and enabled I want the first screen to close and open a second form the splash screen closes and then the second form never opens. Under the tick event me.close() dim form1 as new form1 form...more >>

Memory
Posted by Mike at 9/17/2003 4:15:40 AM
Is it normal that a .NET windows application takes about 10M just to run an empty form? ...more >>


DevelopmentNow Blog