| Thread | Last Post | Replies |
|
| I can not get DSL in my area | 02 Mar 2006 00:09 GMT | 5 |
I can not get DSL in my area. I now have peoplepc accelerated dial-up. Besides Direct Way is there another way I can get a faster service than dial up for my area my area code is 72958. If I can't ( which I don't think I can) get dsl. Which service is the fastest? Does anyone ...
|
| Question regarding implentation of factory pattern with internal objects | 01 Mar 2006 21:39 GMT | 1 |
I have a question regarding the implementation of a factory design pattern and objects which are declared at internal scope. Here is my situation: Currently I'm working on an order processing library which will power a webservice. I do not want any programmer outside of my libary ...
|
| What is RegularExpression classes exactly ???? | 01 Mar 2006 20:56 GMT | 4 |
Does any one have ever use this regular expression class, what are they used for exactly ? Event by reading msdn content, sounds totaly dark for me thnaks for your clarification
|
| Error on mscorlib throws file exists exception | 01 Mar 2006 20:53 GMT | 1 |
I am getting following exception on when get the temporary file name using the following method Exception: System.IO.IOException Message: The file exists.
|
| Newbie: Datagrid ghost won't die | 01 Mar 2006 20:50 GMT | 1 |
I am reading a book and doing example exercises. I had a working program that I'd rather not recreate and messed it up by adding (experimenting with) db connections and a datagrid to a VB web forms project.
|
| Problem with IDE when overriding Text property | 01 Mar 2006 19:56 GMT | 2 |
I noticed when overriding the Text property of the System.Windows.Forms.UserControl that the Form.Designer file does not reflect changes made via the property browser. In other words, when you override the Text property and then try to change it's value at design-time,
|
| Configuring ASP.NET Development server, HOW?? | 01 Mar 2006 14:00 GMT | 3 |
How do one configure the 'ASP.NET Development server' in Visual Studio 2005 ?? I migrating an application from 1.1 to 2.0. The application is using a third party component (Infragistics WebTree) which loads its scripts from a
|
| Application.UserAppDataPath Question | 01 Mar 2006 13:38 GMT | 2 |
The MSDN docs say, "If a path does not exist, one is created in the following format: BasePath\CompanyName\ProductName\ProductVersion". Where does the BasePath value come from? It seems the default is "C:\Documents and Settings\ username\Application Data".
|
| TypeLoadException | 01 Mar 2006 13:27 GMT | 4 |
I try to run an executable (test.exe) that depends on an assembly (AdderNamespace.dll) which exists in the same directory, and I get the following exception: Unhandled Exception: System.TypeLoadException: Could not load type
|
| need help on cookies | 01 Mar 2006 13:22 GMT | 1 |
I need some help on using cookies.. how to set secure flag on for cookies???
|
| Search for a string inside PDF file | 01 Mar 2006 13:17 GMT | 1 |
I need to search programmatically if a certain string appears inside a PDF or CHM file. The search is done only once for each file so I don't think that a solution to index the file using Index server is right here.
|
| Data conversion,a simple but strange problem,please help! | 01 Mar 2006 13:12 GMT | 2 |
We all know that the return value of Math.Log(8,2) is 3,but how about (int)Math.Log(8,2)? On my machine,the return value of (int)Math.Log(8,2) is strange enough! it's not 3 but 2 ! I've tested other values such as (int)Math.Log(16,2),(int)Math.Log(4,2),(int)Math.Log(32,2)...et, ...
|
| Embedded controller UI in Windows Service | 01 Mar 2006 11:41 GMT | 4 |
I built a Windows Service exe, and a separate exe to control it which has a nice little icon on the system tray. I'm wondering if there is a "right" way to merge the two apps such that: a) when you installutil the service it automatically puts the notifyicon on
|
| FS: Visual Basic.NET VB.NET books for sale - CHEAP!!!!!! | 01 Mar 2006 10:20 GMT | 1 |
I have for sale seven (7) Visual Basic 6 books. I'll take $21 for all books. I'm selling them as a set only. I am in the Houston, TX area (USA). If you are local to me, you are more than welcome to pick them up. If you want them shipped to you, I will charge you actual shipping ...
|
| Property order when using IList as a DataSource | 01 Mar 2006 08:26 GMT | 1 |
Using VS 2002, ASP.NET 1.1 I started experimenting with binding my custom objects that implement the IList interface to a DataGrid on a web form. I'm trying to figure out how the DataGrid decides the order of the properties in the columns
|