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 8

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

XP Themes
Posted by virtualswp at 6/8/2004 11:03:01 PM
The XP themes using the .NET Framework has made my application look really nice. We are designing a few controls that it would be pretty nice if we could use the same XP theme colors that are defined by the system. Is there any way in VB.NET or C# to get the colors, gradients, settings, etc. from ...more >>


exe won't run
Posted by Coder at 6/8/2004 7:27:47 PM
I created a VB.Net windows application. It distributes fine. I made a copy of the entire folder structure for the project. Opened up the vbproj from this newly created folder structure, changed a few properties on a Button. Compiled a release version. Runs fine on the same dev machine, but will...more >>

web access failed when switching project path
Posted by denniswheeler NO[at]SPAM yahoo.com at 6/8/2004 6:55:14 PM
I'm trying to find a commandline solution for switching projects. Currently I have to modify the IIS virtual directory path to the source files, and then open the solution file in .Net to be prompted with the "Web Access Failed" dialog, where I can then modify the path to match my IIS settings...more >>

distinct
Posted by frazer at 6/8/2004 6:18:48 PM
hi i have the following 2 typed datasets. 1."SecurityGroupMembership" LoginName GroupId 2."Users" LoginName Password Fname Sample data loginname groupid user2 8 user1 1 user1 2 i have 2 listboxes selected and notselected i populate selected list box with loginna...more >>

Where has UserMode gone in .Net?
Posted by Brian Kirk at 6/8/2004 6:06:01 PM
In VS 6 there was a UserMode property of the AmbientProperty that told you if you were executing in design mode or run-time. I cannot find this anywhere in .Net 2003. Can anyone tell me where it is or if there is a replacement...more >>

