| Thread | Last Post | Replies |
|
| App.config in a Windows .NET application | 18 Sep 2005 14:45 GMT | 6 |
I am developing a windows .NET apps to be used in several countries with different languages and I want to use a configuration file to retrieve the fields in the right language depend on the selected country. I saw that on a web apps but I am not sure if I can do the same on a win ...
|
| current workin directory | 18 Sep 2005 13:48 GMT | 5 |
How do I have my win forms app find my configuration file. I want to have this conf file stored in the same folder as the exectuable and simply refer to it using a relative path. All seemed good untill I opened some files using the "browse" dialog box - this seems to have changed ...
|
| "Relay Denied" but no match for outlook! | 17 Sep 2005 19:39 GMT | 3 |
I am using the following code in .net 2: MailAddress fromAddress = new MailAddress("valid_smtp_addr", "name"); MailMessage message = new MailMessage(); message.From = fromAddress;
|
| User Control | 17 Sep 2005 19:25 GMT | 1 |
OK, I have created a user control that contains a dropdown for office locations. Here is the code.... Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
|
| IP Address TextBox | 17 Sep 2005 17:26 GMT | 1 |
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.
|
| Questions about User Controls | 17 Sep 2005 17:25 GMT | 3 |
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:
|
| User Inherited Controls Question | 17 Sep 2005 15:46 GMT | 2 |
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 ...
|
| Code | 17 Sep 2005 09:41 GMT | 1 |
I am looking for some code to access a passworded web site, navigate to a page and display some information on that page Thanks, Steve
|
| CreateProcessWithLogon and managed Processes | 17 Sep 2005 03:27 GMT | 3 |
Sample code below: Dim iRet As Integer Dim si As New STARTUPINFO Dim pi As PROCESS_INFORMATION
|
| ASP not working | 17 Sep 2005 02:15 GMT | 2 |
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:
|
| How do I post a question to the SPECIFIC Discussion Group I need? | 17 Sep 2005 01:25 GMT | 1 |
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.
|
| Apps.config | 17 Sep 2005 00:07 GMT | 2 |
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
|
| SMTP Mail error | 16 Sep 2005 20:51 GMT | 4 |
I some asp.net beta 2 code that works fine on an XP Pro machine, but on a Windows 2003 Server gets the following error: System.Net.Mail.SmtpFailedRecipientException {"Mailbox unavailable. The server response was: 5.7.1 <veachb@quixnet.net>... Relaying denied. IP name
|
| VS 2005 unit testing | 16 Sep 2005 19:58 GMT | 1 |
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.
|
| Button Click event | 16 Sep 2005 18:13 GMT | 1 |
How can I check if a specific button was clicked inside of a OnServerValidate routine? Thanks in advance.
|