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 > april 2005 > threads for thursday april 7

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

nested listst
Posted by Van den Houten Willy at 4/7/2005 11:23:03 PM
Hello, Can anyone help me to get this code up and running ? It's a task about nested lists, and I don't understand it. Module Client Sub Main() Dim myProcess1 As New Process("process1") PrintProcessData(myProcess1) Dim myTask1 As New Task("task1") my...more >>


Add the headers to httpwebrequest/httpwebresponse from .net code
Posted by Vivek at 4/7/2005 11:05:02 PM
how to add the headers to httpwebrequest/httpwebresponse from .net code ?...more >>

.NET Framework occurence/spread
Posted by truetype at 4/7/2005 11:03:01 PM
Greetings! I consider to create an application using .NET Framework. It would be used by any kind user, mostly those who do not know anyting about programming and ..NET Framework. But have some hesitations about .NET Framework occurence on computers of such users. Is there any statistic...more >>

class diagram template
Posted by timallard at 4/7/2005 9:07:16 PM
Using visual studio 2005 express and notice that it doesn't have a template for creating class diagrams so would like to download it if it's available....more >>

.NET Framework SP1.1
Posted by JimM at 4/7/2005 8:11:43 PM
How do i know if my Windows 2000 workstations and servers and Windows 2003 servers have SP1.1 installed? Thanks. ...more >>

Deleting Blocks of Text From a File
Posted by Thaynann at 4/7/2005 7:13:01 PM
is there a way to delete a block of text i have started by looking for the speicific line of text that starts the block by looking for teh index of it...but i cannot figure out out to remove that text from the file..can anyone help me?...more >>

Switchboard in VB.net
Posted by Tom T via DotNetMonster.com at 4/7/2005 5:34:20 PM
Hello all.. I'm making a dynamic menu in VB net for an aplication but i'm having an issue ... I need to use a varable as part of an argument when opening new forms.. example.. Dim X as string x= rs.fields("formname") dim View me as new X how do I get VB.Net to reconize that x is an...more >>

wireless media adapter APIs
Posted by Larry at 4/7/2005 5:21:27 PM
I'm trying to find information on how to write (perferable dot net based) application services to work with 802.11B wireless devices (such as Linksys WMA11B media Adapter). My first goal is to create a network service that will act as a "radio" broadcast station for the "internet radio" fea...more >>



Regex Help
Posted by Jon at 4/7/2005 2:21:02 PM
Hi I'm trying to extract all words from a string of text but am running into 'issues' which I would appreciate help with. I have string and whitespace seperates words. There WILL be mulitple space characters between each word. e.g Hello 123 world % $1300 456 I've tried all so...more >>

.NET DLL
Posted by Nille at 4/7/2005 2:01:23 PM
Hi! I have a serious problem with .NET dlls. When I compile a dll and an application separately and the application references the dll, the application fails to start. When I compile the application and the dll together, it works as supposed. To the best of my knowledge, this behaviour i...more >>

XML control
Posted by Peter Schmitz at 4/7/2005 1:25:05 PM
Hi, I have the following task to achieve: I need to be able to view and edit an XML document (*.xml) in a proper way in my vb .net application. But, when I just load the file into a multiline textbox, the xml document is not properly formatted. Is there any way (any control) that is able to...more >>

(winform) dynamically adding multiple instances of a user control
Posted by ram at 4/7/2005 12:05:02 PM
I have a user control uc (with a dropdownlist uc_dd) that I dynamically add to a pane on a button_click. this pane is hosted on the winform. now when I add two instances of the user control (uc_dd1, uc_dd2), and change the selected item in the dropdown uc_dd1, the selected item in uc_dd2 also ...more >>

Datagrid: Linking combobox columns?
Posted by JAdrianB at 4/7/2005 12:01:04 PM
I'm trying to use a datagrid for data entry. I've created a couple of combo box columns using information from http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q480q That example basically sets every combobox in a given column (for every row) to the same datasource. One obstacle I have to ...more >>

Printing Text In C#.net at an Angle
Posted by ZS at 4/7/2005 10:51:02 AM
Hello, Please can you assit me in printing a text at an angle. Basically a set of words and each work must be printed at an angle. Thank you. ...more >>

Closing a calling form (C#.Net)
Posted by Sherwood at 4/7/2005 10:29:04 AM
Greetings, I have the following code (which displays a second form), but it is not working as expected. I want to close the calling form after the dismissing the second form. However, the second form never displays with the code I have below. Any suggestions? [Note: I have also placed ...more >>

Capturing a Web page in vb.net
Posted by dkalsow at 4/7/2005 9:17:01 AM
Good Morning, Does anyone have an example of how, in vb.net, I can open a web page, and then search through the captured page to pull specific values from it? Thanks! Dale...more >>

Regular explression help - fractions
Posted by Stedak at 4/7/2005 8:43:03 AM
C# I am writing a function that allows the user to enter fractions as answers (i.e. how many asprin tablets for a dosage?). I have the first half of the Regex figured out but don't know how to do the second half. In the snippet "1-2 1/2". I can figure out the part before the dash but n...more >>

Displaying a Form (C#.NET)
Posted by Sherwood at 4/7/2005 8:35:09 AM
Greetings, I have a "newbie" question regarding C#.NET. I am using the "Windows Application" template and am simply trying to display a second form ("frmInstructions") once the user clicks a command button on the main form. In the "Click" event of the command button, I have the following ...more >>

Modified Date doesn't change - Opening screen
Posted by Gary Paris at 4/7/2005 8:32:00 AM
When bringing up VS 2003, there is a list of projects on the projects tab which include the name of the project and date modified. Why doesn't the date modified change when I modify the project? For instance there was a project that I created on April 1st. The modified date still says 4/1...more >>

Pitch control for a sound player?
Posted by talsharf NO[at]SPAM hotmail.com at 4/7/2005 8:17:41 AM
Hi everyone, I have this small problem and I wonder if someone could put me in some direction. I am trying to build a simple sound generator, mainly for playing the sound of a car's engine. I found this wav file with a sound of a car and I need some way to be able to play it and to control it'...more >>

Listbox items limits ???
Posted by serge calderara at 4/7/2005 5:45:04 AM
Dear all, Is there a limit on the number of item of a listbox control ? regards serge...more >>

Installing a file into the GAC
Posted by Anthony Hunter at 4/7/2005 12:00:00 AM
Is there anyway to automate the install of a file into the GAC on Win2000? The gacutil.exe file is not available and I can't seem to find any other way of doing it. Thanks, Anthony -- Product Availability Developer Invensys Avantis - www.avantis.net ...more >>

is there a tool that compare 2 vs.net projects and show the differences in code ?
Posted by roni at 4/7/2005 12:00:00 AM
hi. is there a tool that compare 2 vs.net projects and show the differences in code ? (in text..) such tool will help me alot to see changes i made between backups for example. have a nice day. ...more >>


DevelopmentNow Blog