| Thread | Last Post | Replies |
|
| Odd error on service | 01 Apr 2006 00:42 GMT | 4 |
I have several computer with the following error. If the service is re-installed the error goes away for a time and then returns. Any clues, suggestion or fixes? --- Error message in event log ---
|
| VB/C# interop question | 31 Mar 2006 23:35 GMT | 1 |
We are using a VB6 COM dll in our C# application. Is it possible to create an interface on the VB6 side that our C# application would implement and pass back as a parameter into the VB6 app? I understand the VB6 app would need changed. Where would I find a sample if
|
| Passing List<double> to a C++ Class Library from C# | 31 Mar 2006 22:59 GMT | 2 |
I'm trying to pass a List<double> array from C# to a C++ class library but I get the following error: "No overload for method 'zzz' takes '1' arguments" My C++ method in the library has 1 argument:
|
| IndexOf(string array) Can it be done? | 31 Mar 2006 21:28 GMT | 6 |
I have a piece of code where a need to look for specific patterns in a string. Because there are over 20 patterns I want to place these in a string array for quick access if(myValue.IndexOf(myArray)!=-1)
|
| XSD to TypedDataSet - 90 column limit? | 31 Mar 2006 21:06 GMT | 1 |
I'm trying to generate a typed dataset from an XSD, yet if I add more than 90 columns in the XSD I don't see any of the public methods on the type datatable object. I can replicate this easily and consistently in several projects. Is this a known limit?
|
| Function returns two values | 31 Mar 2006 16:07 GMT | 5 |
I am trying to write a function that returns two values but I can't figure out the syntax or if it's even possible. Private Function CTXScanner(ByVal mfSvr As String, ByVal xmlstr As String, ByVal xslstr As String)
|
| SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM | 31 Mar 2006 16:05 GMT | 5 |
Alright..I've found lots of info on this error and most say assign System.DBNull.Value, System.Convert.DBNull, or System.Data.SqlTypes.SqlDateTime.Null to my stored proc param and the problem will be solved...NOT. I suspect all of these are the same
|
| USB Not Working | 31 Mar 2006 13:16 GMT | 1 |
When I connect any device (digital camera, USB Memory stick) to the USB port , i cannot get the device to function. It will create the 'Remove the USB Device Safely' popup however. In device manager all the USB related items are running properly.
|
| Trackbar color in c# | 31 Mar 2006 10:32 GMT | 1 |
We are developing an application in VS2005 in C#, .NET, that has lots of tabs. On one of these tabs, there is a horizontal trackbar. However, we are unable to set the background color of the trackbar to trasparent.
|
| Login failed for user ''. The user is not associated with a trusted SQL Server connection. | 31 Mar 2006 06:21 GMT | 14 |
My machine has Win XP and IIS 5.1. I installed Visual Studio 2005 without SQL Express 2005. SQL Server 2005 is installed on another machine with Win 2003. I created a Web Site in .NET VB. I created a connection with my SQL
|
| Datagrid | 31 Mar 2006 04:30 GMT | 1 |
I am trying to create reports with a customized look. The data will come from a database but there is a lot of data and i don't want to put a load on the datbase. Is it possible to load the data and then create datagrid, pouplate fields in tables, etc?
|
| Auto resize and position controls upon form's Resize even | 31 Mar 2006 01:45 GMT | 4 |
Are there any cool controls that would allow me to automatically resize and repositions controls on my form when the form is resized at runtime? Thanks in advance.
|
| Create Image From Stream | 31 Mar 2006 01:39 GMT | 4 |
Does anyone know how to create an image (JPEG) from an HTTPResponse object? I am working on system that has a map pop up from our GIS department. I want create an image at runtime from this popup and display that image on the main page instead of opening a new window. This image ...
|
| Locked Control on Web form | 30 Mar 2006 22:43 GMT | 4 |
Hi All; I am trying to find a way to make my locked control more visible on a web form. When I lock a control and display it on a web form (ASP.NET) the control is
|
| Special Folders in VB 2005 | 30 Mar 2006 22:26 GMT | 3 |
I need to resolve Windows special folders. From what I have read it would seem that using CSIDL's and SHGetSpecialFolderPath and SHGetFolderPath was the way to accomplish that in VB6 and VB.NET. Is this still the best method in VB 2005? If so does anyone have a working example ...
|