| Thread | Last Post | Replies |
|
| Resolving DNS | 16 Oct 2004 03:18 GMT | 1 |
Hi william, Sorry for not giving you more information. I have a machine within a LAN, assume that the machine is not secure. I want to make it secure before its on the internet.
|
| DNS Resolving | 15 Oct 2004 23:49 GMT | 1 |
is there a way that I can create an application that can "Resolve" any given address in the URL to be redirected to a default website. I guess that It can be done by "Resolving DNS address" Please Advice,
|
| How I'm I supposed to use string tables? | 15 Oct 2004 22:13 GMT | 1 |
I used to use string tables in my apps to switch between languages in VB6. But now I must program in .NET and I don't know how it works at all for string tables... Can anyone help me please? Is there something better than string tables?
|
| How many UI thread could a .NET Window Form application have? | 15 Oct 2004 21:18 GMT | 1 |
This is a basic question about windows form. But it has puzzled me for a long time. Normally, A windows application based on .net frame has only one UI thread. And other threads are work threads as I know. Could I create a second UI thread on a new Form. If I created a modeless ...
|
| Problem with loosely coupled events | 15 Oct 2004 21:05 GMT | 1 |
I've been fighting with loosely coupled events for the last couple of days, and currently have the following scenario: Interface namespace MyAssembly
|
| VB + SQL SERVER - Using binary data types | 15 Oct 2004 20:34 GMT | 1 |
>I want to store a binary string in SqlServer from VB .NET through a > stored procedure. I have been storing the binary data in a BitArray > which I am not set on by any means. When I pass the BitArray into a > stored procedure, which is looking for a variable of type binary, it |
| Hashtable Curiosity | 15 Oct 2004 19:07 GMT | 4 |
Can someone explain to me why The load method compiles but throws and error when is called and why do I have write the code with a temp container like the one in load2 method in order for it to work? #region Using directives
|
| Problem in deriving class from XmlNode | 15 Oct 2004 19:05 GMT | 1 |
I want to make a custom class in c#, which extends System.Xml.XmlNode class of BCL. Now in custom class, I have implement abstract methods of XmlNode class also. Now when I am trying to run the class it gives an error that
|
| Parsing of App.config varies by machine | 15 Oct 2004 17:33 GMT | 1 |
I've run into a strage and frustrating problem. I've written some configuration classes that implement IConfigurationSectionHandler to read custom sections in my App.config file. On my primary development machine they work great. This morning I started
|
| Lunching dotnet application from batch file in windows 98 | 15 Oct 2004 16:52 GMT | 8 |
Does anyone know a way of executing a dotnet application from a windows 98/ME batch file? At the moment I get 'Bad command or filename' everytime I try to run something.
|
| Dynamically add controls | 15 Oct 2004 16:45 GMT | 4 |
Is there a way to dynamically controls like the Placeholder in ASP.Net in a Window App?
|
| Windows service | 15 Oct 2004 16:42 GMT | 1 |
I've wrote a windows service in VB.NET that starts antomatically on power on. It works fine. Now I need that my service know when a user log on Windows. Is this possible? In which way?
|
| *URGENT Comparing objects stored in hashtable/collection | 15 Oct 2004 15:47 GMT | 12 |
Hi! I need to compare objects that I store in HashTable by using Add method and passing object as first param, and a unique key string as second. Later on I iterate through this collection and need to compare the object stored in the HashTable to another object that's obtained ...
|
| converting double to string | 15 Oct 2004 14:04 GMT | 4 |
I have some values in type of double such 0.00009 , 0.0000007, when I want to show them in a text box and convert them to string they are changed to scientific notation while I want to show them as they are. I tried to use tostring("f") but it needs to have a precision number ...
|
| Permissions for dotnet framework CONFIG directory | 15 Oct 2004 13:00 GMT | 1 |
I'm running .net on a server under a domain user account (ie. the domain user is specified in the processModel section of machine.config). Please can someone tell me what permissions the domain user account
|