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 thursday september 25

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

Best practices question.
Posted by Sasha at 9/25/2003 11:58:42 PM
Hi everybody, I would like to hear your thoughts on the following problem. We have the following classes. Class Exam int ID* int Version* string Name Class Requirement Int version* String name Int modelnumber* In every class the fields marked with a star define class' uniquene...more >>


Set the data to combobox in VC.NET
Posted by ATong at 9/25/2003 10:59:08 PM
When we designing the interface of a dialog, how to assign the data list to a Combo Box? From the property window, we can only input the first item. In VC6, it is easy to input next item of the list by Ctrl_ENTER. It should be somewhere easily in VC.net, who can tell me?...more >>

IE Settings
Posted by Billy Jacobs at 9/25/2003 10:29:08 PM
I have a web page which outputs as a word document using the following: Response.ContentType = "application/msword" '''''''' Remove the charset from the Content-Type header. Response.Charset = "" Whenever I go the page on my computer it prompts me if I want to save or open the file. This i...more >>

How to connect VB .NET 2003 STANDARD to SQL Server Desktop engine
Posted by goforticket NO[at]SPAM yahoo.com at 9/25/2003 9:40:56 PM
I purchased Visual Basic .NET version 2003 Standard I first try to connect Visual Basic .NET 2003 Standard to SQL Server 2000 Personal edition. When I go into Visual Basic .NET under Server Explorer and try to add the connection, I received the following message "Unable to connect to database....more >>

DLL Hell in .NET
Posted by Allan Wong at 9/25/2003 8:57:34 PM
What are the under-lying DLLs or libraries that .NET is sitting on which after installing another program will cause the entire .NET Framework to fail? ...more >>

Pocket PC Debugging and App.config
Posted by Rafael Pivato at 9/25/2003 8:18:58 PM
Hi, How can i debug applications at Pocket PC 2003 Emulator ? (VS.NET 2003) And how do I include a app.config file at my Smart Device VB Application? thanks, Rafael Pivato ...more >>

Programming SmartCards
Posted by Moncho at 9/25/2003 7:48:56 PM
Hello everybody, is it possible to program SmartCards using VisualStudio ..NET ?? I only have found information to do it with Java. Thanks in advance. ...more >>

