| Thread | Last Post | Replies |
|
| Casting an Array of Objects to a typed Array | 15 Nov 2004 22:10 GMT | 7 |
If I have an array of [Object]'s, all of the same type (say [String] for example). Is there a quick way to cast that to a typed String array? Presently I'm having to copy each object to a new array. I'm wondering if
|
| is there a vb.net equivalent for CreateObject? | 15 Nov 2004 21:47 GMT | 2 |
I have to invoke instances of MS Excel and MS Access from my vb.net applications so that I can invoke procedures that reside in the Excel and Access applications from the vb.net application (as in remotely). After I make a
|
| Mailto: "Need line breaks in body" | 15 Nov 2004 21:46 GMT | 1 |
I'd appreciate anyone's help with this. I'm trying to open an email window and have it auto fill from vb.net. It works, except I can't get line breaks in the body. I've tried: vbLf
|
| Remoting Help Required | 15 Nov 2004 21:29 GMT | 2 |
I was wondering if anyone could point me in the right direction here. I've got a remote object that controls the dataset generation for our system reports. This all works fine at the moment as everything is in the same directory.
|
| How to close MS Word from VB.Net Application? | 15 Nov 2004 20:44 GMT | 3 |
In the Main form of my application I declare Friend Shared WithEvents WordApp As New Word.Application() And it works fine When I'm living an application I try to close MS Word
|
| Button Array with faster painting | 15 Nov 2004 19:17 GMT | 2 |
I am developing a custom on screen keyboard. So far I have an array of buttons and then using SendKeys to send the text of the button to the active control to receive the text. The only problem is that the application is rather slow at painting the
|
| label control arrays | 15 Nov 2004 19:10 GMT | 5 |
I know this is probably talk about millions of time here, but I cant seem to find a close one, I am so used to the vb6 control array, now that I have to use vb.net for my project, I like to do the following in vb.net with this vb6 way:
|
| forms timers, events, and threading | 15 Nov 2004 19:01 GMT | 13 |
My WinForms app runs on the single default thread, and uses a single SqlConnection object for all queries. I need to use one or more timers to periodically execute some of them. My own testing indicates that the forms timer does not operate on its own thread and will not cause a ...
|
| newbie blues : 'System.NullReferenceException" | 15 Nov 2004 18:57 GMT | 2 |
I get System.NullReferenceException on this line Public vcar As String = ListBox1.SelectedItem.ToString() Wanted to declare a public variable such that I could pass data to another form.
|
| javascript in Visual Basic .Net Project | 15 Nov 2004 18:48 GMT | 5 |
I want to know how to draw a line using javascript in .aspx page of visual Basic .Net Project. Are there any functions, if they are what are the functions available and how to use them. Thank you
|
| Fastest way to save an array of doubles on disk? | 15 Nov 2004 18:26 GMT | 5 |
The title says it all. Anyone?
|
| Mouse Cursor gets Trapped inside TabControl | 15 Nov 2004 18:01 GMT | 2 |
When I place a Tab control on a form with one or more TabPages and click inside one of the pages and then click on a tab the mouse cursor gets trapped inside the tab control until I click on something other than a tab. Does anyone know what's taking place?
|
| Create a Share | 15 Nov 2004 18:00 GMT | 2 |
I have an existing folder. I want to share it so that other user can access this folder. How can I create it from VB.NET Thanks, Richard
|
| I used to use fixed-length strings | 15 Nov 2004 18:00 GMT | 1 |
I have to parse a bar code. Back in VB6, I can remember putting a string into a structure that had members with fixed-length strings and then I could pick off the memebers by name. But we can ignore that if there's a better idea. I simply would like to
|
| Looking for DatePicker for Pocket PC 2003 | 15 Nov 2004 17:55 GMT | 2 |
I am using Visual Studio .NET 2003, and programming in VB. I was able to create a date picker for one of my PPC 2000 applications using eMbedded VB3, but when I look through the controls for the 2003 VB application there seems to be no Calendar or Date Picker.
|