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 > may 2004 > threads for monday may 24

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 31

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


Gracefully fail to start a service
Posted by Joel Lyons at 5/24/2004 6:47:01 PM
If my service fails to start, I'd like to notify the user and either display an error or direct them to check the event log to see more info. With Win32, you could return a non-0 number to the SCM during startup and a dialog would be displayed (by the SCM) showing the error number and directing...more >>

New Content From WWWCoder.com
Posted by Patrick Santry at 5/24/2004 6:07:39 PM
DotNetNuke 2.x Module Architecture, Part III http://www.wwwcoder.com/main/parentid/224/site/3084/68/default.aspx In this final article of our module architecture series, we will look at the architecture of the database provider class, and finally creating our distribution and installing our m...more >>

Help! ActiveX control built in c#
Posted by Elric at 5/24/2004 5:41:03 PM
OK... I've built an C# control and exposed a interface so I can use it in a web page by referencing it within the Object tag. It runs great on my development machine. However, when I try to run the HTML and the .net assembly i get some very strange behavior. Specificaly the control appears to loa...more >>

Help - Changing the output of a repeater depending on the data
Posted by Henry Nelson at 5/24/2004 5:03:48 PM
Hi all I'm very new to dotNet and just trying to get my head around the right way to do the thing that I would normally do in asp. In asp I would loop through a recordset and output all the html dynamically for the layout I want. I have seen some examples of using a repeater and they seem t...more >>

OOP question VB.NET
Posted by artifact at 5/24/2004 2:01:03 PM
Can anyone tell me how to access a variable in a parent class from within a nested class? Note: this snippet is only to illustrate my problem... I realize there's no need to get at the parent name THROUGH the child object, but it quickly shows what I'm after... any help would be appreciated. TH...more >>

Process StandardOutput and StandardError on seperate threads.
Posted by mwazir at 5/24/2004 1:59:34 PM
Hi all, I have reposted this question from dotnet.general as I have been advised that this is a more appropriate forum for this question. Apologies for the repost. I have a process thats starts in my application and only terminates when my application is terminated. I want to write the outp...more >>

Type 'TypeName' has no constructors
Posted by Marina at 5/24/2004 1:13:17 PM
Hi, if anyone can help on this, please! This is driving me crazy. I have a user control hierarchy several levels deep that derive for UserControl (windows). The class that is at the top level, has the following constructor (generated by VS.NET) Public Sub New() MyBase.New() ...more >>



Longhorn application and win XP?
Posted by Andrew Genovesi at 5/24/2004 10:46:06 AM
Is possible to develop longhorn application in Win XP Pro I tried to install Longhorn SDK but is not present msbuild.exe an ..NET framework 2.0 How can i compile and execute Longhorn application in Win XP Pro?...more >>

Process StandardOutput in a seperate thread
Posted by mwazir at 5/24/2004 9:43:04 AM
Hi all, I have a process thats starts in my application and only terminates when my application is terminated. I want to write the output and the errors of this process to a seperate log file. In order to do this, I spawned two threads. My code looks something like this ' Starting the pro...more >>

. Net RichTextBox Verticle Scroll Bars
Posted by sdh NO[at]SPAM caselle.com at 5/24/2004 9:32:28 AM
I have a richtextbox with the Scrollbar property set to vertical. If the text in the box overflows the size a vertical scrollbar is visible. If the text fits inside the box the scrollbar is not visible. Is there a way to programmatically check to see if the scroll bar is visible or not? ...more >>

System caption
Posted by Wally at 5/24/2004 9:30:45 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 >>

MCSD
Posted by juni at 5/24/2004 8:36:07 AM
I want to do the exams to be a MCSD. Do I have to purchase the Visual Studio.NET Professionals or is it enough to buy the Academic version to prepare for the exams Please somebody help me ? Thank you !...more >>

Do you work with pages that have different 'modes' ?
Posted by Matt Swift at 5/24/2004 7:19:25 AM
I would like to know, how many people when designing asp.net apps, break down pages into components (user controls) and use them repeatedly in different panels etc. We tend to make parts of a page visible/invisible using a property or method in the codebehind and then make one page seem lik...more >>

InvalidCastException driving me nuts
Posted by JPerrin at 5/24/2004 6:51:14 AM
I'm attempting to create a generic data access layer that can load any assembly that has objects implementing the "IDb..." interfaces. Everything is working perfectly when I use a SqlConnection, however when I attempt to use a MySqlConnection and cast it to an IDbConnection I'm getting an In...more >>

Buttons in Datagrid
Posted by faridt NO[at]SPAM coned.com at 5/24/2004 6:39:11 AM
Hi, I have a Datagrid control on a .Net Windows Form. How can I add button (or other controls) in one of the columns? BTW is it possible with DataGrid control or not? Thanks!...more >>

Setup was unable to find msi package
Posted by Mads at 5/24/2004 6:21:06 AM
Hi, we see some strange behavior with the latest version of our deployment package Background We have a .Net product that is deployed via a website. Developed with VS.Net 2003, the deployment project uses a "Web bootstrapper" and has a valid signature On the download site we have to files - ...more >>

dotfuscating your code
Posted by Johan Johansson at 5/24/2004 6:21:02 AM
Hi I am wondering why MS is using an external vendor for obscuring your assemblies (i.e. Preemptive) Is this because A. dotfuscating isn't really necessary. If so, why not B. There are better ways to make your code difficult to reverse engineer. If so, which ways C. Preemptive's s...more >>

ArrayList storing to a cookie
Posted by Maziar Aflatoun at 5/24/2004 5:30:45 AM
Hi, Does anyone know how I can store an ArrayList in a cookie? Thank you Maz. ...more >>

bill gate
Posted by linux at 5/24/2004 4:56:06 AM
You F00L!...more >>

Remote FileCopy using ASp.net
Posted by PRM at 5/24/2004 2:16:03 AM
Hi I have an ASp.net application using C#. I need to copy a file present on the web server machine to a remote machine on the network. Although this seems to be a trivial matter I am having difficulties copying the exe I am Trying string Source = @"c:\temp\test.exe" string Destination =...more >>

How to use FormsAuthentication class in Desktop application (VB.net)?
Posted by Shelby at 5/24/2004 1:56:02 AM
Hi how can I use FormsAuthentication.HashPasswordForStoringInConfigFile Method in my vb.net application I would like to achieve the same PHP crypt() function for encrypting password. However I've only seen FormsAuthentication class being used in asp.net, not in vb.net So I was wondering what sho...more >>

Using Mutex's
Posted by Graham at 5/24/2004 12:36:01 AM
Am I right to assume that you use Mutex(s) for protecting shared data within threads of an application; i.e. its not used to protect shared data between separate applications I have tried to use named Mutex's to protect shared data between two separate applications, but not clear how/where to crea...more >>

How to access keys and values of an embedded .resources file???
Posted by Bob Rock at 5/24/2004 12:26:09 AM
Hello, I'd like to programmatically access keys and values of on .resources file embedded in my assembly. I've seen that the assembly class provides the GetManifestResourceStream method .... but then I don't know I to access single keys and values inside the same .resources file. I'd like to ...more >>


DevelopmentNow Blog