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 > january 2004 > threads for friday january 2

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

Delegate constructor types
Posted by Edward Diener at 1/2/2004 10:56:26 PM
The first type to a delegate constructor is obvious. It is an object * . What is the .NET type of the second argument to the delegate constructor ? Can I save an object of that type and use that object to construct a delegate ? As an example in C#: public delegate void ADelegate(); public c...more >>


Highlight a datagrid
Posted by Hari at 1/2/2004 9:35:10 PM
I want to highlight a row in a ASP.NET datagrid when i click on it ? How can i do that?...more >>

difference between HTML controls, HTML server controls , ASP.Net controls?
Posted by Hari at 1/2/2004 9:26:46 PM
What is the difference between HTML controls, HTML server controls , ASP.Net controls? Which will give more performance?...more >>

Full Windows Forms Applications Like TaskVision?
Posted by Eliezer Figueroa at 1/2/2004 9:10:50 PM
I would like to know where to find other Full Sample applications for Windows Form Database Systems like TaskVision. I am not looking for small tutorial or tecknolgy samples but instead full database systems with code like TaskVision! http://www.windowsforms.net/Default.aspx?tabindex=7&tabid=4...more >>

Help Urgently!! MSDN sample not working!!
Posted by Catherine Jones at 1/2/2004 5:27:23 PM
Hello, The security sinks example provided as part of the below mentioned article in MSDN does not work in .NET 1.1. Can you please provide the configuration file for making this work with 1.1 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/remsec.asp ...more >>

