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
all groups > vb.net > november 2006 > threads for saturday november 4

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

coment a block of code
Posted by GS at 11/4/2006 11:18:10 PM
how can one quickly comment out a block of selected code in visual studio express 2005 the insert comment is only good for a block of comment before sub, function right now I would have to cut and do transform with another C editor before copying and pasting back ...more >>


Examples of VB.net commercial software packages
Posted by Internet User at 11/4/2006 9:03:33 PM
Can anyone point me to examples of commercial software packages (i.e. sold through VARs or retail channels) that were programmed in VB.net? Thanks in advance. ...more >>

Windows GDI vb.net web app
Posted by bryan.chong at 11/4/2006 8:49:33 PM
Hi guys, I need some help regarding windows GDI. I need your help on some errors. 1. webform1.aspx has one button 2. user press the button 3. the pic with the gdi lines will be shown(Ive create a mem...more >>

Show a Visio Diagram on a frm
Posted by Aussie Rules at 11/4/2006 8:12:22 PM
Hi, Is there a control or a way to display a visio document on a winform? I have an application where I want the user to have a read only view over a visio diagram, even though they don't have visio installed..... Thanks ...more >>

how to convert x.vb into x.Designer.vb and x.vb
Posted by Academic at 11/4/2006 7:19:05 PM
I like the vs2005 way of separating the designer code from my code. Is there a non-manual way of taking a 2003 .vb file and turning them into two files ( .vb and .Designer.vb) I have a solution of 24 projects that I'd like to convert Thanks ...more >>

Adding Speech Recognition in VB.Net
Posted by Meena at 11/4/2006 3:45:14 PM
In our company we are trying to add speech recognition to our products. I downloaded the Speech Recognition engine. Now there is a component called Microsoft Direct Speech Recognition in VB.Net It would be really helpful if someone can get me the link where the help would be available for th...more >>

Visual Basic 2003 won't run - get error message
Posted by Carol at 11/4/2006 2:53:01 PM
Hi. When I try to run Visual Studio 2003 I get the message "MS development environment is not installed for the current user. Please run setup to install the application." Is there any way to work around this without reinstalling VS 2003? Also, can VS 2003 and VS 2005 coexist?...more >>

This mail sending code snippet does not work
Posted by Robert Dufour at 11/4/2006 2:32:45 PM
Dim message As New MailMessage("mymail@mydomain.com", "mymail@mydomain.com", "Test", "Test") Dim emailClient As New SmtpClient("localhost") emailClient.Send(message) The IIS server is running on the local machine. What am I missing to make this work reliably? Thanks for any help ...more >>



Dynamically changing button label from a variable
Posted by Paulers at 11/4/2006 11:46:13 AM
Hello, I have an arraylist that looks like this: 1,4,6 I have buttons called button1, button4, button6. I would like to change the text on the buttons that corispond to the numbers in the array. Is there a dynamic way to do this? or do I have to loop through the arraylist and use a switch...more >>

Do I need to reset the cursor or will that happen automatically when I leave the subroutine?
Posted by Academic at 11/4/2006 10:41:40 AM
If I do the following: System.Windows.Forms.Cursor.Current = Cursors.WaitCursor Do I need to reset the cursor or will that happen automatically when I leave the subroutine? Thanks ...more >>


DevelopmentNow Blog