| Thread | Last Post | Replies |
|
| Using DAO 3.6 in .net environment | 17 Nov 2004 09:51 GMT | 1 |
I would like to use DAO 3.6 dll for connecting to MsAccess in .net environment. I need to use that component since I have tried the other providers like ADO, AdoDB , OleDB and they are very slow for my purpose.
|
| Repair, compact an access database from .net | 17 Nov 2004 09:48 GMT | 1 |
Is it possible to repair, compact an access database from dotnet? If yes, please tell me how. Thanks in advance, Roy
|
| Question about embedded resource | 17 Nov 2004 09:43 GMT | 1 |
Hello sirs, I have a project for a .DLL in .NET that has an XML file as embedded resource. Is it possible to update/substitute this embedded resource in the DLL without having to re-compile the project?
|
| Convert data to a printable format | 17 Nov 2004 09:36 GMT | 2 |
I have a situation here regarding a VB.net application. I need to convert a bunch of data to a presentable and printable format. Is there an economical (perhaps an open source third party
|
| EditCommandColumn w can set it to Visible=true for some users? | 17 Nov 2004 09:33 GMT | 18 |
I Set the EditCommandColumn to Visible=False to stop people who are not allowed to make any changes to a record. How can set it to Visible=true for some users? Please answer in VB Thanks
|
| Help with Openning MS Access from a web Page | 17 Nov 2004 09:32 GMT | 1 |
How can I open MS Access ade file from an aspx page without asking the uer wheather they want to save or open. Sorry am a newby Many thanks.
|
| asp.net +VB: get autonumber id | 17 Nov 2004 09:15 GMT | 3 |
I'm a novice for Asp.net, since now I've always used asp I need to insert a record in an access database and get the last id of an autonumber field Can you please help me?
|
| resource manager | 17 Nov 2004 09:13 GMT | 5 |
is there a resource manager in C# .NET? For example, I want to add some images, some binary data to an assembly, but how to do it? I created a .RESX file, and opened it in the studio, but all it shows is an
|
| Bug in Clientpost.cs? | 17 Nov 2004 09:00 GMT | 2 |
I have copied and paste the following sample code from VS.Net MSDN sample code: But i can not compile it . I'm getting the following error : ...\ConsoleApplication1\Class1.cs(68): The type or namespace name
|
| Strong names ... | 17 Nov 2004 08:27 GMT | 1 |
Hello sirs, I am trying to understand how strong names work. Suppose I have lib.dll (a .net library), and also MyApplication.exe (a .NET WinApp) . MyApplication uses lib.dll . Suppose someone decompiles lib.dll
|
| regitering the Com Component in .net for the first time | 17 Nov 2004 07:13 GMT | 1 |
Please advice. I am trying to registera Com Component for the first time andif i try to do TlbExp VbDll.Dll in my cmd window it gives me an Error as 'tlbexp' is not a recognized as an Internal or
|
| How can i view methods of a windows dll (or com) like advapi32.dll | 17 Nov 2004 06:40 GMT | 1 |
Could you tell me how (or what tools) I can use to view the available methods of a dll that is not .net - such as the advapi32.dll?
|
| CType and annoying build errors | 17 Nov 2004 06:06 GMT | 13 |
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a similar name to the
|
| DataGrid - New row event??? | 17 Nov 2004 06:03 GMT | 2 |
Some say there is no new row event for the VB.Net DataGrid. Hard to believe! Is that really true? I want to create a GUID in a hidden ID column when the user begins to enter data into a new row.
|
| IDE console question | 17 Nov 2004 04:55 GMT | 1 |
Can the IDE console window be cleared via VB.NET code ? Thanks for your time. Kevin
|