Help: self refreshing textbox in asp.net (C# code behind)
Posted by DevilZAngel at 1/2/2004 3:51:44 PM
Hi all I am writing a simple chat application in asp.net. Problem is that, when other user sends a message, I want my testbox (which shows the messages) to refresh automatically, without using setInterval or anything like that. I saw a webpage at microsoft's website somewhere using the same th...more >>

Installing .NET Framework 1.1
Posted by Chenna Ravi at 1/2/2004 3:45:40 PM
I have installed .NET Framework 1.1 but the about box from Visual Studio .NET IDE still shows that I am using previous version of the framework. Is there anything I need to do after running dotnetfix.exe 1.1.4322.573. Thanks you ravi ...more >>

What is the Need for XSD in Application Blocks designing
Posted by Jagadeesh at 1/2/2004 12:45:45 PM
Can anyone help in clearing my doubt Hi, There is a need for me to implement Application Blocks in my project, (Basically 3 tire), the project comprises of UIL, BLL,Business Entities, DAL.. When i saw the example programs from User Interface Application Block example, which is implementing th...more >>



Setting form as "start up object" in visualstudio.net
Posted by J. Muenchbourg at 1/2/2004 12:36:33 PM
I cannot find anywhere in vs.net that shows me how to set up a form as a start up object in my project. I'm trying an exercise in the PrepLogic Xml manual, which wants me to set my form.vb as a startup object and then run my project. ??? Muench *** Sent via Developersdex http://www.dev...more >>

Basic Regex Question
Posted by William Ryan at 1/2/2004 11:37:37 AM
How do I ignore something that's part of what I want to find. For instance..I have this string [33333333] I have a regex \]\d*\] to find the whole thing. However, I don't want to have either of the brackets returned..I want my return value to be 33333333 not [33333333]. Our resident regex g...more >>

Full Aplications like TaskVision??
Posted by Eliezer Figueroa at 1/2/2004 11:35:58 AM
I would like to know where to find other Full Sample applications for Windows Form Database Systems like TaskVision. I am not looking for small tutorial or tecknolgy samples but instead full database systems with code like TaskVision! http://www.windowsforms.net/Default.aspx?tabindex=7&tabid=4...more >>

Controls autoresizing on save/build??? Arggggggg!!!
Posted by nospam at 1/2/2004 10:40:04 AM
Does anyone know what would cause controls placed on a derived form to resize themselves when saving/rebuilding the form? This is maddening behavior and I don't have a clue as to why it is occurring. ...more >>

Compile users string into function module?
Posted by Don Stewart at 1/2/2004 10:25:24 AM
Hello all, Is there a way to take a user entered string and Compile it into a module or function that I can use from within my program. I want to allow the users to enter C# code that will fill a function that I could call from within my code. I would like to give the user some specific par...more >>

Valid Uses for Threading in ASP.Net
Posted by Nick at 1/2/2004 10:18:35 AM
What are some valid uses where you could see that Threading would effectively be used in ASP.Net? Some generic examples would really help out. Nick ...more >>

System.Management Where is it?
Posted by David Cotton at 1/2/2004 10:05:47 AM
I would like to use this namespace. However, it doesn't seem to be installed. Did I miss an option when I installed or is this something I need to download? Thanks, Dave...more >>

Starting URL from VB.NET 2002
Posted by KS at 1/2/2004 9:30:17 AM
How to send the user to a specified URL when clicking on a picturebox ? KS, Denmark ...more >>

Pagination of a datagrid in alphabetical mode
Posted by Mukesh Kumar at 1/2/2004 7:17:09 AM
Hi, Can anybody throw some light about displaying records in datagrid and pagination will be done alphabetically. Like I want to click on G and want to display all the records starts with G. Is there any property or custom coding in Datagrid helps us to achieve this? This is a bit urge...more >>

Recommend theory-based .NET book
Posted by Mike at 1/2/2004 5:43:25 AM
I'm interested in learning more about the nuts and bolts of .NET. I've never developed with it before and I don't want marketing speak or API mumbo jumbo. I'm a seasoned Unix developer and I want something that isn't about how to use APIs and such. For example, the only good book I ever brow...more >>

Testing!
Posted by llz at 1/2/2004 5:21:10 AM
Testing!!!...more >>

Installation of MSVStudio .NET 2003
Posted by Nicola at 1/2/2004 4:30:43 AM
I am having problems with installing MS .NET Framework 1.1 (one of the prerequisites) I get the following error message: Extracting file failed. It is most likely caused by low memory (low disk space for swapping file ) or corrupted Cabinet file. I don't think it is a memory prob as I h...more >>

nested If statments!!
Posted by Angelina at 1/2/2004 4:21:43 AM
Hi, I need some help in writing a 'if-then-else' statement. I currently have wrote one that looks something like this.. If Combobox1 = xxx and textbox1 <> "" then 'run stored procedure 1 to obtain the relevant records and place them in a datagrid. elseif combox1 = yyy and textbox2...more >>

'HtmlTextWriter' cannot be converted to 'HtmlTextWriter'.
Posted by blaz.ziherl NO[at]SPAM abraxas.si at 1/2/2004 4:08:57 AM
Hi, I am developing an application in VisualBasic .NET and got the following error: "An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll Additional information: Argument 1 to method 'Control.RenderControl' has type 'HtmlTextWriter' and canno...more >>

Doing IPC in .net
Posted by Sam Johnson at 1/2/2004 3:10:08 AM
Hi I'm currently developing two VB.NET applications that run on the same computer. Now, these two processes need to talk to each other - that's why I need Inter process communication. I've heard about remoting could work for this, but unfortunately I can't use it (don't ask why, mainly so...more >>

VB6 to .NET upgrade / INET problem
Posted by TimW at 1/2/2004 2:45:28 AM
I have just installed .NET and am attemting to migrate an existing VB6 to the new environment. Unfortunately the migration wizard halts with the following message which I have extracted from the .log file: <Issue Type = "Global Error" Number = "4009" >The refer...more >>

MMS
Posted by Angeline at 1/2/2004 12:39:08 AM
Hello, does anyone know how to create an application to send MMS (Multimedia Messaging Services) using visual basic.Net? Please help. thanks alot...more >>


DevelopmentNow Blog