| Thread | Last Post | Replies |
|
| Arraylist vs Array vs DataTable | 25 Jul 2005 18:42 GMT | 9 |
Wondering the best way of storing my data. This is data pulled and stored in the database but a lot of data manipulation goes on the client side. I never have to remove items but will sometimes clear them all out. It seems to me the best way,
|
| How to get the last active control | 25 Jul 2005 18:42 GMT | 4 |
Any equivalent to VB's PreviousControl in VB.NET?
|
| Programming with Outlook | 25 Jul 2005 18:27 GMT | 4 |
I'm thinking of including this method of sending attachments using the code in the link below, it uses Outlook Objects. How to send attachments in an e-mail message by using Visual Basic .NET http://support.microsoft.com/default.aspx?scid=kb;en-us;313803
|
| How to Refresh Column data | 25 Jul 2005 18:21 GMT | 2 |
I have added a new column to an existing table. This column is to calculate the total for an Line item. I'm setting as follows: DS.Tables(0).Columns.Add("Total", System.Type.GetType("System.Double"), "UnitPrice * Quantity")
|
| playing sound? | 25 Jul 2005 18:08 GMT | 2 |
does anybody kno the code to play lets say an mp3 file on the loading of a form? thanks
|
| multiple forms | 25 Jul 2005 17:47 GMT | 13 |
hey, quick question for you, i have this code: [code language="vb"] Dim frm As Form frm.WindowState = FormWindowState.Normal
|
| Public Function Call (System.StackOverflowException) | 25 Jul 2005 17:44 GMT | 3 |
in frmRoutines (Form3) I have a working public function called getLog() I attempt to call it in frmMIS (Form2) as follows and get the above exception... ...
|
| simple vb to dotnet question | 25 Jul 2005 17:25 GMT | 3 |
I want to use a fixed width font on a command button set at runtime in vb6 command1.font="courier new" In VB dotnet comman1.font=new font(?????????, ??????) thanks
|
| How to create multi line string? | 25 Jul 2005 16:09 GMT | 2 |
I need to assign a multiline string to a textbox in design time, my problem is that strings cannot be on more than one line in the editor, even the _ at the end of a line doesn't work with string, so how can I do this?
|
| How to store a hidden value in a tree node ? | 25 Jul 2005 14:13 GMT | 3 |
Hello to one and all, Is it possible to store a string value in a tree node, but this value is not for display, it's for a tool tip. If not, what are my options, to create a shadow tree which is invisible?
|
| dynamic array | 25 Jul 2005 14:03 GMT | 1 |
we can do Dim arr() As Integer = {1, 3, 5, 6} Is there any way can assign with ReDim as well? I don't need to preserve the value.
|
| Vb.Net Reporting | 25 Jul 2005 13:14 GMT | 1 |
Is there any in-built report tool available for VB.NET? Like VB's Data Report? Client want to use the native or default report with .NET? They dont want to purchase any reporting tool?
|
| VB.NET and DirectX | 25 Jul 2005 12:24 GMT | 6 |
Its possible to get directX working with vb.net? I have heard something about "managed code", where I can find more infos? thanks
|
| Printer | 25 Jul 2005 10:01 GMT | 6 |
Hi all! I have a printer attached to my PC, and I share it to my LAN. The problem is how can I know which computer print the document, and how many pages they printed by using VB .Net! Thanks!
|
| RegEx forums? | 25 Jul 2005 08:12 GMT | 1 |
Are there any RegEx forums on the internet where ppl can discuss just RegEx problems?
|