| Thread | Last Post | Replies |
|
| SP2 Causes Access Denied When Compacting | 13 Oct 2004 14:28 GMT | 1 |
We have an application that uses an Access 2000 MDB file to store various data, a customer had a problem where during the compaction routine the database was corrupted, they informed us that they had just upgraded to XP SP2.
|
| Problem with .NET Array and TlbExp (10/12) | 13 Oct 2004 13:30 GMT | 1 |
I'm having a problem exposing a method from .NET to COM (specifically VB). I had a pre-existing .NET Assembly that I needed to expose to COM. So I created an explicit interface for the classes and methods I wanted to expose, and then had my existing .NET classes implement them ...
|
| Hyper Link problem | 13 Oct 2004 13:19 GMT | 3 |
Hi pals, I am using 2 web forms (pages). In first page, i have Datagrid control and on second page i have a hyper link control to the first page and Add value to the data grid/Database.
|
| Controls disappear after postback when added to a controlcollectio | 13 Oct 2004 13:11 GMT | 5 |
I run into a problem where an ASP CheckBoxList control disappears after being added to a controlcollection. (Have not tested this with other Controls ...) It takes a WebForm with 3 lines of codes to reproduce the behaviour Create a WebForm with a CheckBoxList and a Linkbutton. Add ...
|
| load a droplist in VB when the edit is clicked in a datagrid | 13 Oct 2004 13:03 GMT | 3 |
I am trying to load a droplist in VB when the edit is clicked in a datagrid. I tried to use OnDataBinding and loading the droplist in subroutine "loaddd". I get this error Object reference not set to an instance of an object. Here is the code:
|
| Printing DataGrid | 13 Oct 2004 11:15 GMT | 2 |
I'm having some problems printing out my windows form. Here's what I need to do: I need to print a datagrid off a windows form, however the datagrid is bigger than screen. When I tried to print the datagrid, it only print
|
| How to create a MSI file programmatically | 13 Oct 2004 11:07 GMT | 4 |
I want to create a MSI file programmatically. Do you know of any third party .NET component which can help me with that? I'm going to use it like a self extracting zip. So it is not for a VS.NET setup project. Zip files will not do because these shall be distributed via
|
| Why would an inherited form resize itself in Visual Studio | 13 Oct 2004 10:59 GMT | 8 |
I have some forms in my application. Some visually inherited forms resize themselves in Visual Studio - ruuning my previous settings. Locking the form has no effect either. The forms it has problems with seem to be when the inheritance structure in
|
| Add Reference List... | 13 Oct 2004 10:38 GMT | 1 |
Will anybody please help me ! to get programmatically the list of REFERENCE List ( which is found in the Project Exploer Window) used in a project.? Thank you
|
| Error executting Stored procedure using Microsoft Oracle managed p | 13 Oct 2004 10:19 GMT | 1 |
Hi We have Oracle 8.1.7.4 and using .net framework 1.1 with Microsoft client. While executting the stored procedure we are getting an error message. Here is our code.
|
| Browser Helper Objects | 13 Oct 2004 09:29 GMT | 2 |
I am trying to make use of BHO's (and no not to write spyware). It seems all articles relate to C++, whereas my background si in VB.Net I've managed to understand that I need the following i/face defined <ComVisible(True), InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
|
| do i need to install visual studio to fix this? | 13 Oct 2004 06:03 GMT | 9 |
we are running windows 2003 server. it has NET framework installed, but doesn't have Visual Studio etc. installed on it. i created a new sulotion/project on my development pc and FTP'd it up to our server with all of the files from my dev. pc. i also created a \bin directory and ...
|
| Crystal Reports fill column by column | 13 Oct 2004 05:16 GMT | 1 |
How can I make a report in CR with 3 columns which will be filled one by one? I have a field, let's say intIndex, which has values 1,2 and 3. The report first have to fill the data in column 1 untill intIndex changes to 2. Then
|
| Differences in XSL Transform between dotnet and MSXML | 13 Oct 2004 04:13 GMT | 7 |
I have noticed a difference in the processing of XSL transforms between dotnet and MSXML. Dotnet formats the resulting output differently, and since we use the <pre> tag in the HTML output it makes a big difference. What is in fact correct here? I don't see that the XSL transform ...
|
| RichTextBox not Available | 13 Oct 2004 03:59 GMT | 1 |
I need to use RichTextBox 's LostFocus event, but on my .net toolbox, the RichTextBox control under Windows Forms and HTML tabs are grayed out. How can I drag it to my web form then? Please Help. Thank you in advance.
|