| help (2 replies) |
| microsoft.public.dotnet.academic |
| In Beta1,there's a ADODataSetCommand,it is In class System.Data.ADO. But now I can't find it. So who can tell me how to create a DataAdapter using SQL statements like "select ... where..." Thank u. |
|
| C# component for COM (can't see the public method ?) (3 replies) |
| microsoft.public.dotnet.academic |
| Hi, I got an interface namespace VLSP { public interface Hello { string olah () ; } } and a derrived class namespace VLSP { public class myHello : Hello { public string olah () { return "Hello ! C# ! From myHello !" ; } } } then csc to the .netmodule generate a keyfile called hello.snk and sign it with AL then do tlbexp, regasm, and gacutil as mentioned in the MSDN I can registered this component ... |
|
| Navigating through User Interface (2 replies) |
| microsoft.public.dotnet.academic |
| How do I navigate through various user interfaces in a VB.NET application. I have different forms and need to open other forms with the old VB6 "Form.Open()". When a new form is opened from another form, I want the previous one closed. MDT .. |
|
| Editable Excel Like Data Grid (2 replies) |
| microsoft.public.dotnet.academic |
| How do i create a editable Excel like data grid that works with ODBC?. I would like to make changes to multiple rows before saving the data. Can it be done?... Any examples out there? Thanks for the help tony tony hawari@mail.gesd.k12.az.us |
|
| dynamic assemblies (2 replies) |
| microsoft.public.dotnet.academic |
| Can anyone give me an example of a dynamic assemblie, or documentation? Thanks |
|
| .NEt and J2ee (5 replies) |
| microsoft.public.dotnet.academic |
| Does anyone have some information about .NET working together with J2EE thanks |
|
| mobile web form (2 replies) |
| microsoft.public.dotnet.academic |
| plz will anybody tell me how to create an array of objectlists ?? (I need to create several mobile forms ,each containing objectlist that is filled from database in runtime ,button ,link ,next record, previous record) so I thought I would call each objectlist from an array and fill it in runtime . If anyone can help plz do ,thanx in advance |
|
| Escape sequence (2 replies) |
| microsoft.public.dotnet.academic |
| Dear all, How can I send this following escape sequence to the HP LaserJet 1200 printer: Ec% 12345X@PJL DEFAULT LPARM : PCL FONTNUMBER 43 Please help. Regards, MingMan |
|