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 > june 2004 > threads for wednesday june 9

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

CLR for Commodore Vic20?
Posted by Michael Jackson's Nose at 6/9/2004 8:29:32 PM
Is the .NET CLR available for the Commodore Vic20? My company is standardizing on this platform. ...more >>


Which program to use?
Posted by John McLagan at 6/9/2004 6:37:01 PM
I am a beginning developer. I would like to take some classes to get a little more formally trained so I can develop a database application that also interacts with office. The resources I have purchased so far, but haven't done much with are: Access 2003 Visual Interdev (Not sure which ...more >>

Skinnable .NET Application
Posted by Ben at 6/9/2004 5:32:39 PM
Hi, I'm interested in making an application I'm about to start writing skinnable, but I have absolutely no idea where to begin. If anyone has a broad overview of how I would go about it or some links to resources that might help it would be much appreciated. Are there any free libraries I sh...more >>

http file download
Posted by Ron Slosberg at 6/9/2004 4:55:01 PM
Hi, I am trying to download a file from a web page in code. I cannot use the System.Net.WebClient DownloadFile method because in order to get the file i must POST a request with form fields. Took a wild-*ss_guess at how to do it but it doesn't work. (see code below) I get a error 400 response (ba...more >>

regasm registeration COM
Posted by Amadelle at 6/9/2004 1:15:01 PM
Hi all and thanks in advance, I have a C# class library (with a set of methods) which I am generating a dll from and I would like to use in my asp code as a COM object. I registered the dll successfully using the regasm tool but my code for Set oGED = Server.CreateObject("myproject.myclass") fa...more >>

change color of a control's border
Posted by Paiam Salavati at 6/9/2004 12:07:37 PM
I have to change the color of the border in a Control whose BorderStyle is "Fixed3D" (for example Label). I could change the color of a Label only if its BorderStyle was set to "None" but I havent't found a way so far that allows me to set the color for a control with BorderStyle "Fixed3D". ...more >>

"Object reference not set to an instance of an object".
Posted by Maksim Chepel at 6/9/2004 11:11:31 AM
What is that? I have my own OCX which I added to the toolbar for my form in C# and want to throw it onto the form. When I do that I get this exception. And there is no code at that point. That OCX works fine in VB 6. What's wrong? Thanks a lot! ...more >>

versioning with vs.net
Posted by Andrew at 6/9/2004 11:10:24 AM
hi you all, i need support for manage versioning in vs.net .... in vb6 in the project properties i set the version app.major.minor and then i make exe , ocx , with this printed ... simple ... in .net and specially for asp.net project , how can i manage version ? i have the "configuration proper...more >>



Smart divice applications
Posted by Mircea Pleteriu at 6/9/2004 10:39:34 AM
Hi all, Is it possible to create a windows forms user control for smart device applications? ...more >>

Split Screen Copy Problems
Posted by news.microsoft.com at 6/9/2004 9:26:36 AM
This is a cross post.... My problem is when I am using the split screen editor and I copy and paste from the bottom pane to the top pane, the top pane will reposition itself to where the bottom pane is pointed to and I loose my place in the upper pane. Has anyone experiences this, and is the...more >>

[MS] answers
Posted by Kenawa at 6/9/2004 9:16:02 AM
Hi everybody I noticed some answers on this newsgroup are posted by MS people ("MS" follows their name). Do they really work for MS? If yes, then how do you know it's not just somebody who just attached "MS" at the end of their name D Thank K...more >>

Forking processes in .NET
Posted by JennaS at 6/9/2004 9:11:02 AM
Hi. I was just wondering if you can fork a process in .NET like you would in C Thank Jenna...more >>

Host a web page from your app
Posted by daven NO[at]SPAM cougar-automation.co.uk at 6/9/2004 8:47:30 AM
Any ideas how (if) i can host a web page from my application. I want to open an httpchannel on a port, and if someone goes there, they get a web page, im not thinking of hosting it using the dedicated IIS or hosting facilities, but i dont mind if i can programmatically use them. Thanks ...more >>

Visual Studio.NET remote debugger problem (haunting me for over 2 months)
Posted by Carl at 6/9/2004 8:21:02 AM
Hi. I'm having some trouble with my Visual Studio.NET debugger I want to debug ASP.NET Web Applications, but I don't have IIS installed on my machine (work requirement); IIS is actually installed on a network machine, so I have to use the remote debugger. The problem is that when I press the start ...more >>

Save Target As does not work for some file types
Posted by RickL at 6/9/2004 7:26:04 AM
I have an ASP application that uploads a specified file to the server. To retrieve the file, I simply assign the filepath and file to a hyperlink on the page. When you click "Save Target As" for some file types, I get the following error messsage: IE can not download <file> from <server>. IE was no...more >>

TreeView how to
Posted by mcourter NO[at]SPAM mindspring.com at 6/9/2004 6:39:55 AM
i need a treeview example for a web application. the MSDN help file is no help. thanks, mcnewsxp...more >>

Assembly Distribution
Posted by Todd Bright at 6/9/2004 6:01:05 AM
If I distribute an assembly with my application, how would I keep other developers from using it for their own development purposes? Is it possible to associate a "rumtime only" license with the assembly that would keep them from, say, adding a reference to it in VS.Net Todd...more >>

Using MAPI in VB.NET
Posted by Ky at 6/9/2004 6:00:39 AM
Hi I'm writing a small app to send email and need to use MAPI so that the user can just select their Outlook profile and what not and don't have to know anything about their SMTP server. [MAPI doesn't seem to exist as it did in VB6?] If anyone can point me in the direction of any sample cod...more >>

Reading bytes from BigEndian
Posted by faridt NO[at]SPAM coned.com at 6/9/2004 5:56:05 AM
Hi, I've a byte array with 4 elements in BigEndian format i.e. {0, 0, 0, 12} and i want to convert it to 4-byte integer (Int32). I am trying Encoding.BigEndianUnicode property but it has no effect on the result. It always gives me number '201326592' instead of '12'. Any help?? Here is the ...more >>

Error when Instanciating the Clerk object in a CRM Worker Derived class
Posted by Chamith at 6/9/2004 5:41:51 AM
HI all, When i try to instanciate a Cerk object in the Activate Method of the Worker Derived Class, It gives the following exception System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure at System.EnterpriseServices.CompensatingResourceManager.CrmLogControl.Regi...more >>

Connecting to Internet from code
Posted by andrewpery NO[at]SPAM hotmail.com at 6/9/2004 1:49:03 AM
Sorry - probably a stupid question, but I don't know the answer! I have a windows service which needs to connect to (and also disconnect from) the internet automatically without user intervention from vb.net. Can anyone help?...more >>

open a vs.net ver.2003 project in ver. 2002
Posted by ohno at 6/9/2004 12:11:01 AM
I am a beginner in .net programming and I have installed VS.net ver.2002 in my PC I have downloaded a project from internet, and tried to open it. it won't work The reason ver. 2002 VS.net cannot open ver. 2003 project Can anyone tell me how can I open it (I only know I can view the code using t...more >>


DevelopmentNow Blog