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 > february 2004 > threads for wednesday february 11

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

simple C# problem
Posted by John at 2/11/2004 10:16:06 PM
find code below, but do not understand the meaning. Code attach below. What is the meaning of get {}, set{}? Is get { return _AssetBrowser; } same as return _AssetBrowser;? I guess if the object.AssetBrowser = xxx, then call set {...}, if xxx=object.AssetBrowser , then call get{...} right? By...more >>


Upgrade or Full Version?
Posted by Jonathan at 2/11/2004 9:16:06 PM
I have a liscense for Visual Studio 6. I want to get Visual Studio.net 2003 Professional. Do I need to getthe full version of .net or can I get the upgrade? I am asking because there was a Visual Studio.net 2002. The 2003 version would be upgrading by two versions. Thanks for the help....more >>

Debug vs. Release Executable size
Posted by Pocket Rocket at 2/11/2004 8:49:34 PM
I am developing an application using Windows forms, C# and Visual Studio.Net. The executable size remains the same whether I built the debug or release version. Is it normal? Am I missing something? Thanks for ur help. PR ...more >>

General Question
Posted by Boost King at 2/11/2004 7:31:34 PM
Hi all, What is the difference between: 1) Visual Studio.NET Enterprise Architect Edition and 2) Visual Studio.NET Professional Edition Thanks! (to reply delete REMOVE and THIS) ...more >>

[OT] Visual C#
Posted by C# Learner at 2/11/2004 6:01:07 PM
I'm thinking of purchasing Visual C#, but have a question about it first. Does it allow certain language elements (i.e. keywords) to be boldified in the editor? If I recall correctly, Visual C++ 6.0 *didn't* allow this at all. Also, does anyone know of a site with various screenshots of th...more >>

ASP.NET controls that are required/not required to be inside form runat=server
Posted by garbage400 NO[at]SPAM hotmail.com at 2/11/2004 3:22:55 PM
Hello, I am working on a page transition scheme and was wondering what the quickest way is to find out which ASP.NET controls need to be inside a form with runat=server. I've determined that asp:Label does not need to have the form runat=server and that asp:Textbox requires it. Thanks, Ga...more >>

C# Console App Deleting my config file - HELP!
Posted by Richard at 2/11/2004 2:55:06 PM
I have a simple C# console app that needs to read the appname.exe.config file to get db connect strings etc. from the <appSettings>. When the app starts, it deletes the file! I can't figure it out. When I set a break point on the first line in MAIN and check for the file, it is gone! This is ...more >>

