| Thread | Last Post | Replies |
|
| Event Handlers | 11 Jul 2005 07:57 GMT | 1 |
If you have an event in VB.Net, how can you find out how many event handlers there are for the event? How can you find out what the event handlers are? How can you remove all event handlers?
|
| Command line compile error, but compiles in studio.net | 11 Jul 2005 07:47 GMT | 2 |
I wonder if anyone can help me. I am trying to learn to program in VB.Net and am having a little difficulty compiling a program using the command line. I am trying to create a small mdi application with a window menu but it fails to compile displaying the following error:
|
| Namespces in VB | 11 Jul 2005 06:11 GMT | 1 |
I recently went to create a class that would be place inside the same namespace as an assembly I was referencing. This works ok in C#, but not in VB.net? What I mean is this code does NOT work in VB.NET. It will not compile
|
| Single click stops double-click working?? Help?? | 11 Jul 2005 02:02 GMT | 3 |
I have a ListView control in a Windows application, currently single clicking a customer name in this list, selects the customer and displays their details in text boxes to the right of the list. The user must then click a button to select that customer and move off the page to ...
|
| Edit DataGridView columns | 10 Jul 2005 19:07 GMT | 1 |
Will someone tell me why with the following code: 1. The user can not resize the columns 2. The DTG column is not formatted as "dd-MMM-yy HH:mm:ss" 3. The user can modify the data in all columns
|
| FontFamily.GetFamilies Method Question | 10 Jul 2005 19:05 GMT | 1 |
I understand that I have to pass a Graphic object to this method. All I need is a list of all available fonts for text to be entered in the RichTextBox Control, so what is the the Graphic object Pen Brush??? Thank you in advance,
|
| Retrieving the parent folder name | 10 Jul 2005 16:27 GMT | 4 |
Is there any method in the File, Directory, FileInfo, Path etc classes that makes it easy to retrieve the folder name of the immediate parent folder of a file? I can't see one, but maybe I've missed it in all the various overlapping methods and properties. For example, I might have
|
| RTF | 10 Jul 2005 15:56 GMT | 2 |
Is there any method to edit the text within the RTF control e.g. allow the user to select a text and then select from another control the size of the text Thank you
|
| Pointers to Pointers? | 10 Jul 2005 12:50 GMT | 10 |
i need to know if i can have a pointer to a pointer in VB.NET given Class CClass 'declarations
|
| Quickest way to find the string in 1 dimensional string array! | 10 Jul 2005 05:19 GMT | 3 |
Quickest way to find the string in 1 dimensional string array! I have a queue 1 dimensional array of strings called 'queue' and I need a fast way to search it. Once there is match, I don't need to search any longer.
|
| CType | 10 Jul 2005 04:14 GMT | 4 |
Is there a more C# like alternative to CType? I don't like using the VB6esque "C" conversion methods(CStr, CInt, etc) . I'd prefer to user something like Convert.ToInt32(), but can't find a equivalent for converting objects.
|
| VBA does not see public class variables in COM addin | 10 Jul 2005 03:37 GMT | 4 |
Is it possible to see public class variables of a COM addin in Excel 97 VBA? I have successfully created the (Visual Basic 2003 .NET) COM and referenced it in an Excel 97 VBA project. The VBA object browser sees - and the project otherwise successfully interacts with - all the COM ...
|
| Show hidden form1 | 10 Jul 2005 03:36 GMT | 1 |
I have a form that is called from a Sub Main procedure using application.run(Form1). On my main form there is a button to open an instance of Form2 and then at the same time hide Form1.
|
| Compacting an Access database with VB.NET | 10 Jul 2005 01:11 GMT | 2 |
I want to install a VB.NET application that uses an Access database on a computer that does not have Microsoft Access installed. I want to compact the database on occasion. If Access was installed I could use something like: Dim AccessApp As New Access.Application
|
| Archives | 09 Jul 2005 19:42 GMT | 1 |
Where are the archives of this newsgroup? Thanks Bob
|