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 > september 2005 > threads for friday september 16

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

ASP not working!!!
Posted by Ant at 9/16/2005 9:56:02 PM
Hello, I'm in a jam. I can't load any old, or create any new ASP.NET projects using Visual studio. Before you suggest using the utility: aspnet_regiis - with the /i switch please note I've already tried that & it didn't fix the fault. The error message I get is: "Visual studio .NET ...more >>

Questions about User Controls
Posted by Terrance at 9/16/2005 8:15:01 PM
I've built a user control inherited button and I need it to change the enabled property of all the controls on the form except for the labels and buttons. I'd like to use this control on other forms to do the same. I've tried the following: Dim a as ControlsCollection = Me.Parent.Controls ...more >>

User Inherited Controls Question
Posted by Terrance at 9/16/2005 7:42:01 PM
Hello all I have a question I'm hoping someone can shed some light on. I have 2 user Inherited Controls on a form. When I click 1 inherited control I would like to change the text of the other Inherited Control. Is there anyway to do this? For example, I have an ADD button which is inherited a...more >>

Deployment Customization
Posted by Mattbooty at 9/16/2005 5:31:59 PM
I'm beginning to think this isn't doable within VB.NET Deployment projects, but I wanted to ask before I went and spent the money on a seperate installer. I have a program that runs off of an access DB backend. For upgrades from older to newer version that involve a change to the DB structure,...more >>

IP Address TextBox
Posted by Miso at 9/16/2005 4:29:14 PM
How can I make TextBox or some other common control to behave just like Windows controls for entering IP addresses? I'm using C#, looking for hints or source code....more >>

How do I post a question to the SPECIFIC Discussion Group I need?
Posted by RG at 9/16/2005 4:26:37 PM
I have a technical question about using VB.NET & databases. I want to post it to microsoft.public.dotnet.languages.vb.data , but that choice is not listed in the selection box of discussion groups! I put it in 'Database', but that's so vague, it'll probably never get answered. -- RG...more >>

Microsoft Fingerprint Reader SDK/API
Posted by lewixlabs NO[at]SPAM gmail.com at 9/16/2005 12:26:19 PM
Hello, I have to develop an application which use Microsoft Fingerprint Reader. This device can be handled like a scanner? So can i use a class inside Platform SDK or API? There are resources? I only need to be able to capture images generated by the fingerprint reader (i would have already ...more >>

Microsoft Fingerprint Reader SDK/API
Posted by lewixlabs NO[at]SPAM gmail.com at 9/16/2005 12:24:39 PM
Hello, I have to develop an application which use Microsoft Fingerprint Reader. This device can be handled like a scanner? So can i use a class inside Platform SDK or API? There are resources? I only need to be able to capture images generated by the fingerprint reader (i would have already ...more >>



test
Posted by Edwin Knoppert at 9/16/2005 10:23:56 AM
test ...more >>

VS 2005 unit testing
Posted by Wayne at 9/16/2005 9:09:19 AM
I am creating a bunch of unit tests for my assemblies, but am running into a problem. Some of my assemblies require values from the .config file. I've not been able to figure out how to add a config file to the test project and have my assemblies read it. Any ideas? -- Thanks Wayne Se...more >>

Apps.config
Posted by Sean at 9/16/2005 8:53:17 AM
Hi, I added an apps.config file into my Windows .NET project, but my application cannot read the values. Actually I have 3 projects in my solution and I added this apps.config into my data layer project to have several connection strings depending on what data source using I am. Can y...more >>

Enumerate argument list
Posted by dickson.matt NO[at]SPAM gmail.com at 9/16/2005 8:02:22 AM
Anyone know of a way to enumerate the argument list of a function in VB.NET. For example I have a Function add_user (u_id AS INT, u_first_name AS VARCHAR(50), u_last_name AS VARCHAR(50)). I want to be able to do something like this: For each argument in add_user.argumentlist Select Case...more >>

ASP not working
Posted by Ant at 9/16/2005 8:01:03 AM
Hi, ASP.NET was working fine when I first installed it, then something happened. i don't know what, but now i get this message when I try to open up an old project, or create a new one: "Visual studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You ...more >>

Working with XML files
Posted by Ferrari, Eduardo at 9/16/2005 6:45:11 AM
Hi all! I have a XML file that is read by a C# program. The file looks like this: <EMailList> <email>eduardo.ferrari@misys.com</email> </EMailList> <EMailList> <email>robert.sirard@misys.com</email> </EMailList> But I want that this file look like this: <EMailList> <email>eduardo....more >>

Change forecolour of combo box?
Posted by Steve at 9/16/2005 2:05:01 AM
When the combos are disabled they default to grey text on grey background. Is it possible to make the text colour black whilst retaining he disabled functionaility? Similar to what happens when you make a text box read-only....more >>

Looking for free dotnet forum
Posted by Antonio D'Ottavio at 9/16/2005 12:00:00 AM
Hy, inside my personal site I use a free asp forum named Snitz Forum 2000, it is free nd simple to install and also support ACCESS but it is not possible to load images and files, I want to know is someone know some free forum in dotnet using access and simple to install and with possibility to ...more >>

How to Use Prolog In VB or C#?
Posted by Ahmad Jalil Qarshi at 9/16/2005 12:00:00 AM
Hi! I want to use Prolog code in my VB or C# application. but dont know how to make it possible to communicate with Prolog code from VB or C#. if some one know about that, it will help me a lot. A code snippest would be very helpful. Regards, Ahmad Jalil Qarshi ...more >>

Max Socket Connection
Posted by GH at 9/16/2005 12:00:00 AM
Hi, I think it may not be related to program, anyway, here is my question. I have a server program that using asyn. socket to accept TCP client socket connection. It works fine for hundreds of connection. However, when the number of concurrent client reaches around 3300, the server ref...more >>

Dial Up NetWorking (DUN) in VB.Net
Posted by Hardik Shah at 9/16/2005 12:00:00 AM
Hi, Sorry, I have to put same message more than three to four times , as I can't receive a responce. I want to connect my internet connection through my VB.Net Code. Is there any sample code, or hints. Thanks in advance. Hardik Shah. ...more >>


DevelopmentNow Blog