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
May 2008
June 2008


all groups > dotnet faqs > may 2004

Filter by week: 1 2 3 4 5

smart client
Posted by .NET Developer at 5/28/2004 9:52:57 AM
Which is the right news group to discuss about the smart client application? Thanks ...more >>

Question about VS2005's application architecture diagram tools
Posted by Jason Kendall at 5/27/2004 12:39:20 PM
Do these wonderful tools also generate VB.Net code or just C#? -Jason Kendall JasonKendall@hotmail.com...more >>

SEHexception
Posted by Miro Durcik at 5/25/2004 11:50:57 AM
Do You know how to locate problem when SEHexception object not found (because of Windows Forms.dll) is raised in window message loop that I cannot debug in VB ?? I click on combo.. something happens... .... last END FUNCTION ends.. exception is raised ( no way to debug or trace which objec...more >>

Virtual directories
Posted by jhoge123 NO[at]SPAM yahoo.com at 5/25/2004 5:58:13 AM
I'm moving some intranet applications from asp to vs.net, and I am wondering why VS insists on using a virtual directory. Most of my apps are in local websites with their own IP and domain. Is there a way to create a website in IIS that points to a specific directory and then build a VS proje...more >>

ASP.NET Resource Kit
Posted by Reza Alirezaei at 5/24/2004 7:01:24 PM
what is ASP.NET Resource Kit used for?? ...more >>

TreeView Control
Posted by Reza Alirezaei at 5/24/2004 6:57:30 PM
why can't I find TreeView control in Toolbox?where is this useful control? ...more >>

Migrating to .net
Posted by ShipHead at 5/24/2004 10:48:49 AM
I have been a visual studio 6.0 user and have a great deal of code I wish to port to .net Are the project files for visual c++ and visual basic portable to .net? TIA ...more >>

System caption
Posted by Wally at 5/24/2004 9:31:46 AM
Hi all. I need to retrieve caption of system buttons. For example: in italian o.s. Cancel button is "Annulla", in english o.s. it is "Cancel" and so on. I need to install my application on different operative systems. Is there an API or another way to retrieve those system caption? Thanks. ...more >>



Event-list in VB.NET?
Posted by km at 5/23/2004 3:33:27 PM
I have noticed that in C#-project i HAVE "lightning"-icon (in properties-toolbar) that opens events-list, and in VB.NET-project this "lightning"-icon DONT EXIST. Why? Where is event-list in VB.NET-interface? How to open/get it? Please help... : ( ...more >>

need help on setup and deployment packaging in VS.Net 2003
Posted by VJ at 5/23/2004 11:38:01 AM
I need some help on setup and deployment packaging in windows. were do I post my question? VJ ...more >>

how to get the source file reference data from the clipboard in .Net
Posted by TC at 5/23/2004 1:04:33 AM
Hello, I am familiar with obtaining source file reference material from the system clipboard using the old Win32 API. For example, copy an Excel chart onto the clipboard and goto Word. Under, Edit & PasteSpecial, there is a label called "Source:" which will contain the file path, etc. H...more >>

Simple question (insert event)
Posted by km at 5/22/2004 6:59:39 PM
This question is so simple and, yes, im stupid : ( I installed Microsoft Visual Studio .NET 7.0 (Framework 1.0) and i DONT KNOW how to insert events for button or similar : ( I know that Microsoft VS 2003 has "lightning"-icon in properties-toolbar and clicking on this icon i get window with...more >>

Diff. Windows Services
Posted by Hardip Wadhwa at 5/21/2004 4:48:15 PM
Hi, Thought. What is the difference between Windows services and Scheduled tasks.? I can run an application and attach it to Scheduled tasks. It can do everything Start/STOP/schedule/User passwords. What's the best benefit using Services? Hardip ...more >>

.Net Pro include Visual Source Safe or other Code Check in Check out software?
Posted by Davisro at 5/21/2004 9:47:24 AM
Other versions of Microsoft Visual Development products always included Source safe, but I can't find it with my version of .Net Pro? Thanks, Rog ...more >>

Synchronizing project files work and home. How?
Posted by Rog at 5/20/2004 11:07:46 PM
I have a project I work on at work on my workstation in Visual Studio. When I open the project at home (VPN) the latest files are only copied down the first time I open up the project. The next time I open up the project, the older files from home copy over the newer ones at work? How can ...more >>

pass VBA class module to c# objects
Posted by Iulian Dan Repolschi at 5/20/2004 2:02:08 PM
I have an object in c# that oppens msAccess and run a function from a module. The function has one parameter, a c# object. In Vba, the c# object is used to create another c# object, and after that, a function is called on the last created c# object. The function called has one parameter, a "Syst...more >>

Passing a Collection object to a COM+ Server application.
Posted by Naveed Anwar Kharadi at 5/20/2004 12:47:44 PM
From: "Naveed Anwar Kharadi" <n-anwar@corrtec.com> Subject: Passing a Collection object to a COM+ Server application. Date: Thursday, May 20, 2004 12:43 PM Hi, I am trying to develop a COM+ Server Application, using C#.Net, that accepts a ListDictionary object in one of its method argumen...more >>

Upgrade Wizard - Problem
Posted by HS at 5/19/2004 9:21:57 PM
In Upgrade Wizard , I always get the msg "Upgrade failed: Exception Occurred. Invalid System Configuration (Unable to Locate Microsoft.VisualBasic.UpgradeExtensions.dll). Please run setup again" Reinstalled it again but no luck. any help. ...more >>

Application Domains...
Posted by Alan Seunarayan at 5/18/2004 10:52:55 PM
Hello all, I am developing a .NET application that controls an existing .NET exe. The problem is that for my application to run the secondary application it has to reside in the same folder. If it doesn't then an exception is raised from the secondary application saying that it cannot find ...more >>

Dotnet development
Posted by Pauly at 5/17/2004 11:06:38 AM
Hi all, We've been developing software since the late eighties using a 'data-centric' development system that has served us very well up until now. Unfortunately, the developers of this system have dropped that ball in regard to timelines and communications and it has us persuing our options. ...more >>

Visual C++ .NET Deployment
Posted by Tim Mierzejewski at 5/15/2004 5:36:44 PM
Since they got rid of InstallShield for C++ .NET, I learned that you have to add a Setup project to the solution. Okay, I did that... now what? I've never tried deployment with C++ .NET, but I need to now, so... are there any good walkthroughs out there? Or could someone here explain it really we...more >>

doubt about namespace google
Posted by manasa sreenivas via .NET 247 at 5/15/2004 3:44:22 AM
Respected Sir , while compiling c sharp code, getting an error as google namespace is not found. please send me the solution for this as soon as possible. Code : using System.IO; using System; using System.Collections; using System.ComponentModel; using System.Data; using...more >>

Type Converter Problem in User Control
Posted by M West at 5/14/2004 9:32:24 PM
trying to write a user control that will implement a custom property which will allow the user to expand into three sub properties as shown + MaskColor ColorRed ColorGreen ColorBlue would appear in the property grid i have looked at samples on msdn and code project but when ...more >>

A design ( inheriteance / overriding ) question
Posted by sourabh at 5/14/2004 2:09:18 PM
Hi Perhaps this question does not fit in this news group but I need some advice and could not figure out where to post this. This is a design / inheritance qus. I have class Task. This is a base class for some specific tasks Say WorkOrderTask : Task TimeSheetTask : Task Now Task has a...more >>

Great free tool from Microsoft to manage MSDE
Posted by Berry Morgan at 5/13/2004 4:29:41 PM
Try the SQL Server Web Data Administrator at: http://www.microsoft.com/downloads/details.aspx?FamilyID=C039A798-C57A-419E-ACBC-2A332CB7F959&displaylang=en Overview The SQL Server Web Data Administrator enables you to easily manage your SQL Server data, wherever you are. Using its built...more >>

User Controls - Property Pages and Region
Posted by M West at 5/13/2004 10:17:03 AM
hello, 1. I am trying to write a control that inherits from a Windows control, does anyone know how to write property pages for a control (similar to the way you would do it in VB6) as i cannot find any examples e.g. wrote a property called maskcolour and want the user to choose the RGB set...more >>

What is dot NET?
Posted by www.dartszeeland.nl at 5/12/2004 12:00:54 AM
Hi all, Its a stupid question I think but what is .net exacly? Im programming in vb6 and learned it all by just doing it. Now i heard that visual basic is gonna stop because of the 64 bit machines comes in 2005/2006, and I looking for some real simple explenations of what is .NET because i ...more >>

Serialization/Deserialization or XML as DB
Posted by umbertoeklat NO[at]SPAM yahoo.com at 5/11/2004 3:46:15 PM
as a proof of concept, am trying create a web app w/ an XML file as a temp DB What is the fastest way to do serialization/deserialization? or maybe the better question would be how to efficiently retrieve/save data to an xml file. have tried deserializing from XML file but having a hard t...more >>

Question on installing VS2003
Posted by William Gower at 5/10/2004 12:00:32 PM
I have an older version of .NET on my machine, but I can't uninstall it because when I try to, I get a message saying that it can't determine the uninstall order. Can I just install 2003 without uninstalling 2002 and it will be fine? ...more >>

How to beep or play any sound?
Posted by YeeCN at 5/10/2004 10:15:41 AM
Hi, Is there any classes in .NET for playing sound, link sounding a beep? Many thanks in advance, Yee ...more >>

Domain controller GPO does not deny logon locally right to IWAM_machinename when running aspnet.wp.exe
Posted by \ at 5/9/2004 2:48:18 PM
On a domain controller, the ASPNET (v1.1) worker process (aspnet.wp.exe) runs under the IWAM_machinename acount (IIS 5). I have expressly denied this user the logon locally right in the domain controller GPO and yet this profile gets created under the Document and Settings folder. The IWAM_machi...more >>

publish website with vs .net ERROR.
Posted by kackson NO[at]SPAM yahoo.com at 5/8/2004 8:38:55 PM
Hi. I'm pretty deseperate. (I'm already working on Sunday!) Appreciate any help. I created a webservice using VS .net 2003. I tested the service on my local development machine and everything is fine. I decided that I could publish the webservice to the company's server. I use .net's 'Copy P...more >>

Regarding .NET framework requirements
Posted by Tarundeep Singh Kalra at 5/6/2004 7:39:33 PM
Hi, I am making a dot net application (C#-WinForms) - now problem is that .NET framework is a pre-requiste . So my questions are :- 1). Will .NET Framework will be avaialble by default with all Microsoft Future OS's ? 2). It is really messy to give complete .NET framework (23 MB) alongw...more >>

C# and Excel
Posted by John Young at 5/6/2004 3:23:56 PM
Hi, I'm not sure if this is posted in the correct group. I am writing a basic app which reaches across my home network, reads an Excel 2000 sheet and places certain cells into a dataGrid in my app. I keep hearing people mention interop but I would like to know if there is a simpler way to ...more >>

Link to MS website in MY event viewer entries...
Posted by Ray Cassick (Home) at 5/5/2004 11:52:25 PM
I just noticed that when I write an entry into the Windows event log using one of the various overloaded WriteEntry methods I always get the following text below my description: For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. I don't want to s...more >>

creating .pdf files dynamically without 3rd party components
Posted by Manoj Paramu Das at 5/5/2004 12:58:34 PM
Hi, Is there a way to save a page/some data(read variables) as a .pdf files without using 3rd party components? Any Sample code would be really helpful. Thanks in Advance. Regards Manoj Das ...more >>

.net sign in passport
Posted by susan at 5/5/2004 10:05:47 AM
i am having problems signing in with my passport. Once i sign in then the page goes to can not display page . I have checked all my settings and they seem to be accurate . Can some one help please. I play spades on the zone and i have to sign in to play. ...more >>

Delegate and Thread Problem
Posted by Irfan at 5/4/2004 6:42:14 PM
I have a Delegate based Project that contain classes whose purpose is to instantiate objects of another Project (or Library) using Delegates. I have a client application that uses this Delegate based project to call library method asynchronously. Delegate based project returns the control to the ...more >>

Compiling from the command line
Posted by David Rainsford at 5/4/2004 1:27:57 PM
I want to do an automated build after a CVS checkout Is there a way I can build a VS.NET solution from a batch file (i.e. a way to compile a solution from the command line)? Thanks very much David Rainsford ...more >>

System error 203 The System could not find environment option
Posted by sfunds sfunds at 5/4/2004 10:03:35 AM
I have implemented all the function exposed my the interface. However when I start Wealth-lab and when it calls the WLEod Interface it gives error System error 203 The System could not find environment option that was entered How do i ensure the Wealth-lab finds environment opti...more >>

framework and unmanaged code
Posted by Michael GUIARD at 5/3/2004 3:39:34 PM
Hi ! is the graphic components library (included in framework) can be used in unmanaged programs ? I'd like to use the new components set in an unmanaged program (don't want to use the framework at runtime .... don't want to use JIT compiler) If the new components set cannot be used witho...more >>

Code model for ASP.NET (for automation)
Posted by amitig NO[at]SPAM hotmail.com at 5/1/2004 8:35:39 AM
Hi all, With Visual Studio.NET, it is possible to get the code model for a class and add/remove methods, properties etc, but is this functionality available for an aspx file? What I'm trying to do is create a macro that modifies some tags in an aspx file. Thanks amit...more >>


DevelopmentNow Blog