| Thread | Last Post | Replies |
|
| Problem ending application | 09 Jan 2004 17:33 GMT | 1 |
Hello, I have a problem when I ending my application. Display the message "The instruction as bla referenced memory at xxx. the memory could not be read." The code that I used to end is: Unload frmOportunidades
|
| Could not start upgrade wizard | 09 Jan 2004 12:17 GMT | 1 |
When i try to open vb project in .Net it shows me message "VB 6.0 Migration tool not installed on this computer" Can any one please help me to find out where the problem
|
| Problem searching Outlook Contacts in vb.net | 09 Jan 2004 00:42 GMT | 10 |
I recentely migrated to vb.net and converted a small program from vb6. I get a build error with the following error message. "Expression is of type 'Outlook.Items', which is not a collection type." The program uses a simple For Each ... Next loop to cycle through my Outlook
|
| Printer object replacement syntax | 07 Jan 2004 19:27 GMT | 6 |
We currently are trying our first transformation from VB6 to VB.Net. Of course, the Printer object is gone, but I'm having trouble finding the replacement syntax necessary to perform similar actions or set variables. We are interested in doing this inline (no pop-up dialog box).
|
| Compatiblity of Visual Basic 6 and Windwos XP Professional | 07 Jan 2004 18:49 GMT | 1 |
Does anyone know what the minimum Service Pack is for VB 6.0 to be compatible with Windows XP Professional? We are running VB 6 SP4 currently and our organization is considering upgrading to the XP operating system.
|
| Outlook Addmembers method issues | 07 Jan 2004 02:50 GMT | 2 |
Microsoft's AddMembers example on their website (at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaol10/html/ol mthaddmembers.asp) is fine to add the current user, but how do I modify this to add ALL the individuals from a folder UNDERNEATH the Contacts folder ...
|
| The right to use VB 6.0 when I have license for VB . NET | 05 Jan 2004 12:24 GMT | 2 |
Can everybody help me? I developped an application in VB in a company where I had license for VB 6.0 but. Now, in the new company where I work, I have license for VB .NET? The VB .NET license is enough to give me the right to use
|
| warning BC40000: 'Public Property Address() As Long' is obsolete | 03 Jan 2004 02:09 GMT | 1 |
I have run into the same situation as Jason where I am trying to access an IP Address in VB.Net after including System.Net.Sockets.AddressFamily. Here's the code: Dim RemoteEndPoint As EndPoint
|
| HOW TO Get a Handle to another Form? | 02 Jan 2004 18:02 GMT | 1 |
I need to call a subroutine (CreateNewDoc()) in FormA from within FormB based on the user action in FormB. Let FormA be an MDIForm and let FormB be its MDIChild form (during the creation of FormB, MDIParent property was
|
| Help please | 02 Jan 2004 17:42 GMT | 2 |
Dear newsgroup - do not reply to this e-mail address. I have just created it to avoid getting spam to my real address. Reply to the newsgroup. I am watching them all now so please reply now. How do I get a list of methods that my class supports? Here is my
|