Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2005 > threads for monday november 28

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

I'm tring to use Microsoft.Office.Interop.Outlook
Posted by Miguel Arenas at 11/28/2005 5:31:01 PM
I want to develop a aplication with VB.2003 and Microsoft outlook 2003. I have this code. Imports OutLook = Microsoft.Office.Interop.Outlook Imports System.Reflection Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...more >>


Estimated cost for converting PHP to ASP.NET
Posted by lwzmovie NO[at]SPAM hotmail.com at 11/28/2005 3:54:41 PM
Hi - if I have created a PHP web application in 5 months (850 workign hours) and now I want to convert it to ASP.NET, then how many hours do I need to invest in to make this happen? Anybody has any experience on this? ...more >>

.net codes for printing & printer management
Posted by CM at 11/28/2005 2:22:03 PM
Hi, I'm thinking about writing .net codes (asp.net, vb.net) for printing management, such as keep tracking of who prints what on when...etc. The app will need to find all available network printers and then manage them. Also it will have the ability to deny printing job base on user. S...more >>

SendMessage works, PostMessage doesn't work.
Posted by Max M. Power at 11/28/2005 1:07:08 PM
When I use the SendMessage API I can sucessfully send and receive a user defined message. When I use the PostMessage API I can NOT sucessfully send and receive the same user defined message. I've got a C# class library project with two classes: Class 1 is derives from : System.Windows.Fo...more >>

ascx changes input id
Posted by Leon Chuck Gosslin at 11/28/2005 12:32:24 PM
When using an ascx page, I use a textbox input as follows <asp:TextBox id="txtDate" runat="server" Width="130px"></asp:TextBox I want to use javascript to access this textbox, but when it posts to a browser, it gives some wierd id to the textbox, like <input name="_ctl0:txtDate" type="text" id...more >>

multiple parent categories
Posted by Howard at 11/28/2005 12:03:01 PM
how would you design a table that allows an item to belong to multiple parent categories. single parent example: select * from table1 where parentid = 5 in this case parentid is an indexable unique integer possible multiple parent: select * from table1 where parentid = '5,6' a problem is...more >>

System.Drawing.Color in a public class?
Posted by Steve at 11/28/2005 11:42:53 AM
I'm a bit baffled. I'm fairly new to VB.NET so maybe I'm missing something. I'm creating a class that has some application-specific methods and properties and one thing I'd like to do is define some properties specific to form colors. So what I want to do is define my class like Imports Sy...more >>

Recursion or not?
Posted by Stedak at 11/28/2005 10:41:04 AM
In the below class which is the a preferred method for iterating through the link list? I am told that the first method uses recursion and is less effiecient than the second method which uses a whiile loop. Thanks! public class MyLink { private MyLink next; //get last link ...more >>



VS 2005 and VS 2003 on the same machine?
Posted by KriDotNet at 11/28/2005 9:20:35 AM
Can I have both VS 2005 and VS 2003 on the same machine (desktop or server)? Can someone point me to a MS article that discusses this? Thanks in advance for your help. KriDotNet ...more >>

Convert MS Word Document in HTML
Posted by Nikolay Petrov at 11/28/2005 6:56:07 AM
I want to convert MS Word Document in HTML file. I would like to do it, without having MS Word installed on server. Is this possible? ...more >>

Add Command button not present and SQL Expression syntax error
Posted by richardkreidl NO[at]SPAM northwesternmutual.com at 11/28/2005 5:33:49 AM
Two questions, first I'm using CR 10 and connecting to a Sybase database. I don't see a 'Add Command' button in the 'Database Expert' dialog. Second is how would I correctly code the syntax for the following SQL code in the SQL expression editor: SELECT JobNam, JobFailInstrTxt FROM Sched...more >>

DBNull.Value
Posted by bafidi at 11/28/2005 5:31:10 AM
i cant use DBNull.Value i have a date property Private m_son_degisiklik_tarihi As Date Public Property Son_Degisiklik_Tarihi() As Date Get Return m_son_degisiklik_tarihi End Get Set(ByVal Value As Date) m_son_degisiklik_tarihi = Value ...more >>

Is it possible to implement a realtime refresh program with B/S structure?
Posted by Bill at 11/28/2005 12:00:00 AM
Hi all, I have little experience of B/S application. I face a project that marketing want a pure B/S structure.But the refresh rate is 60 times/sec at the most,For example,a realtime curve. Do you think it is possible? Thank you! ...more >>

What is remote debugging? (VS.NET 2005 Standard)
Posted by Roger at 11/28/2005 12:00:00 AM
I wish to buy VS.NET 2005 Standard. The only difference taht I'm interested in is that the Professional edition has Remote debugging and Standard doesn't I've got VS.NET 2003. I can debug XML WebServices and ASP.NET pages. Is the above Remote Debugging? I.e. can I continue debugging my ...more >>


DevelopmentNow Blog