First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
MIME Messages
Hi I am able to download from my POP3 Server but I cannot read the content of HTML email Messages which is in the following property: MailMessage.AlternateViews Thank you in advance, Samuel ... 18 Apr 2010 18:38
AndAlso, OrElse and brackets
We have been having a lively debate at work about whether or not we should use brackets with conditionals that contain AndAlso. This is because AndAlso has precedence over OrElse and I say that it makes code more manageable if brackets are included. False OrElse True AndAlso False will return False because AndAls... 29 Mar 2010 04:46
Class Design with Collection Classes
Hello everyone, You will have to forgive my newbish questions... I have a class that has a sub collection class. Public Class Item Public Collection As ItemCollection Public Class ItemCollection Inherits Generic.List(Of Item) End Class End Class I have two questions: 1. When is it ... 26 Mar 2010 14:22
string functions
"Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message news:%23n7C55QyKHA.2644(a)TK2MSFTNGP04.phx.gbl... I made today a sample for the VB.Nxt Forum It was looking almost like this. Dim b As String() So what are you posting it here for, troll. Your VB.Nxt code does not work in VB6. A... 21 Mar 2010 15:05
Help with Help
Why do I keep getting help for C# when I have only checked VB among the languages? How can I get more help pages for VB? ... 20 Mar 2010 22:11
vb.net 2008 working with other Microsoft tools
I am planning to generate 8 to 15 reports in sql server report server 2008. I want to create the 8 to 15 separate sql server reports and tie them together with a table of contents in a visual basic.net 2008. I then want to export these reports into an electronic format to email to users. Can you give me sugg... 23 Mar 2010 12:30
A problem about the setacl
Hello, I add a deny premission to a registry key using the following command SetACL.exe -on "hklm\software\1" -ot reg -actn ace -ace "n:administrators;p:set_val;m:deny But how to cancel this change using the setacl command? Thank you Steven ... 20 Mar 2010 13:13
add a node to XMLDocument
Peter Morris wrote: Hi, I'm new to XML programming. I'm writing a program in Visual Basic.Net that retrieves XML data from eBay. I want to store the results of a query in an xmlDocument. With VB.NET and .NET 3.5 you could use LINQ to XML and XML literals instead of System.Xml.XmlDocument: http://msdn... 20 Mar 2010 09:48
Expose properties of user-control.
Hello. On VB 2008, how can I expose some properties of user-control, I have created, so I can see them on properties window ? Thanks :) ... 20 Mar 2010 17:46
Managing delays on dropdown or on tooltopexts
Hi all, I made a program that shows some contextual menu (ContextMenuStrip) that can have items (ToolStripMenuItem) with some DropDownItems. To ensure short menu, I setted short Text properties to the ToolStripMenuItem and a long description on the ToolTipText properties. When I show that menu, and I hover the... 19 Mar 2010 14:23
First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47