| Thread | Last Post | Replies |
|
| 3 speed fan | 23 Jul 2004 16:27 GMT | 1 |
People with 3 speed fans probably use High and Low but not Medium.
 Signature incognito http://kentpsychedelic.blogspot.com/ fairgrounds http://home.earthlink.net/~jabailo/fairgounds/id6.html
|
| dotnetfx.exe is not valid win32 application | 23 Jul 2004 13:53 GMT | 2 |
Tried to run the new sqlexpress and got a not valid win32 msg. So i tried to load the dot net and got this for an error. Help
|
| Advice on Architecture | 23 Jul 2004 11:16 GMT | 2 |
I am starting my first C# project and have a design issue which I would appreciate some advice about. I am wondering whether to use dataset to pass information between components or if I should implement components and collections. I wondered what the advantages and disadvantages ...
|
| Locking in VB.NET application | 23 Jul 2004 09:52 GMT | 3 |
How can I lock records in VB.NET application using ADO.NET?
|
| how do i prevented form already loaded.... | 23 Jul 2004 08:26 GMT | 1 |
how do i prevented form is already loaded. i had mdichild form when i clicked menu to show form. using visual studio 2003 in vb.net.
|
| VB.NET, VC.NET & C#.NET and the .NET framework | 23 Jul 2004 03:30 GMT | 1 |
I was wondering, can VB .NET, Visual C++ .NET and C# .NET all produce "conventional" applications not using the .NET framework as well as applications that use it? I'm currently trying to decide which of the three languages to buy (each
|
| VS Ide crashes daily | 22 Jul 2004 21:19 GMT | 5 |
Hi, the Visual Studio ide crashes on me daily (three times so far today and it's only 1 pm). It is the the 2003 release. The solution is rather large, it has over 12 projects in it. I use the SQL Server 2000 Server Explorer tab quite a bit. It generally crashes when I press the
|
| log4net in c# application | 22 Jul 2004 17:42 GMT | 3 |
I am using log4net in my c# application.Want to know how to customize the log output format. I know that it can be done using LayoutSkeleton class,but dont know what other parameters to be given in the log4net config file.
|
| Thread Safety, dataset and dataview, ASP.NET | 22 Jul 2004 17:26 GMT | 1 |
I according to MSDN dataview and dataset are thread safe for read operations, but we run into this scenario. I just would like to see some comments on it. Aplication written in VB.NET it is an ASP.NET app.
|
| how to generate PDF report using ASP.NET(Urgent) | 22 Jul 2004 16:34 GMT | 1 |
Hi all high hands, I need your urgent help. Currently I need to generate a pdf report using ASP.NET. Can anybody tell me how? thanks
|
| Hex to int conversion support | 22 Jul 2004 15:45 GMT | 1 |
Newbie trying to play around with forms creating a int to hex converter. Does the framework have a conversion class? I can't believe that yet another needs to be created. Thanks for the feedback
|
| problems after compiling --> exe not working | 22 Jul 2004 15:05 GMT | 9 |
hello newsgroup! my problem is that after successful compiling the exe is running, but ONLY on my system i am using visual studio .net 2003
|
| Need Help with Intellisense | 22 Jul 2004 14:59 GMT | 2 |
I have been searching for several hours in the newsgroups now and am not finding anything on what I want to try to do, so I am hoping someone can help :) I have a WINDOWS form that has a combo box. this combo box has already been populated by a database. I would like to have the ...
|
| Run VB.NETApplication on MAC | 22 Jul 2004 14:13 GMT | 1 |
How can I make VB.NET application run on Mac. Thanks
|
| Check DateTime format | 22 Jul 2004 11:34 GMT | 15 |
My application asks the user to enter in a date - in the mm/dd/yyyy format. Is there any quick and easy way to verify the date the user enters is formatted correctly? Right now I'm calling DateTime.Parse() and catching the FormatException but it seems this is a bit inefficient ...
|