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 > june 2004 > threads for tuesday june 15

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

Playing mod-music in .NET?
Posted by cody at 6/15/2004 11:55:08 PM
Is there a way to play mod-music in .NET? I know in the standardlibraries there is nothing for mod-music but does anybody know of a free third party component that can be used for that? -- cody [Freeware, Games and Humor] www.deutronium.de.vu || www.deutronium.tk ...more >>


XML to HTML using XSLT
Posted by Allan Bredahl at 6/15/2004 11:31:23 PM
Hi All I'm trying hard to find out how to transform XML to HTML using XSLT files. I have searched all over for some examples on how to do this, but I have had no succes with any of them. Can sombody please direct me on how to fill in this function: Public Function XmlToHtml(ByVal xm...more >>

Dotfuscator and strong name assembly
Posted by kjon at 6/15/2004 11:13:36 PM
Hi, I want to obfuscate my DLL assembly which also has a strong name. As I know that the obfuscated assembly with strong name won't work, and have tried using AssemblyDelaySign(True) and sn.exe -R my.dll key.snk but still don't work. Just want to make sure what is the proper way to achieve thi...more >>

Interface vs. Virtual methods
Posted by Just D at 6/15/2004 8:16:28 PM
All, What are advantages and disadvantages of these two different approaches? 1 . I create a base class with a few virtual methods, then I derive my classes from this class, override these methods and use this class. 2. I work with the interface, same for each class, just define it for eve...more >>

About MS Newsgroups
Posted by Don Wash at 6/15/2004 2:55:54 PM
Hi All! I do not find any relevant newsgroups to post this question so I just posted to this VB DotNet and General DotNet groups. I'm trying to create a VB.NET application that will scan newsgroups. What I like to know is if there are any different between a MS newsgroup (microsoft.public...more >>

Regular Expression
Posted by kuya789 NO[at]SPAM yahoo.com at 6/15/2004 2:37:23 PM
how can i write a function that returns true when it sees "textbox1.value" (without quotes) only and returns false when it sees func(textbox1.value, var) or anything else. Thanks, Aaron example text ---------------------------- some line func(textbox1.value, var) some line some line t...more >>

reflection omits private members.
Posted by frazer at 6/15/2004 2:34:16 PM
hi i have a class in which i have some private and some public members. using reflection i iterate thru the memebers but i dont get the private ones .. i only get the public ones. how do i get the private ones. thanx ...more >>

HELP - How to Dump a Dataset into Excel???
Posted by leeedw NO[at]SPAM hotmail.com at 6/15/2004 2:12:05 PM
Hi All, I'm looking for an efficient way of dumping a table in a Dataset into an Excel sheet. I'm currently copying data cell by cell and this is rather inefficient for large Datasets. My current code is as follows: objExcel = New Excel.Application() objWorkBooks = objExcel.Workbooks o...more >>



User controls disappear from form
Posted by Peter Manesis at 6/15/2004 2:00:02 PM
I have created some user controls which they inherit from TextBox, ComboBox e.t.c. They seem to work fine but sometimes when I open the project and load the form containing them (or maybe when I change the dll with my controls), then my controls are vanished but actually they are not deleted. When I...more >>

Duplicate GUID problem
Posted by Robert Chapman at 6/15/2004 12:31:10 PM
I know that this should be impossible, yet it is happening... I have some c# code that uses a method scoped variable of type Guid. The code assigns Guid.NewGuid() to the variable. This value is then used as a primary key in a database table. I have seen two occasions over the last 6 months...more >>

ComboBox in a Class DLL
Posted by RicMarble at 6/15/2004 12:15:01 PM
Using .Net, in a Class to build a DLL. When trying to execute "ByVal CBox As Combobox" combobox is NOT recognized. Added References defined are: System System.Data System.Drawing System.Windows.Forms System.xml I developed many class DLLs and this worked using version 2002. I ...more >>

IDE interface question
Posted by Sue at 6/15/2004 11:52:01 AM
I'm working on a web app in .NET. How the heck to I set the IDE so it will (1) leave my whitespace on the Design page alone, and (2) leave my Server Control formats alone (e.g. it keeps changing <ASP:Checkbox ID="MyCheckbox" runat="server" Text="Check Me" /> to <asp:Checkbox ID="MyCheckbox" runat="s...more >>

Safest location for a Thread.Abort()
Posted by Wayne M J at 6/15/2004 11:41:07 AM
I have been using threads on and off, but I am always coming across a situation that baffles me: where is the best place to put a Thread.Abort() call? I have a form, when the button event is fired, a thread is created, and it will continue on its merry way until I force the thread to `die` via...more >>

