| Thread | Last Post | Replies |
|
| VB 6.0 Cntrls In VBE - 'DriveListBox', 'DirListBox' & 'FileListBox | 27 Jan 2007 03:16 GMT | 7 |
Guyz, I have just learnt how to add the 'DriveListBox', 'DirListBox' and 'FileListBox' controls that were always included in the toolbox with VB 3.0 / 4.0 / 5.0, but always missing in VBE 2005.
|
| Where's Peter Norton? | 26 Jan 2007 19:03 GMT | 3 |
Just what happened to Peter Norton anyway? Did he cash out so big with the Symantec holding company that he is now a surf bum? I hope he still breathes and walks amongst us of course but I've wondered what happened to the guy who at one time was recognized as one of the best ...
|
| Windows service | 26 Jan 2007 16:17 GMT | 2 |
I am writing a windows service application. It must be able to return a string value when asked by external program. I've found only ServiceController.ExecuteCommand(int), but does not return any value.
|
| Q: Microsoft.VisualBasic Namespace | 26 Jan 2007 15:34 GMT | 1 |
Hi group, I've seen a number of articles where .NET programmers argue against using the Microsoft.VisualBasic namesapce; I've also seen others that promote the use of this namespace.
|
| using Ajax tool kit in 2005 web project | 26 Jan 2007 14:32 GMT | 1 |
I have a visual studio 2005 project How do I use the Ajax control tool kit without having to creat a brand new project ? TIA
|
| NUnit 2.2.9 and .NET 2.0 Configuration | 26 Jan 2007 09:39 GMT | 2 |
Hi everyone! :) I have project containing test cases and I've added <assemblyname.dll.config> configuration file to [bin\debug] output directory of project.(That way, NUnit has been working with .net 1.x projects )
|
| Crystal Reports Images | 26 Jan 2007 07:27 GMT | 1 |
I am trying to place images in a crystal report. The location of the image in in the dataset. That is "C:\impges\myimage.gif" in in the image field for each record in the detail. So there would be a defferent image for each detail section. I am new at using the crystal report ...
|
| problem with conditional statements in vb.net IDE | 26 Jan 2007 03:11 GMT | 5 |
I am getting odd behavior in my code, first I thought it was caused by SP1 but now I have the same issue with a vanilla version of VS 2005. When I execute a function that contains an if statement. i.e. Dim b As Boolean
|
| [DataGridView] inherince | 25 Jan 2007 22:30 GMT | 3 |
Dot sure if this it the right group but here goes. I'am using the DataGridView multiple times in my application, and then i'll read a book on inherience, and that opend a new world for me. So i'll Created a class that inherience from the DataGridView Like:
|
| Does not contain a defination for | 25 Jan 2007 22:07 GMT | 1 |
I have a class that inherence from the ToolStrip control called (AWToolbar), and i added my own methods to that class. Then i have a usercontroll (QuickNavigator), and I add the AWToolbar, by dragging it onto the usercontrol. It works OK
|
| Composite UI application Block - Thread Safe? | 25 Jan 2007 21:25 GMT | 2 |
Does anyone have any input on setting up my CAB application so that the application is thread safe, and cached appropiately? I read that this can be managed through Services, and dynamic injection. On the contrary, I was told that this can be handled using Enterprise Library
|
| Convert.FromBase64String dotnet bug? | 25 Jan 2007 20:58 GMT | 3 |
string s = "Hello"; byte[] abc = Convert.FromBase64String(s); This throws error "Invalid length for a Base-64 char array."??
|
| WIA vs TWAIN | 25 Jan 2007 19:47 GMT | 1 |
I'm facing what i consider to be a serious problem, because i can't find the solution!!! I've made possible, for the software i'm developing, to aquire images from a scanner using WIA. The problem is that, when i aquire an image in, for
|
| Book for learning ASP.NET | 25 Jan 2007 19:34 GMT | 2 |
I worked with ASP for three years before. In the recent two years, I have been working with JSP and Java. I would like to learn the something about ASP.NET. Can anybody recommend me a right book to learn ASP.NET? I like to learn this
|
| inconsistent response to http post request in .net proxy | 25 Jan 2007 19:30 GMT | 4 |
All, I am writing an HTTP 1.1 compliant proxy in c#.NET, for use as a proxy server for any web browser (IE, firefox, etc). I've got it working fine for GET requests. However, when a POST request is issued by IE, I
|