| Thread | Last Post | Replies |
|
| Testing Private Types | 03 Jul 2006 07:27 GMT | 7 |
I have some simple (private) types... Friend Enum Types Value1 Value2
|
| Monitoring for Version Change | 03 Jul 2006 07:04 GMT | 2 |
Hi.... I have a windows app with I have deployed to the web server. I know there is a way to monitor the site to see if the version of the application has changed, and to automatically restart the application when a newer version is available.
|
| WebBrowser problems | 03 Jul 2006 06:51 GMT | 1 |
I have VS2005 and I dropped WebBrowser control onto a form and navigated to a page without any problem. Now, I want to access the HTML Document of the control. Dim d As System.Windows.Forms.HtmlDocument
|
| IE intermittent problem | 03 Jul 2006 04:42 GMT | 3 |
I'm having an intermittent problem with IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 installed on Windows XP. The images, style sheets and JavaScript files are not loading to the browser. Sometimes a refresh will fix the page, sometimes I have to delete
|
| Designer doesn't work after overriding base class | 03 Jul 2006 02:20 GMT | 2 |
I have a class (say O1) that overrides System::Windows::Forms::UserControl and then another one that overrides O1 (call it O2). O2 used to work with the Designer as it was inheriting directly from UserControl (and was created using the wizard) but since
|
| does anyone know any newsgroup for development on unix platform | 02 Jul 2006 18:40 GMT | 2 |
Does anyone know any free newsgroup for development on unix platform thanks
|
| Good resource to understna and implement OO techniques in my current application? | 02 Jul 2006 18:06 GMT | 1 |
Hello Friends, I have been working on ASP.NET for the last 2 and half years. The bad part of my experience is I have been working alone on all of the projects and there was no peer around who knows .NET or OOP. So where
|
| Cannot create new SQL database..... | 02 Jul 2006 18:05 GMT | 7 |
I have Visual Studio 2005 Pro. I installed SQL Express 2005 and rebooted. But, when I right click on "Data Connections" in the Server Explorer and choose "Create New SQL Server Database..." and attempt to create a new database on the local PC, I get the following error "An error ...
|
| ClassDiagram | 02 Jul 2006 12:24 GMT | 1 |
Is it possible to add existing classes to a classdiagram?
|
| DotNet Freeware?? | 02 Jul 2006 11:50 GMT | 4 |
(Da ich immer nur unter Solaris und Linux Programmiere bin ich nicht Sachkundig.) Mir hat man gesagt, dass DotNet Freeware ist und jeder damit Programme Programmieren kann
|
| Team Foundation Server Newsgroup? | 02 Jul 2006 11:14 GMT | 1 |
Can anyone tell me if there is a separate newsgroup for Team Foundation Server and related technologies?
|
| Regex Question | 02 Jul 2006 06:50 GMT | 1 |
I am not sure if this is the place to post a REGEX question if not, please indicate me where i can post it?. My question: Given a string like: "Boston. MA. Holidays" I need to define the regular
|
| What is the standard for naming objects? | 01 Jul 2006 22:15 GMT | 14 |
I did a recent post about what the standard was for naming a string builder object. My concern was that I did not what to use "str" prefix since this is used for strings but did not know what to use in its place. A few responses I received indicated such prefixing is no
|
| Where to download VSTO? | 01 Jul 2006 20:19 GMT | 1 |
I feel completely stupid having to ask this (not as stupid as if I had developed the VSTO website that contains no OBVIOUS links to it).....but, where the hell is the VSTO download? I've sniffed around http://msdn.microsoft.com/office/tool/vsto/default.aspx
|
| How do I set an expiry date on an email from vb.net? | 01 Jul 2006 19:22 GMT | 1 |
I have a vb.net application that emails people daily information. I want to set an expiry for the email so that those who cannot check their emails for a period are not loaded with them when they are finally checked. Please help
|