| Thread | Last Post | Replies |
|
| can't find the asp.net user account | 02 Aug 2006 21:20 GMT | 1 |
i'm getting an error when trying to perform a file move operation. this operation worked fine on my dev box after i granted read/write/delete perms to the asp.net user account on the folders i needed to manipulate. now that i've put the app into production, i'm getting file ...
|
| AppActivate c# vb.net equivalent | 02 Aug 2006 18:56 GMT | 1 |
c# .net 2005 I have a windows Sendkeys program using webBrowser1 VS.net 2005. I have to click a client side message box to say {enter}. How do I set focus back to the windows form for my sendkeys to send it to
|
| EXE name different from project name? | 02 Aug 2006 16:36 GMT | 2 |
I have a VB.NET project in which I want the EXE name to be different from the VB Project (assembly) name. But I don't see where in the project properties one can specify the target output name. What am I missing? BTW, this is a simple, single form alert utility.
|
| Preventing Windows From Shutting Down | 02 Aug 2006 15:44 GMT | 7 |
It is possible from a .NET application to prevent Windows from shutting down? I understand that a .NET application can "know" that windows is initiating the process of to shutting down - but what about *preventing* that shutdown?
|
| VBA to VB | 02 Aug 2006 15:35 GMT | 12 |
I have never used VB, so sorry for the novice questions. I have a very small app in vba that only uses excel as a place to put a button and some code that I need to move to VB. Now it seems soemone who uses it does not have access to excel.
|
| StreamReader reads an extra 1,024 bytes... | 02 Aug 2006 14:49 GMT | 9 |
Hi, I'm having some trouble with a StreamReader. I use a System.IO.StreamReader to read a text file and then print it. If the user has selected a range of pages starting past the first page, I have to make the StreamReader jump to some point in the file.
|
| Download File From Content-Disposition | 02 Aug 2006 11:53 GMT | 4 |
I have a program that connects to a site With WebRequest and WebResponse . The response of this site is a file (csv file). The problem is that the file do not comes as a stream , hi is a part of
|
| looking for a good thesaurus tool | 02 Aug 2006 11:41 GMT | 3 |
I'm looking for a thesaurus tool I can use in an application. I was hoping it could be a web service where my app could submit a work and get a list of results back which my code could use. any good ideas?
|
| Why so slow with the Service Pack? | 02 Aug 2006 09:51 GMT | 1 |
What's up with Microsoft's ludicrously slow response to the myriad of bugs in VS2005 /.NET 2.0? After about 5 months of tinkering and prototyping, we finally decided to shelve ALL projects scheduled for .NET 2.0. We certainly didn't expect the fixes to take so long. Frankly, at ...
|
| System.Collection!!!!! | 02 Aug 2006 02:36 GMT | 2 |
What is the dif between System.Collections.ICollection and System.Collections.Generic.ICollection ? When would I use one and another?
|
| How to open an existing project? | 02 Aug 2006 02:03 GMT | 4 |
Hi, A new baby question: I downloaded a dot net project and saved it to my local disk. When I tried to open this project, a message popped up: "Unable to open web project "test/myfirstweb"/ The file path
|
| Literal control rendering empty | 01 Aug 2006 23:20 GMT | 5 |
I have a custom control with an overridden Render method. Inside this method I'm rendering each control in its collection using their RenderControl method. However, I'm running into a problem in this scenario:
|
| More VS 2005 bugs with MS Access 2003... | 01 Aug 2006 22:18 GMT | 1 |
The issue: 1. Debugging in VS 2005 (VB.NET) and stepping thru code. 2. Try to load an MS Access database (being referenced in VS 2005 source) by double click on the .mdb via Explorer
|
| stupid question about Visual studio .net | 01 Aug 2006 22:15 GMT | 1 |
I really like th Visual studio.net environment and windows type. It looks like a simple SDI application, but i guess that behind this SDI application look, MS has in fact developed a real MDI application and just hide that windows bar.
|
| whats wrong with this function? | 01 Aug 2006 21:57 GMT | 7 |
Can some please look at this function and maybe help me with why it's not doing as it's told... :) It's basicall meant to check to see if that field returned from database actually has any data in it, and if not, return a display:none
|