handle count keeps going up
Posted by tanalbit NO[at]SPAM aol.com at 2/11/2004 2:26:09 PM
I have a reference to the MSXML4 library via COM (I need to use this library for legacy XSLT), and my handle count goes up by 4 each time an object is created and destroyed. Here is a simple example that will create the problem (you must add a reference to MSXML4, or MSXML3 with DOMDocument40 ...more >>



Automatic Updating of app.config
Posted by miannone at 2/11/2004 1:46:30 PM
I was hoping someone could help me out. I have created a WindowsService that runs periodically throughout the day using a timer. This windows service looks into a Microsoft SQL database and looks at a few tables and performs a few operations. It uses a app.config file to read in some settings, ...more >>

Contact USB HID device
Posted by Tim Faircloth at 2/11/2004 1:31:06 PM
Does anyone have an example of contacting a USB device using .Net. I have a VB example using a lot of API calls but I am assuming there has got to be a better way in .Net. I am not sure which forum to post this in so I thought I would start here....more >>

Dot Net Limitations
Posted by Dave Brown at 2/11/2004 1:19:24 PM
I believe I have found a severe limitation of DotNet, with respect to hosting Windows Form Controls in WebPages. It appears this is only possible when the web is configured on Port 80. Any other port and the control will not display. After a couple of days of searching the newsgroups/various for...more >>

Use VB.Net to toggle the Caps Lock
Posted by sburns at 2/11/2004 1:16:08 PM
Does anyone have a VB.Net code snippet to toggle the caps lock key Thanks Steven...more >>

How do I copy one dataset table to another dataset table?
Posted by Top Gun at 2/11/2004 1:13:45 PM
Is there an easy way to do this? ...more >>

.NET install screws explorer metrics?
Posted by Tom McDonnell at 2/11/2004 1:12:35 PM
Has anyone else experienced the Windows Explorer's tree view having it's spacing changed after installing .NET, so the dots in the dotted lines run into each other. I've posted an example: http://users.bigpond.com/mcdonnell_residence/treeview.metrics.gif For reference, the systems I've ex...more >>

VB dll files
Posted by Daryl Davis at 2/11/2004 12:22:46 PM
Can I still write dll files in Visual basic.net? ...more >>

Multiple developers working on an application
Posted by Sheri at 2/11/2004 12:22:03 PM
Our working environment traditionally has a new project (application) that has multiple developers within the development of that project. I need to know the best way to start development. Is it better to have an individual team members have one solutions with one project....which would ...more >>

How do I remove .Net from windows 2003 server
Posted by michael_hobin NO[at]SPAM yahoo.com at 2/11/2004 12:00:30 PM
I am trying to remove the .net junk from 2003 server. Can anyone offer any suggestions?...more >>

Runtime and OS report different mem usage
Posted by Geng Sheng at 2/11/2004 11:51:09 AM
Hi I am working on a pure managed windows application that creates large byte arrays at run time. In fact it creates a 50M byte array when the application starts public static byte[] buffer = new byte[1024*1024*50] I am using System.GC.GetTotalMemory() to monitor the memory usage. It is consist...more >>

Microsoft .NET
Posted by 6tc1 NO[at]SPAM qlink.queensu.ca at 2/11/2004 11:35:45 AM
Hi all, I am a C++ and Java developer with over 3 years of industry experience. I've written low level C++ code, in addition to web clients that use web services. I've just recently installed the Visual Studio .net Professional trial version 2003. I have been reading up various documents that...more >>

WriteLine()
Posted by Brian K at 2/11/2004 10:36:06 AM
When using WriteLine to append to a file it does not strip the quotation marks when writing. I am trying to find a way to strip the quotations from writing to the specified file Example FileOpen(1, "File",OutputMode.Output WriteLine(1, "This is a test." FileClose(1 It creates the file and add...more >>

Difference between a solution and a project
Posted by Brian Wolfe at 2/11/2004 10:28:43 AM
What is the diffierence between a "Blank Solution" and a new "Project"? Thanks. ...more >>

Presence of assemblyinfo.vb
Posted by rbscheer NO[at]SPAM my-deja.com at 2/11/2004 9:54:34 AM
Hi. I tried to compile a windows forms app without the assemblyinfo.vb file, and it compiled ok. So, if I delete the assemblyinfo.vb file from my project what kinds of problems would I have? Thanks, Robert Scheer...more >>

Combining modules with the Assembly Linker
Posted by mikenau1 NO[at]SPAM yahoo.com at 2/11/2004 9:48:55 AM
I've been trying to get a concrete answer to this for the last few days, but have come up short. I'm hoping someone here can help. Is there a way to take a set of c# modules (c# code compiled using csc with the /t:module option) and combine them into a single assembly using the assembly linker...more >>

PDB file extensions used by DotNet projects conflict with Palm PDB files!
Posted by ng NO[at]SPAM harp1.com at 2/11/2004 9:38:31 AM
This seems to be another ploy by Microsoft to push the competition out. Why in the world would MS pick a file extension of .PDB for their DotNet project files, when Palm has been using this file extension for years! As a consequence to "us" consumers, who also use Palm OS devices, we now have ...more >>

populate word document via asp.net
Posted by switter NO[at]SPAM enpathmed.com at 2/11/2004 7:24:16 AM
I have textboxes in a word docment that I would like to populate via an asp.net page. Is this possible? The reason I ask is right now I am using a macro in word and I don't want to have to use macros (for security reasons). I would like to open a word doc and pass a value from a textbox on my...more >>

Bootstrapper error during deployment
Posted by Amar at 2/11/2004 7:21:05 AM
Hi all I am using the setup.exe bootstrapper for installing the .NET framework on a client machine and then calling my .msi file for application installtion I have set the bootstrapper to None in the Setup Project for my application in Visual Studio.Net. Also i am using the MDAC.MSM merge module ...more >>

Question about Dot Net Driver terminology
Posted by B. Chernick at 2/11/2004 7:01:11 AM
I recently became involved in an attempt to connect Asp.Net pages to an Oracle database. At the same time, I am involved in an MCAD study group. This may have lead to some confusion on my part. Please bear with me for a second. In Chapter 5, Lesson 1 (Understanding ADO.Net) of 'Developing XM...more >>

Datagrid not Refreshing
Posted by Steve Donnor at 2/11/2004 5:56:05 AM
Here's my question.. I can't seem to get my datagrid to refresh. I have a Dataset that automagically populates the datagrid. It's a two parameter SQL statement that I am using. Here's an example of that code.. datasetkey = mydot.OpenDataAdapter("Select MASYS, MAFLD, MADATA, MAEQV from QS36F.M...more >>

Concurrency violation - concurrency_error_watch.xls (0/1)
Posted by nick at 2/11/2004 12:31:19 AM
I'm having trouble updating from a datagrid. It's says "Concurrency violation: the UpdateCommand affected 0 records", though I can't see how it's related to "concurrency". I can insert and delete with no problem. Here's the code that's causing the problem: public void UpdateDataSource(Dancers....more >>

How to securly handler credit card info in DB?
Posted by Peter Rilling at 2/11/2004 12:02:36 AM
I am working on an application that will store credit cards in a database (basically a commerce application). What are some of the suggested ways of handling credit card data securely? ...more >>


DevelopmentNow Blog