| Thread | Last Post | Replies |
|
| ArrayList.Sort Question | 11 Nov 2004 20:12 GMT | 13 |
Hi there, I have been playing with sorting my arraylist and having some troubles. Maybe just going about it wrong. My arraylist contains objects and one of the members of the object is 'name.' I would like to sort the arraylist based on object.name - is that possible?
|
| use Namespace to reference a form in a Module? | 11 Nov 2004 19:49 GMT | 2 |
I have added a Namespace to my vb.net project. The namespace is the name of the project. Then I start the project from Sub Main Module1
|
| Code in derived class not called | 11 Nov 2004 18:40 GMT | 5 |
Please can someone explain this behaviour: I have a MustInherit Base class and a Derived class that Inherits Base and Shadows a method in the base class. If I Dim a variable of type Derived and New it as Derived the code in the
|
| Text limit on DataGrid Column | 11 Nov 2004 18:39 GMT | 3 |
Is there a way to put a limit on the text size of a datagrid column? Thanks, Aaron
|
| Deployment condition - UTF8 | 11 Nov 2004 18:39 GMT | 1 |
I need a path string to put in the InstallUrl so that if the Font ARIALUNI.TTF does not exist I can take the user right to this path location so they can install the ARIALUNI.TTF font from the XP operating system install CD.
|
| Where to set deployment properties | 11 Nov 2004 18:36 GMT | 4 |
I have looked and looked for on the property pages for my Window form project and do not see where they are saying I should find the place to set deployment properties like: Manufacturer
|
| changing icon in statusbar | 11 Nov 2004 16:51 GMT | 7 |
i have kept a statusbar in the form with panels = true. and total there 3 panels. whenever i click on the 3rd panel a menu appears showing online and offline and either is enable at a time. once i clic on online its icon changes to connecticon (assume its there) and whenever i click ...
|
| Errors given 12 times | 11 Nov 2004 16:39 GMT | 5 |
In vb.NET i am trying to use showdialog() for a modal form. The form loads except that when i ask it to give me messages or errors it give me them 12 times. If i just use show() for a modeless form it just gives me them the once which is obviously what i want, however the form ...
|
| vb.net 2003 for closing | 11 Nov 2004 16:23 GMT | 4 |
I know this is probably very basic - bt I;ve never had cause to use this so... In a main form (MDI) how do I trap for the form closing with a "do you want to quit y/n" dialogue box?
|
| Accessing Exchange Public Contacts From VB.NET | 11 Nov 2004 16:23 GMT | 7 |
What is th best/easiest way to access a public contacts folder on an Exchange server from a winforms vb.net applciation? I would like to be able to provide the user with a list of contacts and their associated details from what is stored in Exchnage on a custom form
|
| Problem in Reterving numeric Data from oracle 8i through adodb.connection in vb 6.0 | 11 Nov 2004 16:20 GMT | 2 |
I am using Oracle 8 I and Vb 6 and connection to oracle by DSN. ************* Code ************** This is my code: Public con As New ADODB.Connection
|
| How to.. | 11 Nov 2004 15:25 GMT | 4 |
i have string "2+6/3-8/2" and how to get result (in this case is 0). String can be any formula with 4 basic math operations thx
|
| TextBox Event Firing Order/Cancel | 11 Nov 2004 14:06 GMT | 4 |
I am testing in a TextBox KeyPress event to validate characters in the TextBox. How do I tell it to abort appending my "e" if I deem the character invalid. I note that on a Form Closing event, e offers a Cancel. Not on a textbox.
|
| How do you set the font color in an EXCEL cell? | 11 Nov 2004 13:38 GMT | 8 |
Where xlWs is an Excel.Worksheet and xlRG is an Excel.Range xlRG = xlWS.Cells(row, 7) xlRG.Font.Bold = True xlRG.Font.Color = 255
|
| Converting UInt16 to Int16 | 11 Nov 2004 13:32 GMT | 2 |
Is there an easier way to convert a UInt16 to Int16 than the way I am currently doing it Dim iValue As Int16 Dim uValue As UInt16
|