| Thread | Last Post | Replies |
|
| Can't Get API to work from VB.net for USB | 15 Apr 2004 21:01 GMT | 2 |
Help I have code that Works fine in VB6, that I have attempted to convert to VB.net I do a Call HidD_GetHidGuid(HidGuid), and it looks like it gets the right info, then I do a call to SetupDiGetClassDevs(HidGuid, 0, 0, &H12) and Get a Handle, different than in VB6 but I thought it ...
|
| vs 2005 Installation fails on DAC 9.0 install | 15 Apr 2004 20:13 GMT | 1 |
I tried to install "Microsoft® Visual Studio® 2005 Community Technology Preview" and it stops installing when trying to install the DAC 9.0
|
| EntryWrittenEventHandler Failure in Managed C++ | 15 Apr 2004 18:56 GMT | 3 |
I posted this before...perhaps it is a new 'fug' (fug = feature+bug) of .Net? Perhaps nobody knows (not suprising) about how Windows works? I've duplicated this issue on NT4/SP6+.Net-1.1, W2K Server+SP4+NET-1.1 and WXP Pro+SP1. I'd like to get this resolved (I have a bet that ...
|
| Pantone Colors | 15 Apr 2004 18:07 GMT | 1 |
I am preparing a newsletter with an excel chart. I would like to add a pantone color to my color palette but I am not sure how to add it. Is this possible in excel?
|
| How to make a Web service implement an interface | 15 Apr 2004 16:43 GMT | 1 |
I have a Web service and I want it to implement an interface that I specified, say IService. So my Web service class looks like this public class Service1 : System.Web.Services.WebService, IServic public Service1( InitializeComponent()
|
| sqlConnection not working in VS.net IDE | 15 Apr 2004 15:32 GMT | 3 |
Inside VS.net, I'm using the Data Form wizard to creat a DataSet and a Data Connection to my sql database on my network. VS.net creates this code after I point it to the correct database: Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security
|
| which kind of Exceptions to throw? | 15 Apr 2004 13:21 GMT | 8 |
I have a method that gets called if the user presses a certain button. If the object is in a state that doesn't allow the calling of that method, what should I do? Should I better throw an InvalidOperationException or should I derive my own exceptions from ApplicationException?
|
| how to make form shape in VB.Net | 15 Apr 2004 12:11 GMT | 2 |
|
| Dynamic Database content with javascript URGENT!!! | 15 Apr 2004 11:48 GMT | 2 |
Guys, please help me if there is a way you can make a database driven javascript in dotnet without using a webservice. Thanks a lot -Siddhartha.
|
| what are the changed functions name in .NET framework | 15 Apr 2004 11:39 GMT | 1 |
there are some statistical functions available in Visual Basic which have been renamed in .NET. kindly tell me what are the new names they have been changed to. the functions required are Quartile( slope( Intercept(
|
| Java to .Net conversion - problem with InputStream | 15 Apr 2004 11:32 GMT | 1 |
I'm trying to port Java application to C#. During my effort I enoucntered a problem for which I can't find an easy solution. Ad rem: The program I'm trying to port uses available()
|
| asmx activation | 15 Apr 2004 11:31 GMT | 1 |
What is trhe secret for activqating an asmx page all i get is the code it contains. (Type your message here) --------------------------------
|
| string length | 15 Apr 2004 10:36 GMT | 9 |
I have a string assigned a value from a querystring public string a = request.querystring[1] how can i make sure string a is less than 250 char? without using if's aaron
|
| msi - Unrecoverable build error | 15 Apr 2004 10:16 GMT | 1 |
The other day I restarted my machine and suddenly couldn't open any of my existing VB.Net projects. I reinstalled the (1.1) framework and got around that one.... but.... Since then, if I try to build a setup project I'm getting "unrecoverable
|
| incrementing an array with in an array during xml serialization | 15 Apr 2004 09:36 GMT | 1 |
I'm unable to increment the index in an array in which I'm stuffing another array. Would someone help me with this I'm inserting the namespace in this mail so you can see my code. thanks ahead of tim using System using System.IO
|