Protect You source code
Posted by mosfet at 9/25/2003 7:08:24 PM
I have a question I would like to developp an app in .NET but I would like to keep my source code secret. However since anyone can decompile a binary to find the source code (http://www.remotesoft.com/salamander/) how am i supposed to do ? I have already used a java decompiler and it's amazing t...more >>



Has m$ gone crunchy ?
Posted by john bailo at 9/25/2003 6:09:27 PM
Linux developers and advocates are portrayed by m$ as being granola eating Birkenstock wearing hippies. Of course nothing could be further from the truth HOWEVER, having recently purchased the Visual Studio 2003 Upgrade at work, the accompanying 'Welcome' letter, gives me pause to think that...more >>

Math.Round broken?
Posted by cody at 9/25/2003 4:45:43 PM
the documentation states that Math.Round supports banker's rounding but it also states that if the last number is 5 it will rounded up if the whole number is even, otherwise rounded down which is totally bullshit! i expect: Round(1.344, 2) == 123.34 Round(1.345, 2) == 123.35 and nothing ...more >>

Create Excel worksheet in .Net
Posted by Brian Johnson at 9/25/2003 3:21:31 PM
I am trying to create multiple (named) worksheets in excel using .Net PIA's. I have successfully created an excel document and set cell values, but have been unable to manipulate which worksheet I am using and naming the worksheet. Here is current sample (VB.Net): dim xl as new excel.ap...more >>

SMTP Mail
Posted by Kevin Harrison at 9/25/2003 2:54:31 PM
Has anyone had any issues repeatedly sending SMTP e-mails from .Net? I have a c# component that gets executed by multiple threads, and uses SmtpMail.Send to send e-mails. Whilst in 80% of cases this works fine, I sometimes get "Could not access 'CDO.Message' object" errors The code in questi...more >>

How can I edit crystal reports created with 8.5 in Visual Studio .net
Posted by Jon Wang at 9/25/2003 2:47:56 PM
Hi. I have quite a lot of crystal reports created with Crystal Report 8.5. I need to change most of them , and the only tool that I am allowed to use is Visual Studio .Net 2003. However, after I opened those reports , I can't do anything. Not even adjust the fields' position. Please let me...more >>

Remoting w COM+ as Host
Posted by Dave at 9/25/2003 2:46:54 PM
I know that Remoting requires a host application on the server. Is it possible to use COM+ as the host? If so, where can a good example be found?...more >>

Why don't processes go away?
Posted by Bruce Sandell at 9/25/2003 2:46:15 PM
I have a c# application where I run a query every 10 seconds. After the query completes, I close the connection object, close the oledbdatareader object and dispose of the command object. When I look at my current activity in the database, sleeping processes keep accumulating for each o...more >>

Two web forms in one project?
Posted by Alice Z. at 9/25/2003 2:39:42 PM
Hi, friends I have created two web forms in a vb.net project. The strange thing is the WebForm1.aspx works perfect while the WebForm2.aspx totally does not work. I got following error message: Parser Error Description: An error occurred during the parsing of a resource required to service...more >>

TCP/IP Monitoring in .NET
Posted by Randal at 9/25/2003 2:38:50 PM
Does anyone have a code sample of how one would "listen" to a TCP/IP session between an application on the local machine and a remote host. I'm looking for code that would allow me to specify a local IP and a local port which is already in use by another application (outside of my control...more >>

Convert a HTML file to TIFF programmatically?
Posted by domtam NO[at]SPAM hotmail.com at 9/25/2003 2:19:42 PM
Hi guys, In .NET, how can I convert a HTML file to TIFF efficiently? One possible way is that I can first use word automatation to load the HTML up and then print it to TIFF. Is that right? However, even if it is technically feasible, it can take long time to do the conversion, especially ...more >>

Compare 2 time value
Posted by Eric Caron at 9/25/2003 2:16:45 PM
Hi Here's my problem, I have an XML file where I have a key with value : "19:00". In my application, I have a timer. This timer run each minute and must check if actually hour is greater than 19:00. How I can do this ? Thanks...more >>

What is the best way to make extended IEnumerator safe?
Posted by Sasha at 9/25/2003 2:09:46 PM
Hi, I am extending standard IEnumerator, and I was just wondering what is the best way to make enumarator safe? What do I mean by safe? Detect deletes and all... My idea is to have private Guid state field in the collection, and every time something is inserted or deleted from the collection,...more >>

Converting Class Library v1.0 to v1.1
Posted by bretts70 NO[at]SPAM yahoo.com at 9/25/2003 12:34:28 PM
I had a developer send me a VB.NET class library that was developed in Visual Studio .NET v1.0. I loaded the VB project and Visual Studio ..Net v1.1 and I converted the project to v1.1. I recombiled the class library to create a dll. I then created a C# web application that references the dll...more >>

DataList Wrapping
Posted by Jim Christiano at 9/25/2003 11:58:42 AM
Everyone, Is there a way to set a horizontally repeating DataList to wrap after a certain number of iterations. Current: 1 2 3 4 5 6 7 8 9 10 Would like to see: 1 2 3 4 5 6 7 8 9 10 Thanks, Jim ...more >>

Reasons to Upgrade to VB.Net - What to tell my Boss
Posted by DickChristoph at 9/25/2003 11:37:16 AM
Hi I am interested in converting a Access 97 application to VB.Net (well okay rewriting). This would be a VB.Net client with a SQL Server backend, as opposed to my other alternative which would be rewriting this as an Access XP application with a SQL Server backend. I have worked enough in...more >>

break points not breaking while debugging
Posted by ktbach76 NO[at]SPAM yahoo.com at 9/25/2003 10:53:22 AM
I am running the web app I created and I set a break point in the VB. The code where I set the break point is executing properly, but .NET won't stop the flow. Is this just an option somewhere I have missed? Or a setting? Please help. Kevin...more >>

Access Denied trying to create New Instantance of Object
Posted by Ian at 9/25/2003 10:17:54 AM
The beginning of my assembly that I am getting the access error from looks like this. ********************************* Imports System.EnterpriseServices Imports System Imports System.Collections Imports System.Configuration Imports System.Data Imports System.Data.Common Imports System.Refl...more >>

Problem Creating Web Apps with VS2003
Posted by William Ryan at 9/25/2003 10:10:56 AM
I just loaded VS2003 on a new machine and when I try to create a ASP.NET app or Web Service, I get the following error: "Visual Studio could not create or open application because your browser is configured to use a proxy server for the local server" In IE, there is nothing that I can see ...more >>

How to find out index in sorted datagrid?
Posted by Oliver Drobnik at 9/25/2003 9:43:51 AM
Hi, I have a datagrid bound to a datatable. Now if I sort the datagrid by clicking on one of the column heads I can no longer use the index in the datagrid to find the corresponding row in the datagrid. How can I find out the new (sorted) index if I know the row in the datatable? kind re...more >>

VB .NET
Posted by Jamie at 9/25/2003 9:32:40 AM
Hi, I'd like to develop an application with VB .NET with Access Database, M question is is it posible to install the application on the client machine without having VS .NET in the machine, which files I need to install the application to run properly Thanks ...more >>

Bug traker Software
Posted by Joe at 9/25/2003 9:17:48 AM
Hello, I am looking for a good bug tracker software any help would be great full. It would be great if it webbase and even better if it is free. please help....more >>

Application.Exit() fails
Posted by Guinness Mann at 9/25/2003 9:16:34 AM
Pardon me if this is not the optimum newsgroup for this post, but it's the only .NET newsgroup I read and I'm certain someone here can help me. I have a C# program that checks for an error condition and if it finds it it notifies the user with a MessageBox and then on the next line of code ...more >>

Using Web Setup Projects for upgrading existing installations
Posted by mwilliams NO[at]SPAM databasedads.com at 9/25/2003 9:07:10 AM
Finding absolutely no documentation for updating existing projects on a remote server using Web Setup Projects. Any help would be much appreciated. thanks...more >>

WMI Schema?
Posted by Michael Gray at 9/25/2003 8:47:18 AM
Where can I find details of the WMI schema? VB Example: Dim Searcher As New ManagementObjectSearcher _ ("SELECT * FROM Win32_Processor") How can I find out what objects are available to be queried?...more >>

Service doesn't run under windows NT
Posted by Christian Jost at 9/25/2003 8:22:15 AM
Hello I have the problem that my service under Windows NT SP 6a with Framework 1.1. doesn't run. I will receive an unknown exception from the framework all the time. But the service runs under Windows 2000 and XP. I removed the whole service code so that I have had only the start and stop meth...more >>

ADO.Net bug
Posted by Gani Pola at 9/25/2003 7:09:39 AM
I try to update a table with 106 fields using the Dataset and get an error on "Expression too complex....". If I try insert, it works, only update fails. This happens in my ASP.NET app. using ADO.NET. The same update using VB6 and ADO works. Can someone please help? It appears there's a bug ...more >>

Is there something wrong with response.redirect /SmartNavigation
Posted by DCLINTON at 9/25/2003 6:56:01 AM
This seems like pretty simple code, for some reason it works in testing and not in production... Private Sub btnUpdateParticipant_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpdateParticipant.Click intPersonID = Request.QueryString.Get("ID") ...more >>

Exporting Crystal.NET Report to PDF
Posted by Kerri at 9/25/2003 5:17:40 AM
?????????????????????????????????????????????????????????????????????????= ?????????????????????????????????????????????????????????????????????????= ?????????????????????????????????????????????????????????????????????????= ???.????????????????????????????????????????????????????????????????????...more >>

W2k3 Enterprise Webcam
Posted by Kelowna at 9/25/2003 4:19:42 AM
Yes... Its a server os... i kno! i hav xp yea but tis system is for screwing with.. Im sure theres alot of ppl here tat kno tis stuff inside-out! im doing this for educational purposes so dont give me that "Its intended for server" stuff... thanks! :-) Now that is out of the way lets get to it...more >>

.Net Compact Framework on Visual Studio 2002
Posted by Asad Khan at 9/25/2003 3:17:28 AM
Hi, I have Visual Studio 2002 Enterprise Architecture Edition. I was wondering if anyone has any information on how I can develop applications for .Net Compact Framework using this IDE. I've heard Visual Studio 2003 ships with the functionality for .Net Compact Framework development. But right n...more >>

Difference of IE on Windows and MAC??
Posted by Satish K D at 9/25/2003 1:17:12 AM
For .Net developer what should we take care building a web application for IE for Window and Mac. We can test the application on Windows platform but as we don't have MAC so how do we test the web application for MACs. 1. Can any one suggest a way of testing the web apps? 2. What all things ...more >>

Drag & Drop Outlook.MailItem to a Windows.Forms.Form and save it
Posted by mehlboggs NO[at]SPAM gmx.de at 9/25/2003 1:14:47 AM
Hi, if I drag an Outlook.MailItem to a Windows-Explorer window a <subject>.msg file will be created. Now I try to drag & drop a mail item to my own WinForm app. Unfortunately it doesn't work. In the "drop event" are eight DataFormats (e.Data.GetFormats()) but the important one (imho) "File...more >>


DevelopmentNow Blog