| Thread | Last Post | Replies |
|
| FileWebRequest.Credentials work around? | 22 Oct 2007 03:13 GMT | 2 |
Good Morning, I've been trying to use FileWebRequest to copy data over the network using file share (\\server\share), and it works pretty well
|
| Method Name Suggestion: Validate a Poor Choice? | 21 Oct 2007 22:41 GMT | 31 |
Please forgive the cross-post to multiple forums. I did it intentionally, but I *think* it was appropriate given the nature of my question. I'm working on an open source code library to help automate and clean
|
| Removing Cardspace Icon from Control Panel | 21 Oct 2007 03:41 GMT | 2 |
This is a repeat of a previous post (months ago). I'm still looking for an answer. So, if anyone want to have a shot at it . . . . ------------------------------ Installing .NET 3.0 on my Windows XP (FAT32) system puts a CardSpace icon in
|
| copy and paste addresses to avery 8160 | 20 Oct 2007 18:52 GMT | 1 |
I have addresses already printed on Avery 8160 labels, I have copied these labels and when I try to paste them to Avery 8160 all 30 addresses go in the first space. They do not spread out over the entire 30 space template. What am I doing wrong?
|
| residual plots don't show up in Excel 2007 | 20 Oct 2007 18:46 GMT | 1 |
When running multivariable regression in Excel 2007, the residual plot only shows up for one of the variables. In Excel 2003, all residual plots were produced. How do i change settings in 2007 to allow all residual plots to be posted.
|
| 'Function A' is not a member of 'Class 1' | 19 Oct 2007 22:37 GMT | 3 |
I have a class named CheckVoucherRequest and within it, I have a function declared thusly: Public Overloads Shared Function RetrieveAllInfoForVoucherRequests(ByVal areaID As Integer)
|
| no scrollbar showed for ActiveX control in a WinForm | 19 Oct 2007 22:31 GMT | 1 |
I have an activeX control created by ATL, which shows a treeview. It works fine on my development machine for a C# form to embed the control. If the content of the treeview beyonds the visible area of the form, the vertical or horizontal scrollbars will be showed automatically on ...
|
| FtpWebRequest doing a CWD in addition to PWD, with extra "/" | 19 Oct 2007 18:12 GMT | 1 |
I am not sure if anyone has encountered the same problem and know the answer... When I set an FtpWebRequest to do PWD with the following code, _FtpWebRequest.Method = WebRequestMethods.Ftp.PrintWorkingDirectory;
|
| CollectionBase question | 19 Oct 2007 15:27 GMT | 2 |
There are two properties in the CollectionBase class. The documentation says "The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property."
|
| Async TCPListener (FW 2.0): Quit listening | 18 Oct 2007 20:42 GMT | 9 |
surprisingly, I didn't find any satisfying answer to the following question: Situation: I use the TCPListener's BeginAcceptTcpClient method. In the callback procedure I call EndAcceptTcpClient. To stop listening, the listener's stop
|
| Complex Linq Query, building the Where Clause | 18 Oct 2007 15:34 GMT | 2 |
When building a query for the LinkToSql a need to build a where clause that has both individual values and range selections like this SQL Query: - WHERE( (IdItem BETWEEN 1 AND 10 OR IdItem = 15 OR IdItem BETWEEN 30 AND 100 OR IdItem = 500... ) AND ( IdMenu BETWEEN 1 AND 5 OR) ...)
|
| Oracle Data Access Problem in .Net 2.0 | 18 Oct 2007 15:27 GMT | 1 |
I have build after converting the distributed environment application from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded in my development environment Server .I have 2 project in the solution .
|
| Timer Issue | 18 Oct 2007 15:26 GMT | 3 |
I need to download about 100 urls in a WebBrowser control, i want the of each one to start after one of them has completed eg 2nd to start after 1st completes etc. I am parsing the downloaded html in "DownloadComplete" event.
|
| Getting started with scripting automated builds | 18 Oct 2007 10:52 GMT | 4 |
I'm trying to find some good resources on how to script a VS build. Our solution is fairly large, and includes a WinForm app, web services, a couple of websites, etc. I'm trying to find a way to automate the build and partial builds by scripting them.
|
| Splitting WCF ServiceHost configurations into separate files? | 17 Oct 2007 15:56 GMT | 3 |
I have several ServiceHost instances each implemented in its own DLL. The services are being self-hosted by a forms application. I'd like to split the ServiceHost configuration parameters that are all currently held in App.config into separate files so allowing the
|