all groups > dotnet general > may 2004 > threads for saturday may 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
application exception
Posted by Ran Y at 5/15/2004 10:59:45 PM
hello all,
we are writing a class lib dll and want to use our own new app exception.
we want them to have the same 'Message' and "InnerException' members as all
Exceptions have.
we cant override these members because they are 'read only'....
any suggestions ?
what do you do ??
thanks,... more >>
Slider and Trackbar
Posted by paja at 5/15/2004 9:51:04 PM
Hello All
In my application I am using TackBar, in past there used to be a controll like Slider. Wtih slider you could graphically show that what section of slider you have selected by fill in colors. Example could be that if you have slide the bar from 1- 10 then there will be a color fill from... more >>
Music CD to media file via API?
Posted by John at 5/15/2004 3:03:52 PM
Anyone know how I can produce media files (WMA, MP3 etc) from an audio CD,
using .NET (specifically C#, but VB's fine).
I can't see a method to do this using interop and the Media Player SDK (you
can play, but not record).
Can't see anything in the Managed DirectX either...
Help!
John
... more >>
Creating an executable
Posted by Tom at 5/15/2004 9:31:01 AM
Does anyone know how to create an exectuable file for my vb.net application
Im using vs.net 200
thx... more >>
Quick question
Posted by Varun at 5/15/2004 9:26:04 AM
Hi,
Im having problems working out some logic in an 'If statement
This specific part of my code does no run for sum reason....
ElseIf ((CBoxSession.Text = "All") And Not (CBoxLayout.Text = "All")) The
Can anyone tell me what im doin wrong
What i want to achieve is to run a speci... more >>
Web Service book
Posted by Gordon Knote at 5/15/2004 2:11:01 AM
Hi
I'm new to web service programming and still searching a good book on the subject. Can anyone suggest one that covers the topic and especially configuration and security of web services (best with ISBN)
Thanks a lo
Gordo
P.S.: Is it necessary that the book covers Framework 1.1? Have there ... more >>
Cannot Create New Database Connection in VB.net
Posted by Josh at 5/15/2004 12:56:02 AM
Hello
I am new to the database stuff in VB.net but have been having some problems setting up a new database connection on my home computer. This is what is happening, i go to add a new database connection in a new project by going to the data tab and then double clicking on the OleDbDataAdaptor bu... more >>
|