asking for some logic to generate a list of alphabet
Posted by one at 6/8/2004 5:46:03 PM
greetings i am just wondering if some expert here can either show me how to do this or point me to the right direction (url... i want to use c# to generate a list of alphabet e.g A B C ... AA AB AC AD ... AAB ... ZZZZY ... ZZZZ any suggestion will be greatly appreciated thank you one...more >>

DevStudio locks up loading solution.
Posted by Simon Jefferies at 6/8/2004 3:28:29 PM
Hello, I'm getting a strange problem where when I load up my solution that has three projects:- a managed C++ .NET, one C++ lib, and a VB library. It locks up and doesn't load completely, I have to do the following to work around it. Rename the vcproj file, load the solution, rename ...more >>

DataGrid question
Posted by Shammu at 6/8/2004 2:06:03 PM
Hi all I am tryint to edit a cell in a row of a datagrid web control with no luck, could not find anything on the web in Visual Basic (only C#), anyone has a sample code Thanks...more >>



Replace exe and dll in use
Posted by Viviana Vc at 6/8/2004 1:03:40 PM
Hi all, I have 2 questions: 1) As I know there is no way on Windows to replace a running exe, but somebody told me that this is doable, and I couldn't find any info on how could this be done programmatically. Is something like this possible? And if yes, how? 2) My product has a dll that ...more >>

Problem with Windows Service.
Posted by ruben barzallo via .NET 247 at 6/8/2004 12:28:23 PM
(Type your message here) Hi, I have a Windows Service and works very good. This "service" use a TcpListener. Everything ok. But, when the event is executed stop, the program must close the TcpListener connection, but then the application remains inhibited when executing this command. As it ca...more >>

Need help with newbie type issue
Posted by John Ellis at 6/8/2004 11:56:02 AM
I have several hyperlinks in my main document that when clicked, I want the new window to open up without an addressbar or statusbar. I figured I could put something on the new page in the Page_Load section, but so far I am having no luck whatsoever. I am using VB .NET 2003 if that helps TIA - J...more >>

Outlook events in vb.net
Posted by sudheer at 6/8/2004 11:46:37 AM
Hi, Thank you in advance. I need to devlop an application, which reads the outlook inbox messages and appends some additional message to the read messages. I want to know is it possible to do this type of task? I mean to say is it possible to append some text in outlook inbox messages.If...more >>

Very stupid question
Posted by Strange Cat at 6/8/2004 10:29:13 AM
Hi everyone! I have this stupid question: How can I convert a string into all CAPITALS letters in the VS.NET IDE??? Is there a keyboard shortcut to accomplish this? Thanx in advance ASC ...more >>

working on project with multple people - getting started?
Posted by soni29 NO[at]SPAM hotmail.com at 6/8/2004 10:18:32 AM
Hi, I'm going to be starting a project with a friend of mine in C#, we're doing it to learn the language a little better, to get more experience with it. We've already come up with an idea of the application to build, but need advise on how to get started, to share the work? Also if there are...more >>

Windows service deployment
Posted by Paul N at 6/8/2004 10:06:02 AM
have followed the instructions in a sample piece of code in the book Microsoft Visual Basic .NET Programmer's cookbook, but the Windows Service I want to install does not apperar in the Windows Services dialog. The following is from the service install log. I would like to know if there is somethin...more >>

'System.ArithmeticException' occurred in system.drawing.dll
Posted by Peter at 6/8/2004 9:52:36 AM
I have made an ActiveX dll containing a COM interface with Borland C++ Builder. The dll does some low level things and does not put of any dialogs or so. This COM dll is used in .NET and seems to work very nicely in small example apps without much GUI stuff. However there's a big problem. Wh...more >>

IDE configuration
Posted by John Spiegel at 6/8/2004 7:58:28 AM
Hi all, I'm just getting into WinForms in VS.NET and am having trouble locating where to set a couple default behaviors that I hope exist. Any guidance on... - Turning off the "Snap to grid" that is forcing each control to align in ways I don't want it to - Setting default label appearanc...more >>

Re: Using microsoft.applicationblocks.exceptionmanagement with the GAC
Posted by David Williams at 6/8/2004 7:46:05 AM
I am having the same problem as described by an earlier post below: We are extending and using the microsoft.Applicationblocks.exceptionmanagement dll without a problem until we move the dll to the GAC. Similar to the earlier post we get a FileNotFound error. A solution was posted by "Roman Kiss"...more >>

differencies between cache and session
Posted by sizheng at 6/8/2004 7:40:28 AM
who can talk about it? I'm confused. THANKS....more >>

ADO .NET Connection Best Practice
Posted by Alex at 6/8/2004 6:51:38 AM
I have a middle tier dll that will be accessing SQL Server 2000 with ADO .NET. What is the best way to do my connection? Adding a user to SQL Server or using the Windows authentication ...more >>

Application center test
Posted by Rachael Russell at 6/8/2004 5:39:10 AM
Hi, Can someone point me in the direction of an Microsoft application center test newsgroup? thanks Rachael...more >>

ActiveX control written in C# Socket problem
Posted by mjcast at 6/8/2004 5:36:01 AM
I have been working on an ActiveX control in C#. It is packaged in a Windows Control library and the code is in a user control. The control is used as an automation receiver that is used to update a page dynamically through the use of event listeners in javascript That works, the problem is that wh...more >>

Snmp support in C#?
Posted by Irene at 6/8/2004 5:01:02 AM
How can i implement SNMP management application in C#/.NET In the regural Visual studio i've used the library mgmtapi.lib and snmpapi.lib I can't find anything similar to this in .NET....more >>

GUI Testing
Posted by suresh at 6/8/2004 4:40:17 AM
Hi all, Can any body tell me how to have a regression testing of a .Net Windows Forms GUI, being tested thoroughly. Thanks in Advance regards Suresh...more >>

Windows Forms UI Testing Tool
Posted by suresh at 6/8/2004 4:39:18 AM
Hi all, Can any body tell me how to have a regression testing of a .Net Windows Forms UI, being tested thoroughly. Thanks in Advance regards Suresh...more >>

OOP Question
Posted by Akeel Ahmed at 6/8/2004 4:16:03 AM
Hi I feel real silly asking this, I have been posed with a simple design question which goes as follows (I am from a procedural background and not oop which may help explain my stupidity) I have a class called Person and a class called Developer. Developer Inherits from Person. When I call the...more >>

Lookup computer in Active Directory using VB.Net
Posted by Henning Kristensen at 6/8/2004 3:26:02 AM
Hi I need a little help with some VB.Net code.. I am pulling my computer's GUID out using WMI Dim wmiObj As New System.Management.ManagementObjectSearcher("SELECT UUID FROM Win32_ComputerSystemProduct" Dim objMgmt As System.Management.ManagementObjec Dim MyByteGuid As Byte( ...more >>

XmlDocument Save and Load Streams
Posted by Tom Pearson at 6/8/2004 2:41:05 AM
I have created an XmlDocument and can see that this is correctly formed and has a root element If I Save the doc to a file and reload it all works o If I dump the doc to a stream, again using the Save method, and write this to a file I can then reload this correctly. However since I have no need...more >>


DevelopmentNow Blog