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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|