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 2005 > threads for tuesday 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

viewstate-customcontrol
Posted by Jaisabari at 5/24/2005 10:53:02 PM
How to save viewstate in Custom controls -- Regards Jaisabari...more >>

Z-Buffer
Posted by Wraith Daquell at 5/24/2005 8:18:10 PM
Hey all. I was wondering if there was a current implementation of Z-Buffering in a form's controls (besides the basic BringToFront and SendToBack methods). I think I could build one myself, but I didn't want to reinvent the wheel if necessery. Thanks -WDaquell ...more >>

ftp access?
Posted by Ed at 5/24/2005 4:45:16 PM
Will .Net work with just FTP access? I created a web form with a code behind, uploaded it to an existing website via ftp. I try to access the web form page and get an error about not being able to load the instance of the code I created. The first line has this: <%@ Page language="c#" ...more >>

Reading textfiles line by line
Posted by jamait at 5/24/2005 3:55:12 PM
Hi all, I m trying to read in a text file into a datatable... Not sure on how to split up the information though, regex or substrings...? sample: Col1 Col2 Col3 Col4 A0012430 REKAL TVÄTTMEDEL EKOMAX 0,5L ST ...more >>

That it! Please I need help
Posted by Chris at 5/24/2005 3:01:04 PM
Hi, I have MSMQ installed on my domain controller (Win 2003) and on my XP client (developer box). I created a private queue under private queues. I am able to write messages to the queue like str = "FormatName:Direct=TCP:xx.xx.xx.xx\PRIVATE$\testqueue" Dim msgQ As MessageQueue D...more >>

Windows Service Descriptions
Posted by David Norris at 5/24/2005 2:52:02 PM
I have created a simply Windows Service which installs, starts, stops, etc just fine. I'm confused by the fact that even though the service shows up in the Computer Management Services list there is no Description and I am unable to identify a property in the ServiceBase or any other class fo...more >>

null reference exception in VB calling C++ cout
Posted by Sheri at 5/24/2005 2:32:08 PM
I have a VB .NET program invoking C++ code through a dll. Calling cout generates "Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object". A line in ostream header file is causing this error. I used vbc to build my VB dll. Am I just missi...more >>

explode() equivalent in .net
Posted by the friendly display name at 5/24/2005 2:20:05 PM
Hello, In PHP there is the explode() function, it splits a string and returns an array consistent of the string parts. The string is split this way: $pizza = "piece1;piece2;piece3;piece4;piece5;piece6"; $pieces = explode(";", $pizza); echo $pieces[0]; // piece1 echo $pieces[1]; // piece2...more >>



Custom class inherits DictionaryBase
Posted by Nick at 5/24/2005 1:51:10 PM
I am writing an application that uses a custom class which inherits DictionaryBase so that I can add items with an associated key. When I try to serialize the object though, I get the following error: The type BuildingsCollection is not supported because it implements IDictionary. Here is ...more >>

Looking For Third-Party Diagramming Software - .NET API
Posted by Johnny Meredith at 5/24/2005 1:41:39 PM
I am looking for diagramming software that has an API. I need to dynamically generate and update legal entity organization charts, and I definately don't want to create something from scratch. Any suggestions? Does anyone have experience with MS Visio in this context? Thanks, Johnny Mered...more >>

using ILMerge
Posted by Tim Marsden at 5/24/2005 1:36:14 PM
Hi, I am trying to use ILMerge to consolidate a .exe and serval .dll's into a single .exe. (VB.NET) I am using the following command. ILMerge.exe /wildcards /log:Log.txt /keyfile:"C:\MyKey.snk" /t:winexe /out:Merged.exe Primary.exe *.dll I get the follow result at the end of my log fi...more >>

Spell Check ASP.NET Word 2003
Posted by Shawn at 5/24/2005 1:09:08 PM
Hi, I have added a spell checker to my web application using the "Microsoft Word Document" DCOM. Everything works great in my development environment. When I move everything over to my production machine I get... "Object reference not set to an instance of an object" This is caused wh...more >>

dio_.Net_to_Linux–for_free_
Posted by John Bailo at 5/24/2005 12:38:14 PM
http://blogs.zdnet.com/BTL/index.php?cat=2 5/23/2005 Grasshopper hops code from Visual Studio .Net to Linux–for free Mainsoft launched a free Visual Studio .Net plug-in called Grasshopper and a developer community forum for creating Web applications and Web services that run on Linux,...more >>

Memory usage in VB.Net
Posted by JosR at 5/24/2005 10:50:04 AM
I have a memory problem when running a VB.Net application. The application uses a from frmMain from which another form can be opened: Private Sub OpenTheNewForm() dim frm as New frmSecondform frm ShowDialog() End Sub At some point in time the second form is closed and the program retur...more >>

FileIOExcepion when trying to delete a file for the second time
Posted by Huahe at 5/24/2005 7:36:04 AM
I try to delete a file in a for each loop. My code checks if the file exists and if it does, it will delete the file and create a new file with the same name. The first time it works perfect, but the second time it gives me a FileIOException. I want to prevent this from happening. What can i ...more >>

??need some beginners projects??
Posted by A.J at 5/24/2005 4:01:59 AM
I am new to vb.net, right now i am going through ado.net tutorials. Just want to build some small projects using ms access as a database. Could you please tell me what kind of applications should i work on. thanks in advance. ...more >>

OpenFolder dialog ???
Posted by serge calderara at 5/24/2005 1:17:02 AM
Dear all, I need to display a common Open folder dialog in order to be able to select a particular folder. I have check for the FolderBrowserDialog object but it does not display my all drive structure, myDocument folder, myComputer ... In fact I fold like to getb the same dialog as for ...more >>

convert string[] to int[]
Posted by Jake at 5/24/2005 12:57:01 AM
Is there any way (other then using a loop) to convert a string array to an int array? Any help would be great. thanks :// Jake...more >>

Index 0 is not non-negative and below total rows count
Posted by clauschc at 5/24/2005 12:18:02 AM
Hi, When my web page returning no data I got a unhandled exception. How can I handel this error? IndexOutOfRangeException: Index 0 is not non-negative and below total rows count.] System.Data.DataView.GetElement(Int32 index) +43 System.Data.DataView.get_Item(Int32 recordIndex) +5 ...more >>

Add Custom Properties To EventArgs Class
Posted by Steve Amey at 5/24/2005 12:00:00 AM
Hi all I am creating a basic control to perform some tasks, and I want to declare some events to be raised so they can be handled from the form that the control is on. I can create my own Event Handler class and use that, but I would like to use the System.EventArgs class so that my event ...more >>

Convert html to RTF
Posted by Páll Ólafsson at 5/24/2005 12:00:00 AM
Hi gurus... Are there any free dll or does anyone know about some functions that converts html to RTF? Thanks Palli ...more >>

ItextSharp resizing images
Posted by Josh at 5/24/2005 12:00:00 AM
When I add an image into the pdf it gets bigger. How can I stop this? All ideas welcome, thanks ...more >>


DevelopmentNow Blog