Unspecified error when adding a new Windows form or component.
Posted by Gloss at 6/15/2004 11:31:01 AM
In Visual Studio 2003 when I try to add a new component or form to a project it pops up an error, "Unspecified Error" with no details. I tried re-setting permissions on the disk drive and also re-installing VS 2003 with no joy. Everything was hunky-dory until I installed WSE 2.0. Anybody have any cl...more >>

Combobox in a Class DLL
Posted by RicMarble at 6/15/2004 10:41:01 AM
Using .Net, in a Class to build a DLL. When trying to execute "ByVal CBox As Combobox" combobox is NOT recognized. Added References defined are: System System.Data System.Drawing System.Windows.Forms System.xml I developed many class DLLs and this worked using version 2002. I ...more >>

reflection
Posted by frazer at 6/15/2004 10:03:25 AM
hi, I have an assembly with many classes in it. and some of the methods in those classes have this attribute StoredProcedure before them, which takes different values . (i basically use it to store storedprocedure names that this function calls.) [MyCompany1.Data.StoredProcedure("spGetCustome...more >>

Interop.MSHelpServices not strongly named
Posted by Jack Menendez at 6/15/2004 9:29:01 AM
I have a forms based plugin architecture using C# that includes help files using MSHelpServices. However, my strongly named assemblies cannot be created because Interop.MSHelpServices is not strongly named. I get the following message during a build, presumedly from AL.exe: Assembly generation f...more >>

IIS 6 and dotnet
Posted by Mike at 6/15/2004 9:28:01 AM
What is the minimum installation required for aspx to run on a Win 2003 standard server? Do I need FP extentions? the SDK? or just the framework. I have been developing fine on my dev box but want to set things up on a production environment with as few potential holes as possible. Our admin i...more >>

FileSystemWatcher and Large Files
Posted by Jeff Grundy at 6/15/2004 9:10:01 AM
I am using the FileSystemWatcher to watch a folder for new file. The new files will be very large. The Created event is fired when the new file first appears in a folder. How do I know when the file system is actually finished writing the new file? -- Jeff...more >>

DataBinding
Posted by krzysiek_bl NO[at]SPAM tlen.pl at 6/15/2004 7:14:44 AM
Hi, I have a few textboxes on a form bound (using .text property) to DataSet. When I change values in textboxes and then check DataSet.HaveChanges method I get 'false' Does it mean that data binding is just one-way mechanism? Do I have to set all the values read from text-boxes in update que...more >>

best way to Dim arrays you don't know the size of?
Posted by scottmacebay NO[at]SPAM tiscali.co.uk at 6/15/2004 6:29:44 AM
If you don't know the size of an array when you create it (and it needs to be available to the whole program), is it more efficient to redim or use (,) e.g. : 1. Public class form1 …. Dim SampleArray(,) as string … Private sub Something() Dim NowWeKnowTheValueOfTheArray as integer = 1...more >>

fmexpense app from NGWS SDK preview?
Posted by Rodger Brennan at 6/15/2004 6:14:29 AM
I remember that before the launch of .NET there was an fmexpense app. The cool thing about this app was it's ability to be used offline or online as an asp.net app. Does anyone know what happened to this sample application? Also, is this similar to the Smart Client Offline application block capa...more >>

XmlTextReader.ReadString doesn't parse \x0095 character correctly
Posted by David NO[at]SPAM CentralDevelopment NO[at]SPAM nospam.com at 6/15/2004 5:49:01 AM
I have an xml file that, for example, contains the following element: - <data>\x0095 blah1 \x0095 blah2 \x0095 blah3 \x0095 blah4</data> If I use XmlTextReader.ReadString() to read this data into a string, the \x0095 are interpreted literally. However, the following code works fine: - st...more >>

could not find the path
Posted by Kelly at 6/15/2004 1:30:01 AM
hi all, i'm using ASP.NET Web Application writie in VB, using a "File Field"component under HTML tab and i do a right click on the component and select "Run As Server Control". This was done because i wanted the user to browse a specific file in their own directory(on their client PC only). Ev...more >>

Use MS Word with ASP.NET
Posted by Chris Zoper at 6/15/2004 12:56:36 AM
Hello, I'd like to use MS Word with an ASP.NET application. I've referenced to MS Word, but when the code line Dim objWord as New Word.Application is reached, I get an error saying ASP.NET has no permission/rights to create the object. Does anyone know how I can solve this problem? Gree...more >>


DevelopmentNow Blog