Groups | Blog | Home


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 > august 2006 > threads for wednesday august 23

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 31

Deploying a windows application project
Posted by Bharathi Kumar at 8/23/2006 9:08:41 PM
Hi, I have developed a windows applicaiton using framework 2.0, vs 2005. Iam using CR 10 in my project. So to deploy this project, what dlls do I need to add. Is it Crystal reports merge modules or .msi files. I have selected the Prerequisites as .Net framework 2.0 and Crystal ...more >>


Anybody figured out an optgroup hack?
Posted by clintonG at 8/23/2006 6:48:21 PM
IE 6 finally supported HTML 4.0 optgroup used with the select list lemet but there's no apparent way to use optgroup with ASP.NET. The DropDownListBox will not support optgroup and writing an HTML control marking the select as runat="server" raises an System.Web.HttpException: 'HtmlSelect' can...more >>

Dynamically update Web Client with Real-Time Data
Posted by **** KiteOregon **** at 8/23/2006 5:04:02 PM
I currently have a windows control that is hosted in a web page to provide the client real-time data. The server gets a update and posts the data to all connected clients via TCP. I would like to replicate this in the web world using asp.net 2.0. The server gets updates and pushes the xml m...more >>

Programming languages article
Posted by Mike Lowery at 8/23/2006 12:31:30 PM
Microsoft looks to accommodate dynamic languages http://www.infoworld.com/article/06/08/18/HNmicrosoftdynamiclang_1.html I'm a little surprised at his comments about VB and how it's different from C#, C++, and Java (he calls these "system programming languages.") Seems to me Java has a very...more >>

VisualStudio 2005 and layers
Posted by maflatoun NO[at]SPAM gmail.com at 8/23/2006 12:23:58 PM
Hi, I have created a pages using only DIV tags instead of layers. It looks fine when editing it in DreamWeaver but in VisualStudio it's messed up. So in the design view you can't really tell what your page looks like. Kind of makes changing it more difficult. Am I doing something wrong here? ...more >>

no data exists for the row/column
Posted by bindurajeesh at 8/23/2006 11:14:02 AM
I run the following code: objoledbcommand.Connection.Open() strsql = "select first_name + ' ' + last_name as fullname from tblperson where pers_entity_id = '" & ddlClient.SelectedValue & "'" objoledbcommand.CommandText = strsql objoledbdatareader = objoledbcommand.Exe...more >>

VB.NET application Version
Posted by Lyners at 8/23/2006 11:12:02 AM
I have a VB.NET application that is deployed to an end user. I would like to display on screen the application version of the application so that I know the end user id using the latest version of our software. How do you access the property of the application version?...more >>

simple datetimepicker questions
Posted by mafandon at 8/23/2006 10:48:01 AM
This example deals with a datetimepicker Date of Birth concept for a windows form in VB 2005. Simply put, if a user wants to enter the MM/DD/YYYY using the number pad, how can I advance the cursor to the DD and then the YYYY without needing to use the "/" key?? So the keystrokes look like ...more >>



Try...Catch... Resume??
Posted by Rob R. Ainscough at 8/23/2006 10:28:34 AM
In VB6 I can use Resume Next to execute the line of coding following the line that cause an exception. There doesn't appear to be anything similiar when using Try...Catch -- so how can one resume the next statement when an error can be ignored? Thanks, Rob. ...more >>

How do I code a multi-threaded status update text box?
Posted by Redgum at 8/23/2006 9:31:02 AM
I have a windows forms project that uses multiple tabs. On the first tab I have a rich text box that I'd like to be able to post text results from various operational threads - such as "Starting task such-n-such..." and 'completed task." or Debugging info from other threads which may time-out...more >>

Copy HTML output to VB.net
Posted by Daniel N at 8/23/2006 9:00:54 AM
I am trying to automatically relay information displayed on an HTML page to my program I am writing in VB.net. I know the window handle, the window title, and process, but do not know what to do next. ...more >>

Codesmith vs. Hand coding
Posted by M.Siler at 8/23/2006 8:58:46 AM
I'm trying to get my head around a conversation I had with a developer the other day. We were talking about Codesmith vs. Hand coding. He's position is Codesmith is for junior to mid level developer who perfer "wizards" to write code for them. That these types of code generators produce substa...more >>

how to create a chm file
Posted by MMA at 8/23/2006 5:51:02 AM
Hi All, Any suggestions on creating a chm file? Thanks in advance...more >>

VS2003 SP1 goes stupid on install
Posted by Earl at 8/23/2006 2:54:27 AM
Just downloaded SP1 and tried to install it. Gets to the installer screen and just sits there with the hourglass. Seems like it is hanging, so what do I not know about this process? ...more >>

Database connectivity using Mysql
Posted by Shun at 8/23/2006 12:00:00 AM
Hello, I am new to .net Platform. I want to build a sample application using VB.net and backend mysql. now my problem is how to connect to the mysql database. which is the better provider( oledb or odbc). can you give any sample program. I am using VS 2005. Thanks in advance Regards S...more >>


DevelopmentNow Blog