| Thread | Last Post | Replies |
|
| anyone programming MIDI apps in .NET (DOT NET) ? ? | 09 Apr 2004 19:57 GMT | 2 |
any sample code or information would be most appreciated i have been wanting to learn MIDI programming but would rather learn it in my current language (either vb.net or c#)
|
| How to step into com interop from .net? | 09 Apr 2004 19:11 GMT | 1 |
I use com interop in my VB.Net window application. I would like to step into the COM written in VB 6. I have checked the option of "Unmanaged code debugging" in the .Net project property window. What else should I do to step into the VB codes? I am using .net framwork 1.1. Thanks ...
|
| Timers in an asp.net Web app | 09 Apr 2004 18:59 GMT | 1 |
Is it possible to set a timer to run a program every x minutes in an asp.net shared hosting environment Regards Mekim
|
| Newbie (Setfocus) | 09 Apr 2004 16:41 GMT | 1 |
I am a vba, access, sql server programmer. Totally new to vb.net. In vba if I want the focus to go to a control I simply say MyControl.SetFocus. How do I do that in vb.net? Thanks.
|
| I dont know how convert it to dataset or XML... | 09 Apr 2004 16:15 GMT | 2 |
H I'm trying to import a | seperated text from string variable which represents a tabl with several fields, eg 6124079|PRIRUBA 11 DN250 PN6;CSN131160.0;11369.1;CSN131005.50|KS|11,100000|3437,
|
| Service fails at startup - need more info | 09 Apr 2004 15:36 GMT | 3 |
I've got a Windows Service written in .NET (1.1). It works fine on most machines, but on our external W2KS web server, with many unnecessary services stopped, the services simply fail to start at boot time.
|
| Background image from embedded resource | 09 Apr 2004 12:42 GMT | 2 |
I have a bitmap as an embedded resource. Now I want to use that bitmap for a background image of a button. But if I do the following it doesn't work. <snap start> Dim s As System.IO.Stream =
|
| System.Runtime.InteropServices.COMException | 09 Apr 2004 12:13 GMT | 4 |
I hope this is the right place to post this question. My problem is that I cannot run a .NET application anymore. When I start an application that uses .NET, it runs and after 3 seconds or so I get an
|
| Creating a Dataset | 09 Apr 2004 10:07 GMT | 1 |
I am trying to create a Dataset where I am selecting one of my Oracle Tabels from the Server Explorer List....when I try to drop it into the Dataset screen I get the following error "The connection could not be opened because of the following error: Unable to find an entry point ...
|
| Closing event for socket | 09 Apr 2004 02:32 GMT | 2 |
is it possible to let VB.NET call a specific handler, when a socket gets closed (either as a server, or as a client) Thank Helmut
|
| Get HDD serial number | 08 Apr 2004 22:17 GMT | 1 |
How do i get the serial number of an harddisk? thanks, Gon?alo Bol?o Kaid4 Inform?tica
|
| Best Web Sites for .NET? | 08 Apr 2004 20:45 GMT | 2 |
The subject says it all. What are the best web sites (opinions of course) for .NET? Thanks, Larry.
|
| Programs Ends when form button is clicked. | 08 Apr 2004 20:28 GMT | 1 |
I am teaching myself visual basic .net 2003. I bought a book and worked the examples, but I cannot figure out what I am doing wrong on my first application. I have a form that is called from a module:
|
| ListView Control not showing entire string text - Windows Forms | 08 Apr 2004 18:11 GMT | 2 |
i ran into thi sproblem this monday and still havent been able to figure out why the list view control is not showing the complete text string the original strings i want to be displayed in the list view are more than 350 chars long, but it only displays 259 chars of each string. ...
|
| Accessing Active Directory | 08 Apr 2004 16:02 GMT | 3 |
I want to access via VB.Net the active directory I want to list all the users and groups in AD and, if it's possible, also the exchange mailbox of each users.. Anyone can help me? Please... Michele
|