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 > october 2005 > threads for friday october 21

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

Persisiting the call stack / heap etc.
Posted by Anders K. Jacobsen [DK] at 10/21/2005 9:48:08 PM
Hey. Is it possible somehow to persist the call stack, heap, program data...everything. Then at a later time load it again and continue work. The idea is actually to send it all over network in a pervasive research project, so that one program can be used on one computer and "instantly" c...more >>

2nd best ad I've seen in a long time...
Posted by clintonG at 10/21/2005 7:57:57 PM
http://www.w2knews.com/HMASM/051024FA-Lift ...more >>

Best ad I've seen in a long time...
Posted by clintonG at 10/21/2005 7:49:50 PM
http://www.worth1000.com/emailthis.asp?entry=230567 <%= Clinton Gallagher METROmilwaukee (sm) "A Regional Information Service" NET csgallagher AT metromilwaukee.com URL http://metromilwaukee.com/ URL http://clintongallagher.metromilwaukee.com/ ...more >>

System.Security.Cryptography
Posted by tascien at 10/21/2005 4:40:21 PM
What i want to do is really simple... Encrypt all my querystrings, in the website. Do want to show something like this: UserID=833774 want to show: uid=09SDSOIFDOIFIIDOIFOIDFOIOIFD some kind of encrypted string that requires a password to decrypt it. the examples shown here: ht...more >>

Strong Name Key (SNK) File
Posted by Tackie at 10/21/2005 4:13:34 PM
1. After I use "sn -k MyKey1.snk" the snk file is created. 2. I then goto my solution and add an existing item. 3. Select the key file I just created 4. It is added to my solution 5. when I click it to edit the assembly data the file opens as a garbage text file within .Net I'm I missing so...more >>

Parameterization - Generalisation
Posted by robert at 10/21/2005 2:14:03 PM
Hi, Could anyone give me some hints how I can evaluate the reuse potential of a program related to the parameterisation and generalisation? - I think it concerns at the one hand the interfaces... Has anybody ideas?:(( regards rob ...more >>

Using a structure as a hashtable key
Posted by C Villalba at 10/21/2005 1:49:07 PM
I am wondering if there is any problems with using a structure (contains 2 strings and 1 datetime) as a key to a hashtable. I have created one without overriding the gethashcode or equals functions and it seems to work. However i am not sure if occasionally this can cause a problem with uniqu...more >>

Help with indirect reference problem
Posted by Christopher Burns at 10/21/2005 12:20:04 PM
Hi all, We are using VB.NET (VS2K3), sitting on VSS6. I have sorted out a configuration problem that was preventing us from building from scratch for new developers, but now I am having a very odd references problem. Here is the scoop. I will make this brief, and if more info is needed ...more >>



Current row in a datagrid/dataview
Posted by amber at 10/21/2005 10:31:08 AM
I have a datagrid, based on a dataview (filled with dataset data from SQL server). The dataview contains an ID field, but this field isn't in the datagrid. How can I get the ID associated with the current selected row in the datagrid? Possible? Thanks in advance, Amber ...more >>

Easy installation of .NET 2.0
Posted by Olaf Baeyens at 10/21/2005 9:44:05 AM
Making users install the .NET framework v1.1 to run my.NET program was hard to do, so I ended up rewriting the program in none-NET code because no one wanted to install it. One of the problems was that the setup pointe to a ..NET install URL but somehow Microsoft changed it and the users ended up...more >>

Mapping UNC Path to local path
Posted by Salim at 10/21/2005 9:39:04 AM
I get a UNC path input from user. I need to map local path to this UNC path and vice versa Is there any simple way to do it in .NET? ...more >>

List Of Objects In a Form
Posted by João Santa Bárbara at 10/21/2005 8:55:23 AM
Hi all is there any other way to get all objects from a Form ??? without doing a recursive function to navigate through the control property ? thks JSB PS: this needs to be very fast .... ...more >>

VB / SQL Question
Posted by garyusenet NO[at]SPAM myway.com at 10/21/2005 8:49:30 AM
I'm using MS VB Express Ed. 2005. I have an sql database. This database has one table, and there is a column called salesman. I want to AUTOMATICALLY enter the salesman name for every new record created. The salesman name will be taken from a list of six possible salesman in strict order...more >>

Thread not terminating with the application main form closure.
Posted by Byron at 10/21/2005 8:15:01 AM
I'm new to C# and threading, so hopefully this is a simple newbie question. I have a form that is supposed to listen for network traffic on a given port and decode and display any interesting traffic it sees. To do this I've launched a separate thread to do the listening. When I run my fo...more >>

Database Design
Posted by max at 10/21/2005 7:31:02 AM
Hello, I am not so experienced in database design and in my job now I have to design a database for publications. The problem is the design should be worked out as soon as possible.:( The publication database should contain the following details: Title Subtitle Authors Place of public...more >>

Updating attributes in LDAP/Active Directory
Posted by Dave at 10/21/2005 5:25:10 AM
Hello. I am trying to update attributes in LDAP/Active directory from my application that is written in VB.NET. I am using Directory Services to do so. I do not get any errors during the execution of the code but directory is not being updated. I think it has something to do with caching. ...more >>

Completely lost please help
Posted by garyusenet NO[at]SPAM myway.com at 10/21/2005 5:22:05 AM
I am working with an application which is based on .net framework, and comes with an SDK. I've installed MS VB 2005 express edition. it seems to open most of the files in the sdk, but it gives some errors and i can't get them to do anything. how do i add functionality to this application ...more >>

newbie- merge module
Posted by Meetu at 10/21/2005 3:09:02 AM
What is the concept of merge module. Many sites tell how to make a merge module but could not find any site telling what is a merge module. Please let me know if you have any good links. ...more >>

problem with & in hyperlink.navigate (which is converted to &amp;)
Posted by P. Mellerin at 10/21/2005 3:01:02 AM
Hello, I have been searching online for a whole day and couldn't find an answer for this. I have this hyperlink server control: ------------------------------------------------------------------------------------ Design mode: <asp:HyperLink ID="MyHyperlink" Runat="server" NavigateUrl="...more >>

Impersonate..
Posted by tascien at 10/21/2005 12:49:36 AM
I know ASP.NET Forms Auth. do not protect files that are not ASP.NET other files and I want to protect *.* in a folder. so, IIS IIS mapping is not an option, because i would have to create a map for each possible file in the world... Is it possible to set NTFS security on a folder, and then us...more >>

re: Can multiple applications share the same port?
Posted by Chad Z. Hower a.k.a. Kudzu [msft] at 10/21/2005 12:01:53 AM
What port are you referring to? Are you talking about TCP? _________________________ Chad Z. Hower Regional .NET Developer Advisor (DPE DE) Microsoft Middle East & Africa +90 212 326 5185 +90 533 685 6256 (Mobile) Legal Disclaimer Any newsgroup or public forum postings are my own posti...more >>

How to Save Variables to a Excel File?
Posted by Brian Underhill via DotNetMonster.com at 10/21/2005 12:00:00 AM
I am new to the C# world and I am trying to take input variables in a Win Form and save them as rows in a Excel Spreadsheet. I am not sure where to start, and I am having trouble finding a tutorial......more >>

How to trust an Network share
Posted by Hughs Man at 10/21/2005 12:00:00 AM
I am not develop an VB .NET application within a team. The source code is place into the server and user connect to the share for development When I load the project, VB.NET told me that "The project location is not fully trusted by the .NET runtime......" How can I correct this stuff ? ...more >>


DevelopmentNow Blog