| Thread | Last Post | Replies |
|
| Flush files | 17 Nov 2006 09:08 GMT | 10 |
Is is possible to programmatically flush all opened files ?? BR Peter
|
| how does using work? | 17 Nov 2006 07:44 GMT | 3 |
I have the following that looks at a XSD Table adapter JobDescription.VWJobDescriptionMinEducationDataTable m_MinQuals; but for compactness I would like to reference it as Using JobDescription;
|
| passing parameter to class from application | 17 Nov 2006 05:36 GMT | 1 |
I have a question, please give me some idea. Thanks in advance! Solution1 | |---DBLogic (class library)
|
| system restore and saving music! | 17 Nov 2006 05:28 GMT | 1 |
is there a way i can restore my computer but save all my music in my iTunes? please help!
|
| help for regular expression syntax | 17 Nov 2006 04:38 GMT | 2 |
I cannot seem to formulate what seems should be an easy expression. I need to find all occurances of a pattern except when it contains a specific string. For example if the string is Dim s As String = "xmlns:b=""base"" xmlns:h=""http://www.mydomain.com""
|
| what's the deal with me.width and me.height? | 17 Nov 2006 00:48 GMT | 2 |
I am running at a resolution of 1280 x 1024, but my maximised form returns a Me.Width of 1440 whereas System.Windows.Forms.SystemInformation.WorkingArea.Width returns 1280, which is the correct value, as there is nothing docked to the desktop
|
| Try - catch in an Unit test | 17 Nov 2006 00:33 GMT | 1 |
I am writing unit tests in VS2005 and am having the following problem: I am trying to test a timeout property of one of my methods. This timeout exhibits itself in an exceptioin - i.e. I am sending a command to a hardware device, and if it does not answer in the timeout defined
|
| First file in C++ project always being rebuilt | 16 Nov 2006 23:14 GMT | 4 |
I have been running .NET 2003 for some time now. I have been working on the same C++ project for about a year now. All of a sudden, the first file in the project is being built every time I build the project. I tried deleting all of the OBJ files. I removed and re-added the
|
| Installing a program from the web | 16 Nov 2006 19:26 GMT | 3 |
Currently, when I want to install my program, I publish it to my computer and then zip it to the web. This works well except many times on an upgrade, it iwll not remove the old program as it loads the upgraded version as well. What I would like to do is to send the build right ...
|
| 2.0: well-written sample application? | 16 Nov 2006 19:18 GMT | 1 |
I am learning .NET 2.0 (C#, VB, ADO.NET, ASP.NET) and I am looking for a well designed and coded database application - prefably using SQL Server 2005 and ASP.NET. Could you give me a link to such appliacation or send me source?
|
| How to fill tree view in c#.net web application. | 16 Nov 2006 19:11 GMT | 1 |
How to fill tree view in c#.net web application. Can any body tell me. Sachin.
|
| Hex values to dec with AND | 16 Nov 2006 18:52 GMT | 1 |
Best programmers, I have two hex values (800A03EA) and (FFFF) and would like to use AND to get the decimal value 1002. Using windows calculator this is easy...but what code do I use for either C# or VB.NET? Can't figure it
|
| help needed | 16 Nov 2006 16:26 GMT | 3 |
hello everyone..my self nilesh and i m new to vb.net and developing one web application..and now i've one problem...the problem is like that i m creating one datatable and in that user will add new record by making dataentry and that record is stored and when make dataentry second ...
|
| DirectoryInfo.MoveTo "Across Volumes" | 16 Nov 2006 15:41 GMT | 2 |
I haven't done a lot of file I/O in .NET and thought I had this figured out. I am simply wanting to move a UNC-based directory path to a new path using DirectoryInfo. Example:
|
| IE 7 and desktop shortcuts | 16 Nov 2006 04:21 GMT | 1 |
Since installing IE 7 RC1, desktop shortcuts that just use a URL will only work once. Then they hang. If I do a re-boot, they will work again. I can put the URL in the links bar and all is fine. Any ideas?
|