| Thread | Last Post | Replies |
|
| Multiple Classes and Namespace | 17 Jan 2005 23:46 GMT | 2 |
I know that multiple class inheritance is not possible in VB.Net I also know that I can: inherit class a and in class a:
|
| Noob question #2 | 17 Jan 2005 23:29 GMT | 1 |
Ok, I beleive that I understand what overriding and overloading do. They both make sense to me. What I don't understand is when they are both used at the same time. Example;
|
| excell in the process window | 17 Jan 2005 23:09 GMT | 2 |
hi i have a windows service that uses an excell workbook when i create the excell app i cant distroy it after i am finished i am using this code whats wrong?
|
| Elusive Bug | 17 Jan 2005 22:52 GMT | 9 |
I have a baffling application bug. Any clues you could offer to help me squash this bug would be greatly appreciated. My application saves the contents of the form, as an
|
| Is this a VB.Net 2003 Bug?? | 17 Jan 2005 21:54 GMT | 5 |
I'm running VB.Net 2003 & I think that I have found a .Net BUG!!! If I invoke the OpenFileDialog in my application, neither the SOAPFormatter nor the BinaryFormatter will write the
|
| accessing unmanaged DLL in C# | 17 Jan 2005 20:51 GMT | 2 |
I'm trying to convert a VB.Net app into C#. The VB app calls functions in an unmanaged DLL. I'm able to call most of the functions in the DLL from C# with the exception of the one below: in VB.Net, the unmanaged function is declared through an interop as:
|
| how to get startupPath in console application | 17 Jan 2005 20:42 GMT | 2 |
I would like to retrieve the startupPath from a console application. It appears that a console application does not recognize Application, so I can't access StartupPath. Is there a way to do this in a console application?
|
| Noobie Question on Forms | 17 Jan 2005 20:33 GMT | 12 |
Sorry to have to ask this but... I have a form that asks for SQL connection information. I want to close the form when I click Save and then open the login form. I can Hide the form but it keeps the form open. If i try and use
|
| How do I programmatically scroll the datagrid? | 17 Jan 2005 20:31 GMT | 4 |
I have a project that is written in vb6 that I am converting logic from it into VB.net. I have 2 datagrid when you scroll 1, it scrolls the other. This was easy to do in VB6, but I cannot fidure out how to do it in vb.net.
|
| Retrieving Product Versions | 17 Jan 2005 20:15 GMT | 8 |
I need to retrieve the product version of a specific file from within my VB.Net application so that I can determine if the application has the correct version from a third party supplier. I have done it in other languages just not .Net so I know it is possible.
|
| w32_WNetGetUser not work Win98 | 17 Jan 2005 20:14 GMT | 3 |
this is my code : I convert this code from VB6... Problem : lResult =487 Private Declare Function w32_WNetGetUser Lib "mpr.dll" Alias "WNetGetUserA"
|
| 3rd party dual listbox control | 17 Jan 2005 19:30 GMT | 7 |
After unsuccessfully trying to make my own dual listbox control out of arraylists, I decided to look for a 3rd party control. I've looked for over a week now and can't find anything but ASP.Net stuff when I need a Windows Form control. I've seen dual listbox populators in ...
|
| Runtime, array of controls events | 17 Jan 2005 19:19 GMT | 8 |
I have the following code: Dim myTextBox(10) As TextBox Dim x As Integer For x = 0 To 9
|
| Cor, Herfried, Ken Tucker - no answer to these questions? | 17 Jan 2005 19:17 GMT | 12 |
I asked two fairly simple questions, or so I thought, but have received no ideas at all. 1. What is the control that MS uses in Outlook Express that contains attachments? It appears to be a multicolumn listbox but the # of columns is
|
| Selected object in datagrid | 17 Jan 2005 18:53 GMT | 3 |
Hi all (once again), I've populated a datagrid with an arraylist of objects of this class i've created. How can I get the select object in the datagrid?
|